README.md
author ymh <ymh.work@gmail.com>
Thu, 16 Oct 2014 03:22:00 +0200
changeset 26 ebfd0d3cffab
child 45 8d2fb4ec85d7
permissions -rw-r--r--
Correction on export_annotation. First working version
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
26
ebfd0d3cffab Correction on export_annotation. First working version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
ebfd0d3cffab Correction on export_annotation. First working version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
# Mons software suite
ebfd0d3cffab Correction on export_annotation. First working version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
ebfd0d3cffab Correction on export_annotation. First working version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
To create the virtualenv:
ebfd0d3cffab Correction on export_annotation. First working version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
ebfd0d3cffab Correction on export_annotation. First working version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
```
ebfd0d3cffab Correction on export_annotation. First working version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
STATIC_DEPS=true pip install -r requirements.txt
ebfd0d3cffab Correction on export_annotation. First working version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
```
ebfd0d3cffab Correction on export_annotation. First working version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
ebfd0d3cffab Correction on export_annotation. First working version
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
Usage for export_annotations.py:
ebfd0d3cffab Correction on export_annotation. First working version
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
ebfd0d3cffab Correction on export_annotation. First working version
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
```
ebfd0d3cffab Correction on export_annotation. First working version
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
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>\"}"
ebfd0d3cffab Correction on export_annotation. First working version
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
```