Using LAMP (Linux, Apache, Mysql, PHP) Server for the project
Follow instructions in following link to install
https://hostadvice.com/how-to/how-to-install-apache-mysql-php-on-an-ubuntu-18-04-vps/
- Install Apache2
- Install php ,libapache2-mod-php
- Install Mysql server and mysql client
Steps to run server :
- Start Apache server
service apache2 restart
- Start Mysql Server
service mysql restart
-
Copy the project to Directory /var/www/html/
-
Access the project through follwing link in browser
http://127.0.0.1/ProjectCodex/index.html