fmartingr
/
shelfzilla
Archived
1
0
Fork 0
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 
Felipe Martín 628aaf3d87 Removed register invitation code text 8 years ago
config Added basic auth endpoints 8 years ago
other Temp file for legacy purposes 9 years ago
provisioning Ups, missed file 9 years ago
rpm init script modifications 8 years ago
shelfzilla Removed register invitation code text 8 years ago
utils Crawler io 9 years ago
.bowerrc Updated bowerrc 9 years ago
.gitignore Added common module(selinux, yum repos and Iptables) 9 years ago
README.md testing opbeat 8 years ago
Vagrantfile Added 443 port to charge shelfzilla in ssl mode 9 years ago
bower.json Added form to submit volume suggestions 8 years ago
fabfile.py Fixed setup_environment fabfile task 9 years ago
gruntfile.coffee Migrated from grunt to django-compressor 9 years ago
manage.py Initial commit 9 years ago
package.json - Fixed package.json 9 years ago
setup.py Random tests are random 9 years ago
tox.ini Random tests are random 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!