Update URL in welcome message
[MonkeyD.git] / INSTALL
blobfb260310604275a1a3b9c471962a0c667eadfa0c
1  Monkey HTTP Daemon - Install
2  ============================
4  For optimum functioning, i recommend that Monkey be compiled with GCC >= 
5  2.95.3 .
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'.