Add REQUIREMENTS.txt and bare-bones instructions

This commit is contained in:
Nicolas Setton
2017-07-19 13:54:44 -04:00
parent aa66d5381d
commit da571a453e
2 changed files with 18 additions and 2 deletions

View File

@@ -1,2 +1,16 @@
# langserv
prototype server for creating interactive "try SPARK / try Ada" webpages
# code_examples_server
Prototype server for creating interactive "try SPARK / try Ada" webpages
## Getting started
To setup, do this:
```sh
virtualenv env
pip install -r REQUIREMENTS.txt
```
To launch the server, do this:
```sh
./manage.py runserver
```

2
REQUIREMENTS.txt Normal file
View File

@@ -0,0 +1,2 @@
django
djangorestframework