You've already forked code_examples_server
mirror of
https://github.com/AdaCore/code_examples_server.git
synced 2026-02-12 12:45:18 -08:00
Add REQUIREMENTS.txt and bare-bones instructions
This commit is contained in:
18
README.md
18
README.md
@@ -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
2
REQUIREMENTS.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
django
|
||||
djangorestframework
|
||||
Reference in New Issue
Block a user