X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=install%2Ffreebsd%2FINSTALL;fp=install%2Ffreebsd%2FINSTALL;h=6e3c26b23b3d5c4f0655fda4000dd897f8bda1fe;hp=6fff379f10a430411835ecb26c14f8bd66600872;hb=e3feb073075218a5a3a39e0858f1feeb15354f36;hpb=1dd109e19aec5adc6da8e744b665247a91038c9a diff --git a/install/freebsd/INSTALL b/install/freebsd/INSTALL index 6fff379f1..6e3c26b23 100755 --- a/install/freebsd/INSTALL +++ b/install/freebsd/INSTALL @@ -18,13 +18,16 @@ portsdb -Uu portinstall -PR portupgrade +portinstall -PR lang/perl5.8 +/usr/local/bin/use.perl port + for port in `grep -v '^ *#' ports`; do #cd /usr/ports/$port #make install || exit - portinstall -P -R $port + portinstall -P -R $port || exit done -for a in JavaScript::RPC::Server::CGI Chart::LinesPoints; do perl -MCPAN -e"install $a"; done +for a in JavaScript::RPC::Server::CGI Chart::LinesPoints Frontier::RPC2; do perl -MCPAN -e"install $a"; done su -l pgsql -c initdb @@ -47,3 +50,9 @@ make deploy #edit apache config, etc. +#mkdir /etc/rc.conf.d +#add these to /etc/rc.conf.d/apache +#apache_enable="YES" +#apache_flags="-DSSL" + +