X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/0fffc12a5d698ec71977cfabd26a4e4168565bc0..22064a9f81d15a51c58434f68ce7f8cc8fc40bbf:/doc/setup.mdwn?ds=sidebyside diff --git a/doc/setup.mdwn b/doc/setup.mdwn index fe55d8a84..9ffba0014 100644 --- a/doc/setup.mdwn +++ b/doc/setup.mdwn @@ -13,9 +13,9 @@ you through setting up a wiki that is stored in [[Subversion]], [[Git]], For the purposes of this tutorial, we'll set shell variables for these locations, and use those variables in the commands that follow. - REPOSITORY=~/wikirepo - SRCDIR=~/wikiwc - DESTDIR=~/public_html/wiki/ + REPOSITORY=~/wikirepo + SRCDIR=~/wikiwc + DESTDIR=~/public_html/wiki/ 3. Create the master rcs repository for your wiki. @@ -71,8 +71,7 @@ you through setting up a wiki that is stored in [[Subversion]], [[Git]], 5. Build your wiki for the first time. - ikiwiki --verbose $SRCDIR $DESTDIR \ - --url=http://host/~you/wiki/ + ikiwiki --verbose $SRCDIR $DESTDIR --url=http://host/~you/wiki/ Replace the url with the real url to your wiki. You should now be able to visit the url and see your wiki.