Personal fork from https://github.com/zookeepr/zookeepr.git
|
9 years ago | |
---|---|---|
alembic | 9 years ago | |
bin | 9 years ago | |
docs | 10 years ago | |
plugins | 10 years ago | |
wsgi | 10 years ago | |
zk | 9 years ago | |
zkpylons | 9 years ago | |
.gitignore | 10 years ago | |
.testr.conf | 10 years ago | |
.travis.yml | 9 years ago | |
AUTHORS | 10 years ago | |
INSTALL.md | 9 years ago | |
LICENSE | 17 years ago | |
README.md | 10 years ago | |
development.ini.sample | 10 years ago | |
production.ini.sample | 10 years ago | |
requirements.txt | 9 years ago | |
setup.cfg | 10 years ago | |
setup.py | 9 years ago | |
test-requirements.txt | 9 years ago | |
test.ini | 9 years ago | |
tox.ini | 9 years ago | |
tox.pip6.ini | 9 years ago |
This document details how running zookeepr, how to run tests, and where to start hacking.
It assumes that you have the necessary dependencies installed and the development environment up and running. Please refer to INSTALL if you do not have your environment set up.
See INSTALL.md
paster serve -v --reload development.ini
tox -e pep8
tox