From: <tr...@us...> - 2002-09-09 08:17:25
|
Update of /cvsroot/basedb/basedb In directory usw-pr-cvs1:/tmp/cvs-serv17115 Modified Files: README Log Message: Corrected tpyo, clarified shebang part Index: README =================================================================== RCS file: /cvsroot/basedb/basedb/README,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** README 21 Aug 2002 12:56:57 -0000 1.6 --- README 9 Sep 2002 08:17:21 -0000 1.7 *************** *** 7,18 **** Here's what you need to do to get BASE running: ! Download, install, and configure Apache, MySQL, and PHP. ! Version requirements: ! Apache 1.3.x has been tested. Apache 2 might be tricky to get to ! work with PHP, but it has been done. ! MySQL 3.23.x (x > 40 or so) is know to work with BASE. We don't know ! if anyone has tested MySQL 4, but it's likely that it works. PHP 4.2.1 works, and 4.2.0 probably works too. Note that there is a security ! issue with 4.2.1. PHP compilation: --- 7,18 ---- Here's what you need to do to get BASE running: ! Download, install, and configure Apache, MySQL, and PHP. Version ! requirements: Apache 1.3.x has been tested. Apache 2 might be tricky to get ! to work with PHP, but it has been done. ! MySQL 3.23.x (x > 40 or so) is know to work with BASE. We don't know if ! anyone has tested MySQL 4, but it's likely that it works. PHP 4.2.1 works, and 4.2.0 probably works too. Note that there is a security ! issue with 4.2.1, and you should use 4.2.2. At the moment of writing, PHP 4.3 ! hasn't been released yet, adn we haven't tested BASE with it. PHP compilation: *************** *** 23,28 **** PHP) to upload files to BASE, you'll need socket support in the standalone version of PHP. The scripts helpParser.php, jobController.php and ! updateGenes.php (in subdir exec/), exspect standalone interpreter to be found ! as #!/usr/local/bin/php. If it is elsewhere, adjust their first lines. PHP configuration: --- 23,29 ---- PHP) to upload files to BASE, you'll need socket support in the standalone version of PHP. The scripts helpParser.php, jobController.php and ! updateGenes.php (in subdir exec/) expect the standalone interpreter to be ! found as #!/usr/local/bin/php. If it is elsewhere, adjust their first ! line of those php files. PHP configuration: |