fmartingr
/
shelfzilla
Archived
1
0
Fork 0
This repository has been archived on 2021-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Juan Manuel Parrilla 3ad048e5b8 Added 443 port to charge shelfzilla in ssl mode 2014-11-14 20:06:04 +01:00
config Added django-extensions for local development 2014-11-05 19:41:04 +01:00
other Temp file for legacy purposes 2014-08-25 20:59:18 +02:00
provisioning Shelfzilla module finished, not tested yet 2014-11-14 19:52:09 +01:00
rpm Shelfzilla base module finished, and handlers trigger fixed 2014-11-13 22:03:43 +01:00
shelfzilla Added account page. Allows user to change password. Closes #26 2014-11-05 20:45:53 +01:00
utils Crawler io 2014-08-25 20:59:26 +02:00
.bowerrc Updated bowerrc 2014-08-25 17:05:40 +02:00
.gitignore Added common module(selinux, yum repos and Iptables) 2014-11-13 13:13:09 +01:00
README.md Fixed README 2014-08-25 13:42:40 +02:00
Vagrantfile Added 443 port to charge shelfzilla in ssl mode 2014-11-14 20:06:04 +01:00
bower.json Timeline WIP 2014-09-08 18:49:32 +02:00
fabfile.py Added django-extensions for local development 2014-11-05 19:41:04 +01:00
gruntfile.coffee Migrated from grunt to django-compressor 2014-08-25 17:05:24 +02:00
manage.py Initial commit 2014-03-18 13:48:12 +01:00
package.json - Fixed package.json 2014-03-25 13:21:08 +01:00
setup.py Random tests are random 2014-05-26 17:12:01 +02:00
tox.ini Random tests are random 2014-05-26 17:12:01 +02:00

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