Skip to content

Instantly share code, notes, and snippets.

@rodrigomaia
Created June 12, 2012 16:49
Show Gist options
  • Select an option

  • Save rodrigomaia/2918659 to your computer and use it in GitHub Desktop.

Select an option

Save rodrigomaia/2918659 to your computer and use it in GitHub Desktop.
Jenkins Chat
cd ~/forteschat3/oraculo
git stash
git pull
rvm use ruby-1.9.2-p290@oraculo
gem list
bundle
rake db:migrate
rspec
cd ~/forteschat3
forever stopall
kill -9 `cat ~/forteschat3/oraculo/tmp/pids/unicorn.pid`
npm install
cd ~/forteschat3/oraculo
rake sunspot:solr:reindex
unicorn_rails -c unicorn.rb -E homologation -D
cd ~/forteschat3
NODE_ENV=homologacao forever start startServer.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment