4 >>> Edit your /etc/simias/bill/Simias.config file
5 >>> Change the admin name, password, server name, and
6 >>> server description to whatever you'd like.
7 >>> Start httpd and make sure mod_mono is running too.
8 >>> Add Include /etc/simias/apache/ifolder_apache.conf to your httpd.conf
9 >>> NOTE: If you have Include /etc/httpd/conf/mod_mono.conf in your httpd.conf
10 >>> remove it, as it is in /etc/simias/apache/ifolder_apache.conf already
11 >>> Now to initialize the db, do the following as root:
14 >>> simiasserver --stop
15 >>> chown -R nobody:nobody /var/lib/simias
16 >>> chmod -R 770 /var/lib/simias
17 >>> chown -R nobody:nobody /var/log/ifolder3
19 >>> To start the server just start up apache (/etc/rc.d/httpd start)