1. git clone https://github.com/IotaSpencer/site_hook

  2. cd site_hook

  3. Install

    1. Bundler
    • bundle install --system
    1. 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)