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