Developed as a first year group project for the module called "Web Technology"
This is implement of a professional website, for a Learning Management System using HTML, CSS, JavaScript and PHP (without frameworks).
This library package requires PHP 5.3 or later Apache web server 2.x or later
- Install Apache
sudo apt install apache2
- Install MySQL
sudo apt install mysql-server
- Install PHP
sudo apt-get install php5 libapache2-mod-php5
- Navigate to localhost and clone the git
cd /var/www/html/project_name && git clone https://github.com/lakmalniranga/lms.git
- Just visit
http://localhost/project_name
This project is licensed under the terms of the MIT license.