Files
code_examples_server/README.md
2017-07-21 15:48:38 -04:00

419 B

code_examples_server

Prototype server for creating interactive "try SPARK / try Ada" webpages

Getting started

To setup, do this:

virtualenv env
pip install -r REQUIREMENTS.txt
 ./manage.py makemigrations
 ./manage.py migrate

To enter some examples in the database, do this:

./manage.py fill_examples --dir=resources/example/a

To launch the server, do this:

./manage.py runserver