Created
October 10, 2013 17:55
-
-
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"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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