Skip to content

Commit

Permalink
Startup script for static app
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Wall committed Jan 31, 2012
1 parent fb11ebd commit d610e22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions startup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

bundle install
bundle exec rails s -p 3013

0 comments on commit d610e22

Please sign in to comment.