]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/setup.mdwn
web commit by joey
[ikiwiki.git] / doc / setup.mdwn
index e80ba24ac2d84c77fbd86fdedd349fb50f2bd8bf..40370a863176d349cb8d64d1b1fe30cb0a1965fa 100644 (file)
@@ -2,13 +2,12 @@ So you want to set up your own wiki using ikiwiki? This turorial will walk
 you through setting up a wiki that is stored in [[Subversion]] and that has
 optional support for commits from the web.
 
-1. [[Install]] ikiwiki.
-
-               apt-get install ikiwiki # soon
+1. [[Install]] ikiwiki. See [[download]] for where to get it.
 
    Ikiwiki requires [[MarkDown]] be installed, and also uses the following
    perl modules: `CGI::Session` `CGI::FormBuilder` (version 3.02.02 or
-   newer) `HTML::Template` `Mail::SendMail` `Time::Duration`
+   newer) `HTML::Template` `Mail::SendMail` `Time::Duration` `Date::Parse`
+   (libtimedate-perl), `HTML::Scrubber`
 
 2. Create the subversion repository for your wiki.