In view of the difficulty of network development and promotion in private hospitals, we built a local medical platform in conjunction with other local hospitals.
The server space needs to support PHP+MySQL+pseudo-static. It is recommended to test the installation in PHP5.3 or PHP5.4.
1. First upload the complete source code package to the server space and extract it to the root directory.
2. Open http://your domain name/phpmyadmin, log in with your MySQL database username and password, and import the haoid.sql file in the source code. For those who don’t know how to import databases, please refer to: phpmyadmin import sql database file tutorial
3. Use Notepad++ to open the conf/db.php file and modify the database configuration information inside to your own MySQL database information.
'DB_NAME'=>'haoid', change haoid here to your own MySQL database name
'DB_USER'=>'haoid', change haoid here to your own MySQL database user name
'DB_PWD'=>'haoid.cn', change haoid.cn here to your own MySQL database password
3. The background path http://your domain name/houtai.php and the default management account and password are adminhaoid.cn respectively.
4. Enter the background to configure all aspects and clear the cache.