Changeset 89 for trunk/INSTALL

Show
Ignore:
Timestamp:
01/21/07 18:21:53 (2 years ago)
Author:
ingy
Message:
 r3246@skinny-2:  ingy | 2007-01-21 18:21:39 -0800
 INSTALL tweaks
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/INSTALL

    r45 r89  
    1 = SYNOPSIS 
     1= FAST START 
    22 
    33Basically just do these commands: 
    44 
    5   > svk checkout http://svn.2.kwiki.org/kwiki /usr/local/kwiki 
     5  > svn checkout http://svn.kwiki.org/kwiki/trunk /usr/local/kwiki 
    66  > export PATH=/usr/local/kwiki/bin:$PATH 
    77  > kwiki -new /path/to/cgi/kwiki-01 
     8 
     9If you want to use the builtin web server: 
     10 
    811  > kwiki -start /path/to/cgi/kwiki-01 --port=8080 
     12 
     13Point your browser at the new Kwiki: 
     14 
    915  > open http://localhost:8080/index.cgi 
    1016 
     
    2228step. If not, you can get the software using one of these methods: 
    2329 
    24   A) svn checkout http://svn.2.kwiki.org/kwiki /usr/local/kwiki 
     30  A) svn checkout http://svn.kwiki.org/kwiki/trunk /usr/local/kwiki 
    2531 
    2632     This is the preferred way to get the sources, since it makes 
    2733     getting updates as easy as `svn update`. 
    2834 
    29   B) svk checkout http://svn.2.kwiki.org/kwiki /usr/local/kwiki 
     35  B) svk checkout http://svn.kwiki.org/kwiki/trunk /usr/local/kwiki 
    3036 
    3137     SVK is even better than SVN, but takes a little bit more time to 
     
    3339 
    3440  C) Download the latest Kwiki tarball from 
    35      http://downloads.2.kwiki.org/ and untar it. 
     41     http://downloads.kwiki.org/ and untar it. 
    3642 
    3743Kwiki does not have an install procedure. Once you have the software, it 
     
    6369 
    6470    cd /path/to/cgi/ 
    65     mkdir kwikii-01 
     71    mkdir kwiki-01 
    6672    cd kwiki-01 
    6773    kwiki -new 
     
    7783specify the directory on the command: 
    7884 
    79     kwiki -start /path/to/cgi/kwiki-01 
     85    kwiki -start /path/to/cgi/kwiki-01 --port=8080 
    8086 
    8187This is the easy way to get going, but for a real wiki on the Web, 
    8288you'll probably want to use a "real" web server. In this case, just make 
    83 sure your webserver is running and knows about your Kwiki. 
     89sure your web server is running and knows about your Kwiki. 
    8490 
    8591You can use any CGI enabled web server to run Kwiki. Apache and Lighttpd