CVent Sample application Introduction This is a sample application to test and learn about CVent API Bundle In order to install required gems run gem install ruby-debug19 -- --with-ruby-include=$rvm_path/src/ruby-1.9.2-p290 bundle install Deploy Set up You need to run this steps only one time git remote add production [email protected]:cvent_sample New release deploy In order to push a new release you need to: Add a tag with the current version push your changes to production repo git tag <version> git push production --tags