Skip to content

pnikhare/ProjectCodex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProjectCodex

Requirements

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/
  1. Install Apache2
  2. Install php ,libapache2-mod-php
  3. Install Mysql server and mysql client

Steps to run server :

  1. Start Apache server
service apache2 restart
  1. Start Mysql Server
service mysql restart
  1. Copy the project to Directory /var/www/html/

  2. Access the project through follwing link in browser

http://127.0.0.1/ProjectCodex/index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors