annot-server/README.md
author rougeronj
Thu, 16 Apr 2015 11:08:05 +0200
changeset 150 c8fe9606d967
parent 13 435d5c15275a
permissions -rw-r--r--
add temporary timeCode on doubleroll and copy change to server
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
# Mons Annotation server
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
To start it :
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
  1. create virtualenv with requirements.txt
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
  1. activate the virtualenv
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
  1. create settings.py from settings.py.tmpl
435d5c15275a clean client npm and gulp config, change flask root url, reference static url in template, change config management to follow flask convention
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
  1. `twistd -ny server.tac`