Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
40 lines (30 loc) · 888 Bytes

README.md

File metadata and controls

executable file
·
40 lines (30 loc) · 888 Bytes

Learning Management System

Developed as a first year group project for the module called "Web Technology"

Introduction

This is implement of a professional website, for a Learning Management System using HTML, CSS, JavaScript and PHP (without frameworks).

Requirement

This library package requires PHP 5.3 or later Apache web server 2.x or later

Installation

  1. Install Apache
sudo apt install apache2
  1. Install MySQL
sudo apt install mysql-server
  1. Install PHP
sudo apt-get install php5 libapache2-mod-php5
  1. Navigate to localhost and clone the git
cd /var/www/html/project_name && git clone https://github.com/lakmalniranga/lms.git
  1. Just visit
 http://localhost/project_name

License

This project is licensed under the terms of the MIT license.