Skip to content

Commit

Permalink
use foreman
Browse files Browse the repository at this point in the history
  • Loading branch information
siuying committed Apr 18, 2012
1 parent 3063789 commit 0e805c5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -6,6 +6,7 @@ gem "sinatra"
gem "thin"

group :development do
gem "foreman"
gem "rspec"
gem "autotest"
gem "pry"
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Expand Up @@ -8,6 +8,9 @@ GEM
daemons (1.1.8)
diff-lcs (1.1.3)
eventmachine (0.12.10)
foreman (0.40.0)
term-ansicolor (~> 1.0.7)
thor (>= 0.13.6)
method_source (0.7.1)
pry (0.9.8.4)
coderay (~> 1.0.5)
Expand Down Expand Up @@ -35,17 +38,20 @@ GEM
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
slop (2.4.4)
term-ansicolor (1.0.7)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.14.6)
tilt (1.3.3)

PLATFORMS
ruby

DEPENDENCIES
autotest
foreman
pry
rspec
ruby2ruby
Expand Down
1 change: 1 addition & 0 deletions Procfile
@@ -0,0 +1 @@
server: bundle exec rackup -p $PORT
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,11 @@ A experiment on real time visualize development tool, inspired by
[Bret Victor's Inventing on Principle](http://vimeo.com/36579366)
talk and [@ermau](https://github.com/ermau/Instant) C# Implementation.

## Run

bundle install
bundle exec rackup

## Contact

[@siuying](http://twitter.com/siuying)

0 comments on commit 0e805c5

Please sign in to comment.