-
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.gem
to install to system (as root) -
sudo gem install site_hook-x.x.x.gem
to install to system when a sudoer -
gem install site_hook-x.x.x.gem --user-install
to install as current user (to user GEM_HOME)
- then
- First
- Bundler