8000 GitHub - bpotterbaum/bombsvacuum: Mine Sweeper Example with Rails 4.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bpotterbaum/bombsvacuum

 
 

Repository files navigation

README

Dependencies

Deployment

The following steps assume you have the following above versions of Ruby and Node.js with their respective package managers. Other versions may work but are untested and your mileage may vary. You will also probably need the development headers for the Redis and PostgreSQL instances.

1.) bundle install 2.) bundle exec rake db:create db:migrate 3.) bundle exec rake streamer:setup ( You may get warnings, that’s okay ) 4.) bundle exec rake streamer:start 5.) bundle exec rails s

Noteable Mentions

The Node.js server is pushing Server Side Events ( SSE ) to the client through port 8080, and this is hardcoded in currently, make sure that port is open. Puma is the default rails server and seems to do pretty well.

About

Mine Sweeper Example with Rails 4.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 91.5%
  • JavaScript 6.2%
  • CoffeeScript 2.3%
0