Skip to content
/ LMS7 Public

The novel lecture management system that can execute programs in sandbox and has interface similar to GitHub.

License

Notifications You must be signed in to change notification settings

kjmtks/LMS7

Repository files navigation

LMS7

New version: https://github.com/kjmtks/hugin-lms

Quick start

Install docker and docker-compose.

Run following commands:

$ git clonet https://github.com/kjmtks/LMS7.git
$ cd LMS7
$ make development-up

then, open http://localhost:8080 in your browser.

The initial user account and password are admin and admin, respectively.

Uninstall

$ make development-remove

Run in Production

Install docker and docker-compose.

Run following commands:

$ git clonet https://github.com/kjmtks/LMS7.git
$ cd LMS7
$ vim docker-compose.production.default.yaml
(or $ vim docker-compose.production.override.yaml)
$ make pfx KEY=your-key-file.key CER=your-cert-file.cer
$ cp your-ca-file.cer certs/
$ make production-up

then, open https://localhost (or https://yourhost) in your browser.

Stop

$ make production-down

Uninstall

$ make production-remove

About

The novel lecture management system that can execute programs in sandbox and has interface similar to GitHub.

Resources

License

Stars

Watchers

Forks

Packages

No packages published