Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 711 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 711 Bytes

Commits from Last Night

shit this is a backup in case my computer breaks

Install

  • Install Mongodb
  • Run pip install flask pymongo simplejson
  • Run sh config.sh to create config files and git hooks. This will prompt you for your github email, domain to post commit messages to, and mongodb settings. It will also create two files: hooks/post-commit and server/settings.py.
  • Copy newly created hooks/post-commit into the .git/hooks folder of any repo you'd like this project to track commit messages from. Also make sure the hook is executable ( ie. chmod 744 post-commit)

Run the Server

Just run this:

python server/app.py