GitHub - adaptive-learning/proso-apps: Django modules for an adaptive practice system (currently used by http://slepemapy.cz/ or https://anatom.cz/)

Build Status Documentation Status

Development

Setup your local virtual environment:

If the environment already exists, activate it:

To install/reinstall the project:

If you want to download javascript dependencies, you have to run Bower and grunt:

If you want to download javascript dependencies and create a symbolic link to clone of proso-apps-js repository, you have to run Bower (develop) and grunt:

To run tests:

Release

You have to setup you PIP environment. Create a ~/.pypirc file containing your credentials to https://pypi.python.org:

[server-login]
username: ...
password: ...

Make sure you have the environment active, or activate it:

Major version is release manually.

In case of final minor version (you have to be in master branch):

In case of final micro version (you have to be in proper master-*.X branch):