freeside/install/freebsd INSTALL,1.4,1.5 ports,1.6,1.7
ivan
ivan at pouncequick.420.am
Tue Feb 8 12:51:54 PST 2005
Update of /home/cvs/cvsroot/freeside/install/freebsd
In directory pouncequick:/tmp/cvs-serv10934
Modified Files:
INSTALL ports
Log Message:
update freebsd install notes
Index: INSTALL
===================================================================
RCS file: /home/cvs/cvsroot/freeside/install/freebsd/INSTALL,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- INSTALL 9 May 2003 07:05:07 -0000 1.4
+++ INSTALL 8 Feb 2005 20:51:51 -0000 1.5
@@ -9,16 +9,20 @@
portinstall -PR cvsup-without-gui
cp /usr/share/examples/cvsup/ports-supfile /root
-perl -pi -e 's/CHANGE_THIS/cvsup1/;' /root/ports-supfile
+perl -pi -e 's/CHANGE_THIS/cvsup13/;' /root/ports-supfile
cvsup /root/ports-supfile
+portsdb -Uu
+
+portinstall -P -R portupgrade
+
for port in `grep -v '^ *#' ports`; do
#cd /usr/ports/$port
#make install || exit
- portinstall -P -R $port || exit
+ portinstall -P -R $port
done
-for a in Net::SSH DBIx::DBSchema HTML::Widgets::SelectLayers Time::Duration Business::CreditCard; do perl -MCPAN -e"install $a"; done
+for a in JavaScript::RPC::Server::CGI Chart::LinesPoints; do perl -MCPAN -e"install $a"; done
su -l pgsql -c initdb
@@ -34,6 +38,9 @@
cd ../..
make install-perl-modules
make create-config
+freeside-adduser -c -h /usr/local/etc/freeside/htpasswd ivan
+su freeside -c 'freeside-setup ivan'
+su freeside -c '/home/ivan/freeside/bin/populate-msgcat ivan'
make deploy
#edit apache config, etc.
Index: ports
===================================================================
RCS file: /home/cvs/cvsroot/freeside/install/freebsd/ports,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ports 24 Sep 2003 02:37:59 -0000 1.6
+++ ports 8 Feb 2005 20:51:51 -0000 1.7
@@ -1,10 +1,13 @@
shells/zsh
misc/screen
+security/sudo
ftp/lftp
+lang/perl5.8
www/apache13-modssl
www/mod_perl
net/rsync
-databases/postgresql7
+databases/postgresql74-server
+#databases/postgresql74-client
misc/p5-Array-PrintCols
devel/p5-Term-Query
converters/p5-MIME-Base64
@@ -15,9 +18,9 @@
www/p5-HTML-Parser
net/p5-Net
misc/p5-Locale-Codes
-net/p5-Net-Whois
+net/p5-Net-Whois-Raw
www/p5-libwww
- #misc/p5-Business-CreditCard
+finance/p5-Business-CreditCard
devel/p5-Data-ShowTable
mail/p5-Mail-Tools
devel/p5-TimeDate
@@ -28,17 +31,20 @@
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
+ #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
+ #www/p5-Apache-ASP
+www/p5-HTML-Mason
devel/p5-Tie-IxHash
- #devel/p5-Time-Duration
- #www/p5-HTML-Widgets-SelectLayers
+devel/p5-Time-Duration
+www/p5-HTML-Widgets-SelectLayers
devel/p5-Storable
www/p5-Apache-DBI
devel/p5-Cache-Cache
+security/p5-Crypt-PasswdMD5
+net-mgmt/p5-NetAddr-IP
+graphics/p5-GD
More information about the freeside-commits
mailing list