Phpems: Online test system commissioning record
Download the installation package PE2014. RAR
Environmental requirements:
Using a Rhel 5.X environment, the system requirements of the operating environment is PHP 5.2 or more, MYSQL 5.0 or more. Look at the disc, found that the default PHP is 5.1, not satisfied.
For simple installation, not to find the PHP 5.2 installation package, but the use of the Yum directly installed PHP, version 5.3. Note that the default installation does not install PHP-MYSQL, and finally the RPM package downloaded from the website is manually installed in this section, and Yum does not know why Php-mysql cannot be installed.
PE Installation:
Upload the package to/var/www/html/ks with WINSCP (exam catalogue, build yourself)
Modify the root username of MySQL mysqladmin-uroot password root (you can enter commands directly to view command usage)
Build Library: Mysql-uroot-proot
Create Database Kaoshi;
Execute the PE script to establish the data needed for the system to run
Cd/var/www/html/ks (the directory where pe2014.sql resides)
Access database: Mysql-uroot-proot | | Use Kaoshi;
Execute script: Source Pe2014.sql
The program and data are all ready to be completed, modify the lib/config.inc.php file as required by the manual, and change the last lines of the database related rows.
Stop httpd and MySQL, and then restart, test, should be able to succeed.
This system is a good first time trial. Can study, can test. Still do not know how to back up the question bank, import question bank.
PHP EMS: Open source Online exam system Installation