Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 623 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 623 Bytes

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