debian packages!
[freeside.git] / debian / README.Debian
1 Freeside for Debian
2 -------------------
3
4 1.
5 Edit /etc/apache2/envvars or /etc/apache2/apache2.conf and set User and Group
6 to freeside
7
8 2.
9 /etc/init.d/apache2 restart
10
11 3.
12 Create one or more Freeside users (your internal sales/tech folks, not customer accounts): 
13 $ su
14 # su freeside
15 $ freeside-adduser -g 1 desired_username
16 $ htpasswd /etc/freeside/htpasswd username
17 (enter password)
18
19 4.
20 Go to http://your.host.name/freeside and log in.
21
22 Optional but recommended.
23 (Hopefully) get an SSL certificate setup and change that to https://
24
25  -- Ivan Kohler <ivan-debian@420.am>  Wed, 02 Apr 2008 01:46:20 -0700