SANJEEVANI Code
Brought to you by:
hari88
CONTENTS OF THIS FILE --------------------- * REQUIREMENTS * SET UP APACHE SERVER * SET UP MYSQL DATABASE * INSTALLATION REQUIREMENTS ------------ Sanjevani requires a web server, PHP 4 (4.3.5 or greater) or PHP 5 (http://www.php.net/) and either MySQL (http://www.mysql.com/). The Apache web server and MySQL database are recommended. SET UP APACHE SERVER -------------------- Start the apache server /etc/init.d/apache2 start (Debian) apachectl start (Fedora) SET UP MYSQL DATABASE --------------------- Start the mysql database /etc/init.d/mysql start INSTALLATION ------------ 1. UNTAR THE FILE tar -xvvzf hospital.tar.gz This will create a directory called hospital 2. MOVE THE FOLDER mv hospital /var/www 3. CREATE TABLES php hospital/tables.php This will create tables in hospital database. Administrator will be created with username "root" and password "asdfgh". The administrator can create other users with default password "asdfgh". 4. LOGIN Start the browser with URL "localhost/hospital/login.php"