Your IP : 216.73.217.87
| Current Path : /hdd/hdd21/wbd/ |
|
|
| Current File : /hdd/hdd21/wbd/instructions.txt |
1. To create virtual environment(if not created already)run [virtualenv env]
2. To start the virtual environment run [source env/bin/activate]
3. One the virtual environment is running, install all dependencies, run [pip install -r requirements.txt](requirements.txt is located in 'src')
4. Then inside 'src' run [gunicorn --workers 1 --bind 127.0.0.1:5000 wsgi:app]
5. Forward to 127.0.0.1:5000 and everithing should work