4 1. Initialize Freeside:
5 freeside-setup -d yourdomain.com
7 2. Boot strap freeside users
11 4. Create one or more Freeside users (your internal sales/tech folks, not customer accounts):
14 freeside-adduser -g 1 desired_username
15 htpasswd /usr/local/etc/freeside/htpasswd desired_username
18 5. Start the Apache and the Freeside services
20 /etc/init.d/apache start
21 /etc/init.d/freeside start
23 6. Go to https://your.host.name/freeside and log in.
25 -- Jeremy Davis <jeremyd-debian@freeside.biz> Tue, 30 Sept 2014 15:46:20 -0500