So the intention of this project is to be the webserver/website for the RIT Space Exploration group. We will be using Flask as the webframework and Bootstrap for the styling of the website. This site is deployed using the Openshift Platform.
For those new to python, read up on virtual environments to create a clean slate to install on.
$ pip install -r ./requirements.txt
$ export FLASK_APP=spex.py
$ flask run