File: README

package info (click to toggle)
klone 1.1.1.dfsg1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 6,480 kB
  • ctags: 4,238
  • sloc: ansic: 16,288; makefile: 384; sh: 351
file content (38 lines) | stat: -rw-r--r-- 918 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
QUICKSTART
----------

NOTE: KLone needs GNU make in order to be built, which is not the default 'make'
      on most *BSD systems (usually you will find it as 'gmake' or 'gnumake').

1) Setup compilation environment:

    $ ${GNUMAKE} toolchain

2) Configure and build KLone:

    $ ./configure && ${GNUMAKE}

3) Import the example web-application

    [ on Windows edit doc/example-site/etc/kloned.conf and remove syslog 
      logging paragraph ]

    $ ${GNUMAKE} depend
    $ cd site && ../src/tools/klone/klone -c import ../doc/example-site
    $ cd .. && ${GNUMAKE}
    $ su
    # ${GNUMAKE} install

4) Launch the KLone executable:

    [ on Windows register the service with "kloned -i" and start it using
      the Services console ]

    $ kloned

5) Start your web browser:

    [ start your web browser and go to http://localhost:8080/ ]


For further info and documentation, see http://www.koanlogic.com