From: Joe Z. <jz...@us...> - 2010-02-25 20:17:35
|
Update of /cvsroot/bobs/bobs In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28000/bobs Modified Files: INSTALL Log Message: php rpm requirements. Index: INSTALL =================================================================== RCS file: /cvsroot/bobs/bobs/INSTALL,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- INSTALL 25 Feb 2010 00:34:37 -0000 1.28 +++ INSTALL 25 Feb 2010 20:17:23 -0000 1.29 @@ -25,10 +25,19 @@ Bash sh sed + PHP + php rpm's required (based on Fedora Core 12): + php + php-common + php-dba + php-cli + php-process + You may need to update /etc/php.ini with the timezone of your system to avoid php warnings in php scripts that use date/time functions. Mine is set to date.timezone = "America/Los_Angeles". + apache web server nfs (nfs-utils) If you want to do backups using nfs. rsync |