Setup of a Phyton virtual environment for Flask with PyPy + Redis on a C9 workspace
-
Name your workspace: flask-benchmark
-
Choose "custom template" as workspace configuration
-
On input "Clone from Git or Mercurial URL (optional)" enter: git@github.com:cagp-dev-mtl/flask-phyton-c9
-
Once your environment is loaded, in the console you will be requested to enter your git username and password
sh ./setup.sh
Start virtual environment
cd ~/pypy-venv/
. bin/activate
Start web server (PyPy, Flask)
cd ~/workspace pypy YOUR_APPLICATION_NAME.py