Skip to content

Instantly share code, notes, and snippets.

@devopsmariocom
Created October 10, 2013 17:55
Show Gist options
  • Save devopsmariocom/6922657 to your computer and use it in GitHub Desktop.
Save devopsmariocom/6922657 to your computer and use it in GitHub Desktop.
Install necessary gems !!! go to app directory first or checkout with "git clone [email protected]:trexglobal/Simplifyem.git"
#!/bin/sh
# Install required gems
rvm gemset empty global
rvm gemset empty rails123
bin/install/gems.sh
# Setup db
bin/get_clean_db.sh
# Start server
cp config/unicorn.rb.example config/unicorn.rb
unicorn -c config/unicorn.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment