Check to see if Urchin is installed by typing 'cd /usr/local'. Then type 'ls'.
- mkdir /usr/local/urchin
- cd /usr/local/urchin
- wget http://dl.google.com/urchin/urchin5703_redhat_ent3.tar.gz
- tar -xvzf urchin5703_redhat_ent3.tar.gz
- ./install.sh
- Choose 1. English
- Choose 1. New
- Press [Enter] to install in the default directory. (/usr/local/urchin)
- Press [Enter] to use default port number 9999
- Press [Enter] for the default user for the web server (nobody)
- Press [Enter] for the default group for the web server (nobody)
- Choose 1. to start urchin web server at the end of the installation
- Choose 1. to continue.
- cp /usr/local/urchin/util/urchin_daemons /etc/init.d/urchin
* chmod 755 /etc/init.d/urchin
* ln -fs /etc/init.d/urchin /etc/rc3.d/S99urchin
* ln -fs /etc/init.d/urchin /etc/rc5.d/S99urchin