event refactor, landing on HEAD!
[freeside.git] / fs_selfservice / DEPLOY
1 #!/bin/sh
2
3 #this is a quick hack for my dev machine.  do not use it.
4 # see the "make install-selfservice" and "make update-selfservice" makefile
5 # targets to properly install this stuff.
6
7 #kill `cat /var/run/freeside-selfservice-server.fs_selfservice.pid`
8
9 cd FS-SelfService
10 perl Makefile.PL && make && make install
11 cd ..
12
13 ( cd ..; make deploy; cd fs_selfservice )
14
15 #cp /home/ivan/freeside/fs_selfservice/FS-SelfService/cgi/* /var/www/MyAccount
16 #chown freeside /var/www/MyAccount/*.cgi
17 #chmod 755 /var/www/MyAccount/*.cgi
18 #ln -s /var/www/MyAccount/selfservice.cgi /var/www/MyAccount/index.cgi || true
19
20         #cp /home/ivan/freeside/fs_signup/FS-SignupClient/cgi/* /var/www/signup/
21         ##mv /var/www/signup/signup-snarf.html /var/www/signup/signup.html #!!!!!
22         ##mv /var/www/signup/signup-billaddress.html /var/www/signup/signup.html #!!!!!
23         ##mv /var/www/signup/signup-freeoption.html /var/www/signup/signup.html #!!!!!
24         #chown freeside /var/www/signup/signup.cgi
25         #chmod 755 /var/www/signup/signup.cgi
26         #ln -s /var/www/signup/signup.cgi /var/www/signup/index.cgi || true
27
28
29 chmod 755 /var/www/selfservice/*.cgi