Skip to content

virgilio/bikeanjo

 
 

Repository files navigation

Gitter Build Status

Bike Anjo

pre-install

  • sudo pacman -S postgresql
  • sudo pacman -S postgis
  • sudo pacman -S nodejs

install:

  • npm install
  • ./node_modules/bower/bin/bower install
  • ./node_modules/grunt-cli/bin/grunt all
  • virtualenv -p /usr/bin/python2 bikeanjo
  • pip install -r requirements.txt
  • psql -U postgres -c 'CREATE EXTENSION postgis;'
  • psql -U postgres -c 'CREATE DATABASE bikeanjo;'
  • ./manage.py migrate

run:

you need to run both the django process and grunt to build static assets:

  • ./manage.py runserver
  • grunt all

then you can open http://localhost:8000 on your browser.

tests:

  • make tests

nossa trello board

http://gis.stackexchange.com/a/19440

About

Novo site/sistema bike anjo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.9%
  • HTML 32.9%
  • CSS 8.7%
  • JavaScript 3.2%
  • Other 0.3%