Skip to content

horror/d2d-shooter_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web socket html5 online shooter game

Developers: Lahtyuk A, Koltsov F

Deploy for windows

  1. Make
$ git clone https://github.com/horror/d2d-shooter_game.git
  1. Download Railsinstaller from http://railsinstaller.org/ with Ruby 2.0.0 and install

  2. Make

$ cd path/to/app_dir
$ bundle install

If you faced to

Gem::RemoteFetcher::FetchError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed...

Look this guide https://gist.github.com/luislavena/f064211759ee0f806c88

  1. Download and install PostrgeSQL for windows from http://www.enterprisedb.com/products-services-training/pgdownload#windows

  2. Run migrations

$ rake db:migrate
  1. Run app and have fun
$ rails s -e production

If you faced to

can't activate bcrypt-ruby (~>3.0.0), already activated 3.1.2...make sure all dependencies are added to gemfile...

Look this question http://stackoverflow.com/questions/18541062/issues-using-bcrypt-3-0-1-with-ruby2-0-on-windows

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published