Last active
August 29, 2015 14:27
-
-
Save jonathancg90/5cfd9939471df618aa93 to your computer and use it in GitHub Desktop.
Edx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *) 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