You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
8 years ago | |
---|---|---|
config | 8 years ago | |
other | 9 years ago | |
provisioning | 9 years ago | |
rpm | 8 years ago | |
shelfzilla | 8 years ago | |
utils | 9 years ago | |
.bowerrc | 9 years ago | |
.gitignore | 9 years ago | |
README.md | 8 years ago | |
Vagrantfile | 9 years ago | |
bower.json | 8 years ago | |
fabfile.py | 9 years ago | |
gruntfile.coffee | 9 years ago | |
manage.py | 9 years ago | |
package.json | 9 years ago | |
setup.py | 9 years ago | |
tox.ini | 9 years ago |
README.md
shelfzilla
Prepare environment for local development
# Check that everything is installed
fab doctor
# Setup NPM/Virtualenv/Database
fab setup_environment
# Executes the server
fab runserver
Dependencies
- Nodejs
- Python 2.7 with virtualenv and pip
- grunt-cli installed as global resource
- bower installed as a global resource
Enjoy!