- Windows OS. Sorry about that. It will be soon avaible to linux users
- Python 2.7
- Pip installation notes for python version older than 2.7.9
- Virtualenv
- Clone this repository on your machine
- Open a command line in the project directory
- Create a virtual environnement
virtualenv venv
- Activate the virtual env
- Install dependencies with correct version
pip install -r requirements_windows.txt
Warning: debug mode is currently activated by default
- Edit pytree.yaml configuration file if needed
- Run the server:
python runserver.py
- If the dev server runs fine, the adress localhost:5001 will display a demo page
- Note: the demo page is there for testing purposes and not actively maintained
Example Apache 2.4 WSGI configuration files are in apache_demo_config
directory.
You'll need to adapt to you local setup