Skip to content

Instantly share code, notes, and snippets.

@dpaola2
Created April 10, 2012 01:01
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 dpaola2/2347716 to your computer and use it in GitHub Desktop.
Save dpaola2/2347716 to your computer and use it in GitHub Desktop.
** script/start **
bundle exec rackup -p 3000 -s thin
** Makefile **
local:
BLOC_BASE_URI=http://localhost:5000 script/start
staging:
script/start
** in the shell **
$ make local
$ make staging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment