https://github.com/openfun/fun-cmd
DEPRECATED Convenient tool for starting FUN services
https://github.com/openfun/fun-cmd
Last synced: about 1 year ago
JSON representation
DEPRECATED Convenient tool for starting FUN services
- Host: GitHub
- URL: https://github.com/openfun/fun-cmd
- Owner: openfun
- License: other
- Created: 2015-02-19T15:40:51.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T10:02:54.000Z (about 8 years ago)
- Last Synced: 2025-01-13T12:48:45.204Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 17
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
=======
FUN-CMD
=======
A command-line tool for OpenFUN. fun-cmd was designed as a helpful tool to run
frequently-used OpendEdx commands in development and test modes.
.. image:: https://circleci.com/gh/openfun/fun-cmd/tree/master.svg?style=svg
:target: https://circleci.com/gh/openfun/fun-cmd/tree/master
Install
=======
You should install fun-cmd in your OpenEdx virtual box::
pip install --extra-index-url https://pypi.fury.io/openfun fun-cmd
Available commands
==================
Run all fun-apps tests::
fun lms.test test ../fun-apps
Run tests from a FUN application::
fun lms.test test ../fun-apps/backoffice
Start a shell::
fun lms.dev shell
Install requirements (including FUN requirements)::
fun lms.dev requirements
Process assets, static collection::
fun lms.dev assets
Install requirements, process assets and start an lms instance::
fun lms.dev run
If you just want to run the lms instance::
fun lms.dev run --fast
Contribute
==========
Don't forget to run (and write) tests::
nosetests