Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 917 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 917 Bytes

Twitter

Viglet Shio LMS - Manage, document, track, create reports and deliver educational courses.

If you'd like to contribute to Viglet Shio LMS, be sure to review the contribution guidelines.

We use GitHub issues for tracking requests and bugs.

Installation

Download

$ git clone https://github.com/ShioCMS/shio-lms.git
$ cd shio-lms

Deploy

1. Install NPM Modules

Use NPM to install the modules.

$ npm install

2. Runtime

Use Ng and Gradle to execute Shio LMS.

$ ng serve --open
$ ./gradlew bootrun

3. Build

Use Ng and Gradle to build Shio LMS.

$ ng build --prod
$ ./gradlew build

URL

Home: http://localhost:2711