Changeset 89 for trunk/INSTALL
- Timestamp:
- 01/21/07 18:21:53 (2 years ago)
- Files:
-
- trunk/INSTALL (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/INSTALL
r45 r89 1 = SYNOPSIS1 = FAST START 2 2 3 3 Basically just do these commands: 4 4 5 > sv k checkout http://svn.2.kwiki.org/kwiki/usr/local/kwiki5 > svn checkout http://svn.kwiki.org/kwiki/trunk /usr/local/kwiki 6 6 > export PATH=/usr/local/kwiki/bin:$PATH 7 7 > kwiki -new /path/to/cgi/kwiki-01 8 9 If you want to use the builtin web server: 10 8 11 > kwiki -start /path/to/cgi/kwiki-01 --port=8080 12 13 Point your browser at the new Kwiki: 14 9 15 > open http://localhost:8080/index.cgi 10 16 … … 22 28 step. If not, you can get the software using one of these methods: 23 29 24 A) svn checkout http://svn. 2.kwiki.org/kwiki/usr/local/kwiki30 A) svn checkout http://svn.kwiki.org/kwiki/trunk /usr/local/kwiki 25 31 26 32 This is the preferred way to get the sources, since it makes 27 33 getting updates as easy as `svn update`. 28 34 29 B) svk checkout http://svn. 2.kwiki.org/kwiki/usr/local/kwiki35 B) svk checkout http://svn.kwiki.org/kwiki/trunk /usr/local/kwiki 30 36 31 37 SVK is even better than SVN, but takes a little bit more time to … … 33 39 34 40 C) Download the latest Kwiki tarball from 35 http://downloads. 2.kwiki.org/ and untar it.41 http://downloads.kwiki.org/ and untar it. 36 42 37 43 Kwiki does not have an install procedure. Once you have the software, it … … 63 69 64 70 cd /path/to/cgi/ 65 mkdir kwiki i-0171 mkdir kwiki-01 66 72 cd kwiki-01 67 73 kwiki -new … … 77 83 specify the directory on the command: 78 84 79 kwiki -start /path/to/cgi/kwiki-01 85 kwiki -start /path/to/cgi/kwiki-01 --port=8080 80 86 81 87 This is the easy way to get going, but for a real wiki on the Web, 82 88 you'll probably want to use a "real" web server. In this case, just make 83 sure your web server is running and knows about your Kwiki.89 sure your web server is running and knows about your Kwiki. 84 90 85 91 You can use any CGI enabled web server to run Kwiki. Apache and Lighttpd
