This is a Pyramid starter seed based project integrating the Yeoman workflow (concat and minification assets, grunt-uncss, cdnify-scripts and more).
- Nodejs (you can manage and install different node versions using NVM)
- python virtualenv
- Pyramid
- Cornice
Open your shell and digit:
$ git clone [email protected]:majerteam/pyramid_cornice_react_sample.git $ cd pyramid_cornice_react_sample $ YOUR_VIRTUALENV_PYTHON_PATH/bin/python setup.py develop $ cd pyramid_cornice_react_sample/webapp $ bower install $ npm install
Come back to the first level dir of pyramid_starter_seed (where .ini file lives):
$ cd ../..
Devel mode:
$ YOUR_VIRTUALENV_PYTHON_PATH/bin/pserve development.ini
Production mode:
$ YOUR_VIRTUALENV_PYTHON_PATH/bin/pserve production.ini
More informations there (creating a new pyramid scaffold ... ): https://github.com/davidemoro/pyramid_starter_seed/