updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / ifolder-server / ifolder-server.install
blobf0305120d0b3a89c06b270b40bbb49eaaf4c7af8
1 post_install() {
2 cat << EOF
3 >>>
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:
12 >>>
13 >>> simiasserver
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
18 >>>
19 >>> To start the server just start up apache (/etc/rc.d/httpd start)
20 >>>