summaryrefslogtreecommitdiff
path: root/install/debian
diff options
context:
space:
mode:
authorivan <ivan>2003-08-21 06:42:29 +0000
committerivan <ivan>2003-08-21 06:42:29 +0000
commit934b1165a4dfabee78ace78f0723d85e6e6f5892 (patch)
tree569f9d13b9e47e51438533b134d376428aca338b /install/debian
parentcf8b6e93f3e4e024be25e19abae9f8819fc86435 (diff)
woody
Diffstat (limited to 'install/debian')
-rw-r--r--install/debian/3.0/INSTALL21
1 files changed, 21 insertions, 0 deletions
diff --git a/install/debian/3.0/INSTALL b/install/debian/3.0/INSTALL
new file mode 100644
index 0000000..eb84c90
--- /dev/null
+++ b/install/debian/3.0/INSTALL
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+apt-get update
+apt-get install screen zsh libapache-mod-ssl libapache-mod-perl rsync \
+ postgresql cvs fsh \
+ liburi-perl libhtml-tagset-perl libnet-perl liblocale-codes-perl \
+ libnet-whois-perl libwww-perl libbusiness-creditcard-perl \
+ libmailtools-perl libtimedate-perl libdate-manip-perl \
+ libfile-counterfile-perl libfreezethaw-perl libstring-approx-perl \
+ libtext-template-perl libdbi-perl libdbd-pg-perl \
+ libdbix-datasource-perl libdbix-dbschema-perl libnet-ssh-perl \
+ libstring-shellquote-perl libnet-scp-perl libapache-asp-perl \
+ libtie-ixhash-perl libtime-duration-perl \
+ libhtml-widgets-selectlayers-perl libstorable-perl \
+ libapache-dbi-perl libdbd-mysql-perl
+
+useradd freeside
+su postgres -c "createuser -P freeside"
+
+su freeside -c "createdb freeside"
+