#Prowlist
- Install virtual enviroment requirements
- Install virtual enviroment wrapper to facilitate the configuration
pip install virtualenvwrapper - Next, create a folder that will contain all your virtual environments if not exists
mkdir ~/.virtualenvs - Open your .bashrc
vi ~/.bashrcfile and add: export WORKON_HOME=~/.virtualenvs source /usr/local/bin/virtualenvwrapper.sh - Activate these changes by typing
source ~/.bashrc - Create virtual
enviroment prowlist - Initialize enviroment
workon prowlist
The following dependencies are needed to run this environment:
- Install all dependencies
pip install -r requirements.txt
Note: Do not forget to run pip freeze > requirements.txt after adding any library or component
- Install all dependencies
pip install -r requirements.txt - Juest run the following command
./manage.py runserver --settings=prowlist.settings.development
- Database synchronization
./manage.py syncdb - Running the application
./manage.py runserver - If is a new Application and you want to add migration run the following command
./manage.py makemigrationsnew_app and then./manage.py migrate - If you want to save data relevant for the development or deployment run
./manage.py dumpdata --indent=4 > resources/data/NAME_OF_FILE.json - If you want to load data to your database run
./manage.py load initial
- Make sure you have pxshh installed, if not
pip install pexpectYou need a Unix based os to run the installer - You need to have the Private key to connect.
- Run the following command
./manage.py publish stage - The process will take a few minutes.
Prowlist has the following services integrated:
If you want to access to the image server just write the following path /services/image/WxH/Path