Update of /cvsroot/logicampus/logicampus/docs
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv22354/docs
Modified Files:
INSTALL
Log Message:
Fix messages about md5 command line and php5
Index: INSTALL
===================================================================
RCS file: /cvsroot/logicampus/logicampus/docs/INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** INSTALL 10 Apr 2007 19:39:49 -0000 1.3
--- INSTALL 5 Jan 2008 19:55:57 -0000 1.4
***************
*** 15,19 ****
Internet, Inc. in conjunction with Tarant County College Center for Distance
Learning. LogiCampus provides various tools for educators to manage online
! courses or classroom courses. Please visit http://www.logicampus.com for
more information about the specific features of LogiCampus. LogiCampus is
built on top of the php-based application server called LogiCreate
--- 15,19 ----
Internet, Inc. in conjunction with Tarant County College Center for Distance
Learning. LogiCampus provides various tools for educators to manage online
! courses or classroom courses. Please visit http://logicampus.sf.net/ for
more information about the specific features of LogiCampus. LogiCampus is
built on top of the php-based application server called LogiCreate
***************
*** 27,35 ****
* Apache web server 1.3 or higher (see http://www.logicreate.com
if you are using Apache 2.0)
! * PHP 4.3.1 or higher (PHP 5 not tested)
* MySQL Database 3.23 or higher, 4.0 preferred
* Server - Linux is recommended to use setup scripts
* PHP must be compiled with the following extensions - gd 2.0
! * Tidy (tidy.sourceforge.net) - needed for importing of content
********************************************
--- 27,35 ----
* Apache web server 1.3 or higher (see http://www.logicreate.com
if you are using Apache 2.0)
! * PHP 4.3.1 or higher (PHP 5 tested but not required)
* MySQL Database 3.23 or higher, 4.0 preferred
* Server - Linux is recommended to use setup scripts
* PHP must be compiled with the following extensions - gd 2.0
! * Tidy (tidy.sourceforge.net) - optional, but helps with importing of content
********************************************
***************
*** 159,163 ****
at a Unix command line:
! echo 'HHH' | md5sum
The output should paste nicely into the auth.php file. An md5 sum cannot be
--- 159,163 ----
at a Unix command line:
! echo -n 'HHH' | md5sum
The output should paste nicely into the auth.php file. An md5 sum cannot be
***************
*** 171,177 ****
define(PASSWD_IS_MD5,1);
- Note: On some systems, the command line tool md5sum and php's md5() function
- are incompatible, in such instances writing a small php script to echo the md5
- instead of using the command line should work.
-
-
--- 171,172 ----
|