Code Sample |
tar -xzvf monkey-0.9.0.tar.gz cp -rp monkey-0.9.0 /opt cd /opt/monkey-0.9.0/ ./configure make chmod 777 ../monkey-0.9.0 chmod 775 bin chmod 775 cgi-bin chmod 775 conf chmod 775 htdocs chmod 775 lang chmod 775 logs chmod 775 src chmod 775 bin/banana chmod 664 conf/modules.conf chmod 664 conf/monkey.* chmod 664 htdocs/index.html cd /opt rm monkey ln -s monkey-0.9.0 monkey beaver /monkey/conf/monkey.conf change the port line from Port 2001 to Port 80 change the PidFile to /tmp/monkey.pid |