You can find AOLserver installation documentation from AOLserver or OpenACS.
# mkdir /web (as root) # chown nsadmin:web /web # chmod 700 /web # su - nsadmin nsadmin@uptime: cd /tmp nsadmin@uptime: wget http://uptime.openacs.org/uptime/doc/uptime-pg-current.tar.gz nsadmin@uptime: cd /web nsadmin@uptime: gzip -dc /tmp/uptime-pg-current.tar.gz| tar xvf -
# su - postgres postgres@uptime: createuser nsadmin (answer yes to both questions) postgres@uptime: exit # su - nsadmin nsadmin@uptime: createdb uptime nsadmin@uptime: psql -f /web/uptime/www/uptime/doc/sql/postgres.sql uptime nsadmin@uptime: psql -f /web/uptime/www/uptime/doc/sql/data-model.sql uptime
Included are some crontab entries uptime.crontab. You may choose to use them if you want.