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.
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.