TeachReach was a final year project at University, which I intend to re-write and release. The purpose of which was to provide an API and educational resource tool. An Android application is planned to leverage the content created using TeachReach
Designed currently for Heroku
Also make sure to add the following to .git/config
[merge "ours"]
name = Keep own VERSION-FILE then update
driver = ./version.sh
Installing commit hooks
ln -s ../../pre-commit.sh .git/hooks/pre-commit
Reset the database
rake dev:reset
Annotate models
bundle exec annotate position --before
Set .git/config up with heroku.account
[remote "heroku"]
url = git@heroku.personal:repo.git
fetch = +refs/heads/*:refs/remotes/heroku/*
[heroku]
account = personal
heroku config:set SITE_URL="http://yourheroku.herokuapp.com"