Skip to content

wegrata/ADL_LRS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADL LRS

Installiation

Clone the git repository

git clone https://github.com/adlnet/ADL_LRS.git

Install fabric at the machine level

sudo apt-get install fabric

Then run our fabric file to install all local dependencies

cd ADL_LRS

fab deps_local

Be sure to change your username and password to match your DB credentials on your machine in the adl_lrs/settings.py file

Starting

cd ADL_LRS

supervisord

To verify it's running

 supervisorctl

you should see a task named web running

This will host the application using gunicorn with 2 worker processes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%