-
git clone https://github.com/IotaSpencer/site_hook -
cd site_hook -
Install
- Bundler
bundle install --system
- Gem
- First
gem build site_hook.gemspec- then
gem install site_hook-x.x.x.gemto install to system (as root) -
sudo gem install site_hook-x.x.x.gemto install to system when a sudoer -
gem install site_hook-x.x.x.gem --user-installto install as current user (to user GEM_HOME)
- then
- First
- Bundler