[PATCH] Added list.h with the needed definitions to manage double linked list. Added...
[MonkeyD.git] / INSTALL
blobe0c1b8aacfb54a845d6b69af8acc0d15a807948b
1  Monkey HTTP Daemon - Install
2  ============================
4  For optimum functioning, i recommend that Monkey be compiled with GCC >= 
5  2.95.3 and be running on a Linux OS with kernel >= 2.6.28.
7  Like every source program we must run 'configure' script and later
8  'make':
10  #./configure
11  # make 
13  Optionally, you have the option of 'make install',which will copy the main
14  directory of monkey where it has been specificated in the script
15  configure.
17  Running Monkey
18  ==============
20         bin/monkey
22         or
24         bin/monkey -D (to run monkey in background mode)
25         
26  Optionally, you can specificate the directory whe the configuration files
27  are found, this can be done the following way: 
29         bin/monkey -D -c conf/
30         
31  This argument (conf/) was thought of for those wishing to have Monkey
32  running for various users, in distinctive Ports and it's own 
33  configuration files. For more information see 'conf/monkey.conf'.
35  For more info try -h option.
37  Testing Monkey
38  ==============
40  To see that Monkey is running, make a requisite from your lynx or
41  netscape:
43         # lynx 127.0.0.1:2001
44         
45  Note: In this example the '2001' corresponds to the connection port
46  assigned on 'conf/monkey.conf'.