Setting Up Rsr Under Web2py In A Virtua Lenvironment

Aims:

Setting up rsr under web2py in a virtual environment under Arch Linux Install flot.js

URLs used:

TL;DR

  • Log into your virtual environment
  • fire up web2py
    • enter admin interface
      • create new project
        • type in 'application name': rsr_app
      • click 'create'

Code

workon p2_rsr
cd .virtualenvs/p2_rsr #move to virtualenv directory
./bin/python ./web2py/web2py.py #launch web2py
Written on January 7, 2014