summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorivan <ivan>2003-05-09 07:05:07 +0000
committerivan <ivan>2003-05-09 07:05:07 +0000
commit116b7654a443c2d471834264bed034b123008407 (patch)
treee1dd10e16e29bd4b3ec451893e2f6f0029045a0c /install
parent51df5a9bad917d04e58c2686831a1481f45b667e (diff)
little bit more fbsd install automation
Diffstat (limited to 'install')
-rwxr-xr-xinstall/freebsd/INSTALL23
-rw-r--r--install/freebsd/ports1
2 files changed, 22 insertions, 2 deletions
diff --git a/install/freebsd/INSTALL b/install/freebsd/INSTALL
index 28a453ab3..53fc613d1 100755
--- a/install/freebsd/INSTALL
+++ b/install/freebsd/INSTALL
@@ -1,7 +1,8 @@
#!/bin/sh
-cd /usr/ports/sysutils/portupgrade
-make install
+( cd /usr/ports/sysutils/portupgrade
+ make install
+)
pkgdb -u
@@ -19,3 +20,21 @@ done
for a in Net::SSH DBIx::DBSchema HTML::Widgets::SelectLayers Time::Duration Business::CreditCard; do perl -MCPAN -e"install $a"; done
+su -l pgsql -c initdb
+
+/usr/local/etc/rc.d/010.pgsql.sh start
+
+pw user add freeside -m
+
+su -l pgsql -c 'createuser -P freeside'
+
+su -l freeside -c 'createdb freeside'
+
+#?
+cd ../..
+make install-perl-modules
+make create-config
+make deploy
+
+#edit apache config, etc.
+
diff --git a/install/freebsd/ports b/install/freebsd/ports
index 3f0d40773..8381e5a04 100644
--- a/install/freebsd/ports
+++ b/install/freebsd/ports
@@ -2,6 +2,7 @@ shells/zsh
misc/screen
ftp/lftp
www/mod_perl
+www/apache13-modssl
net/rsync
databases/postgresql7
misc/p5-Array-PrintCols