diff options
Diffstat (limited to 'install/freebsd')
-rwxr-xr-x | install/freebsd/INSTALL | 40 | ||||
-rw-r--r-- | install/freebsd/ports | 44 |
2 files changed, 84 insertions, 0 deletions
diff --git a/install/freebsd/INSTALL b/install/freebsd/INSTALL new file mode 100755 index 000000000..53fc613d1 --- /dev/null +++ b/install/freebsd/INSTALL @@ -0,0 +1,40 @@ +#!/bin/sh + +( cd /usr/ports/sysutils/portupgrade + make install +) + +pkgdb -u + +portinstall -PR cvsup-without-gui + +cp /usr/share/examples/cvsup/ports-supfile /root +perl -pi -e 's/CHANGE_THIS/cvsup1/;' /root/ports-supfile +cvsup /root/ports-supfile + +for port in `grep -v '^ *#' ports`; do + #cd /usr/ports/$port + #make install || exit + portinstall -P -R $port || exit +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 new file mode 100644 index 000000000..019c5e194 --- /dev/null +++ b/install/freebsd/ports @@ -0,0 +1,44 @@ +shells/zsh +misc/screen +ftp/lftp +www/apache13-modssl +www/mod_perl +net/rsync +databases/postgresql7 +misc/p5-Array-PrintCols +devel/p5-Term-Query +converters/p5-MIME-Base64 +security/p5-Digest-MD5 +security/p5-MD5 +net/p5-URI +www/p5-HTML-Tagset +www/p5-HTML-Parser +net/p5-Net +misc/p5-Locale-Codes +net/p5-Net-Whois +www/p5-libwww + #misc/p5-Business-CreditCard +devel/p5-Data-ShowTable +mail/p5-Mail-Tools +devel/p5-TimeDate +devel/p5-Date-Manip +misc/p5-File-CounterFile +devel/p5-FreezeThaw +devel/p5-String-Approx +textproc/p5-Text-Template +databases/p5-DBI +databases/p5-DBD-Pg +#databases/p5-DBD-mysql +databases/p5-DBIx-DataSource + #database/p5-DBIx-DBSchema + #net/p5-Net-SSH +textproc/p5-String-ShellQuote +net/p5-Net-SCP +www/p5-Apache-ASP + #www/p5-HTML-Mason +devel/p5-Tie-IxHash + #devel/p5-Time-Duration + #www/p5-HTML-Widgets-SelectLayers +devel/p5-Storable +www/p5-Apache-DBI +devel/p5-Cache-Cache |