User Tools

Site Tools


chisubmit_flask
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


chisubmit_flask [2014/12/17 14:41] (current) – created chudler
Line 1: Line 1:
 +=====How to run the chisubmit REST server for development=====
  
 +<code>
 +git clone https://github.com/uchicago-cs/chisubmit.git
 +git checkout -b my_dev_branch origin/backend
 +src/chisubmit/backend/webapp/db_create.py
 +src/chisubmit/backend/webapp/run.py
 +</code>
 +
 +It is likely to die for lack of python modules. Use a virtualenv and include these modules and their dependencies:
 +<code>
 +flask
 +flask-sqlalchemy
 +python-ldap
 +wtforms_json
 +pytz
 +python-dateutil
 +</code>
/var/lib/dokuwiki/data/pages/chisubmit_flask.txt · Last modified: 2014/12/17 14:41 by chudler

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki