]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/setup.mdwn
response
[ikiwiki.git] / doc / setup.mdwn
index 8d4d55cab44f14ecf93a47cb9dca0665a4629cf4..2d4da553615cc52c71c053e81dd23b8deeafa3a7 100644 (file)
@@ -47,8 +47,7 @@ Now you can go to the url it told you, and edit pages in your new wiki
 using the web interface.
 
 (If the web interface doesn't seem to allow editing or login, you may
-need to configure [[apache|tips/apache_cgi]] or 
-[[lighttpd|tips/lighttpd_cgi]].)
+need to configure [[configure_the_web_server|tips/dot_cgi]].)
 
 ## Checkout and edit wiki source
 
@@ -66,6 +65,7 @@ source. (Remember to replace "foo" with the real directory name.)
 
        git clone foo.git foo.src
        svn checkout file://`pwd`/foo.svn/trunk foo.src
+       cvs -d `pwd`/foo get -P ikiwiki
        bzr clone foo foo.src
        hg clone foo foo.src
        # TODO monotone, tla