Skip to content

Instantly share code, notes, and snippets.

@jonathancg90
Last active August 29, 2015 14:27
Show Gist options
  • Select an option

  • Save jonathancg90/5cfd9939471df618aa93 to your computer and use it in GitHub Desktop.

Select an option

Save jonathancg90/5cfd9939471df618aa93 to your computer and use it in GitHub Desktop.
Edx
*) Configuracion en IDE
https://github.com/edx/edx-platform/wiki/Setting-up-PyCharm-for-edX-development
*) Entrar al server
vagrant ssh
*) Compilar
paver devstack lms
*) Ejeuctar
./manage.py lms runserver --settings=devstack 0.0.0.0:8000
./manage.py cms runserver --settings=devstack 0.0.0.0:8001
*) Comandos
sudo -u www-data /edx/bin/python.edxapp ./manage.py lms --settings aws createsuperuser
sudo -u www-data /edx/bin/python.edxapp ./manage.py lms --settings aws syncdb
sudo -u www-data /edx/bin/python.edxapp ./manage.py lms --settings aws migrate
Github:
https://github.com/edx/edx-platform/blob/master/common/djangoapps/third_party_auth/models.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment