Commit 7859bb3e authored by Romain Loth's avatar Romain Loth

WIP uwsgi mounting of the app

parent 01ee0552
Community explorer registration form
=====================================
### Overview
This folder contains nov 2016 registration form server
- the form is served by [flask](http://flask.pocoo.org/) and uses [javascript functions](https://github.com/moma/regcomex/blob/master/static/js/comex_reg_form_controllers.js) for validation etc
......@@ -9,4 +11,18 @@ This folder contains nov 2016 registration form server
More info in `docs/` directory
### Setting up the server on an nginx server
```
# in a virtualenv or a dedicated VM
pip3 install uwsgi flask
```
(c) 2016 ISCPIF-CNRS
......@@ -8,6 +8,8 @@ Context:
- POSSIBLE Doors validated the email was new ??
- exposed as "regcomex.app" for the outside
"""
__author__ = "CNRS"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment