You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside the project's directory, run the following to create the virtual environment:
virtualenv .venv
Activate the virtual environment:
. .venv/bin/activate
Install the project's dependencies:
pip install -r requirements.txt
Deploy to Openshift (tornado server)
First you need to create a new project using the "Do it Yourself" cartridge.
Then you need to install python 3.
wget http://www.python.org/ftp/python/3.3.5/Python-3.3.5.tar.xz
tar xJf ./Python-3.3.5.tar.xz
cd ./Python-3.3.5
./configure --prefix={INSTALL_PATH}
make && sudo make install
Then copy the manage.py file to a new onew named "manage_openshift.py".
Then edit the listen line (the "DIY" is the project's name):