FreeGeekTwinCities / conserje

A volunteer-tracking front-end for Free Geek Twin Cities
MIT License
0 stars 1 forks source link

conserje

An Angularjs-based frontend for volunteer management at Free Geek Twin Cities.

Development/Testing

  1. Install OpenERP 7.x
  2. Install hapier

Deployment

When you have an update that should be deployed to the "in-office" system:

  1. Build the dist subdirectory (grunt build should handle this)
  2. Run git subtree push --prefix dist origin dist to push to GitHub
  3. Our system will pull the new dist directory from GitHub