summaryrefslogtreecommitdiff
path: root/debian/README.Debian
diff options
context:
space:
mode:
authorivan <ivan>2008-04-08 05:49:11 +0000
committerivan <ivan>2008-04-08 05:49:11 +0000
commit207515697bfcc93b03227ea0b581b15cf89b1fbc (patch)
tree5df0fb94a146394eed493c1f4406de60c95470bd /debian/README.Debian
parent6626dc2a13c809092aa539c5a72bc72a0c56afdc (diff)
debian packages!
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian25
1 files changed, 22 insertions, 3 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index b51eee8d5..829b543e4 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,6 +1,25 @@
-freeside for Debian
+Freeside for Debian
-------------------
-<possible notes regarding this package - if none, delete this file>
+1.
+Edit /etc/apache2/envvars or /etc/apache2/apache2.conf and set User and Group
+to freeside
- -- Ivan Kohler <ivan-debian@420.am>, Thu, 12 Apr 2001 15:49:17 -0700
+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