Skip to content

Instantly share code, notes, and snippets.

@edopelawi
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edopelawi/51ea01703f64fc44472b to your computer and use it in GitHub Desktop.
Save edopelawi/51ea01703f64fc44472b to your computer and use it in GitHub Desktop.
Sample script that I use for executing local Redis server for IceBerg app
cd ~/path/to/project/folder;
rvm gemset iceberg;
bundle exec foreman start;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment