eb84c90f66aed871b1c84a81a1a9b507f89c8cb4
[freeside.git] / install / debian / 3.0 / INSTALL
1 #!/bin/sh
2
3 apt-get update
4 apt-get install screen zsh libapache-mod-ssl libapache-mod-perl rsync \
5         postgresql cvs fsh \
6         liburi-perl libhtml-tagset-perl libnet-perl liblocale-codes-perl \
7         libnet-whois-perl libwww-perl libbusiness-creditcard-perl \
8         libmailtools-perl libtimedate-perl libdate-manip-perl \
9         libfile-counterfile-perl libfreezethaw-perl libstring-approx-perl \
10         libtext-template-perl libdbi-perl libdbd-pg-perl \
11         libdbix-datasource-perl libdbix-dbschema-perl libnet-ssh-perl \
12         libstring-shellquote-perl libnet-scp-perl libapache-asp-perl \
13         libtie-ixhash-perl libtime-duration-perl \
14         libhtml-widgets-selectlayers-perl libstorable-perl \
15         libapache-dbi-perl libdbd-mysql-perl
16
17 useradd freeside
18 su postgres -c "createuser -P freeside"
19
20 su freeside -c "createdb freeside"
21