README.md
author ymh <ymh.work@gmail.com>
Mon, 20 Oct 2014 01:31:33 +0200
changeset 43 e27c3c1c57f1
parent 26 ebfd0d3cffab
child 45 8d2fb4ec85d7
permissions -rw-r--r--
end of admin. change the index page and add a redirect to it on the landing page


# Mons software suite

To create the virtualenv:

```
STATIC_DEPS=true pip install -r requirements.txt
```

Usage for export_annotations.py:

```
python export_annotations.py -a http://localhost:8080/p/api/annotations -b http://localhost/~ymh/platform/ldtplatform/ -p  <project_guid> -E test -H ANNOT -v -v -s "2014-06-19T12:14:48+02" -R -P "{\"username\": \"<username>\",\"api_key\":\"<username api key>\"}"
```