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
Felipe Martin d4397f21b5 Added admin shortcut on navbar if user is superuser 2014-04-24 16:51:05 +02:00
config Forgot django-reversion on settings file 2014-04-04 17:40:59 +02:00
rpm Added allow root in bower command 2014-04-23 00:32:53 +02:00
shelfzilla Added admin shortcut on navbar if user is superuser 2014-04-24 16:51:05 +02:00
utils Updated listadomanga crawler 2014-04-23 00:34:17 +02:00
.gitignore + New fabric task: makemessages 2014-04-02 17:07:57 +02:00
README.md Updated fabfile requirements and readme 2014-04-02 17:23:06 +02:00
bower.json Fixed bower.json 2014-04-24 16:50:47 +02:00
fabfile.py Updated fabfile requirements and readme 2014-04-02 17:23:06 +02:00
gruntfile.coffee Replaced bootflatv2 with Bootflat 2014-04-23 17:14:32 +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

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

First install

The first time you use fab setup_environment django will ask for a initial superadmin user, be sure to enter an email address as username or the login form won't allow you to access the site. You can enter anything since this is a local environment.