Skip to content

b-bentley/media_management_lti

 
 

Repository files navigation

Build Status

Quickstart

$ cp settings/media_management_lti/secure.py.example settings/media_management_lti/secure.py
$ vagrant up
$ vagrant ssh -- -R 8000:localhost:8000
$ workon media_management_lti
$ export DJANGO_SETTINGS_MODULE=media_management_lti.settings.local
$ python manage.py migrate
$ python manage.py runserver 0.0.0.0:8080

Note: the port forwarding for vagrant ssh is assuming you have the API component running on 8000

Optional step: run python manage.py collectstatic before runserver to build the JS/CSS. You must have nodejs and npm installed prior to running that command. If you're on an ubuntu machine, you can install these dependencies by running apt-get install nodejs nodejs-legacy npm build-essentials

About

Media Manager LTI Tool.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 47.5%
  • Python 26.7%
  • HTML 13.3%
  • CSS 8.7%
  • Puppet 3.6%
  • Shell 0.2%