Windowns installation
-
Install Ruby 2.0.0 --> http://rubyinstaller.org/downloads/
-
Install DevKit --> https://github.com/oneclick/rubyinstaller/wiki/Development-Kit
-
Install Node.js --> http://nodejs.org/download/
-
$ gem update
-
$ gem install bundle
-
Install git-scm --> http://git-scm.com/
-
Fork project from apache13/WmslWorldCup --> https://github.com/apache13/WmslWorldCup
-
Clone your github project to local drive
-
Change directory to clone project path
-
$ bundle install
-
$ rake db:create
-
$ rake db:migrate
-
$ rake db:seed
-
Change directory to /config/initializers/
-
$ rake secret > secret_token.rb
-
Edit file secret_token.rb add WmslWorldCup::Application.config.secret_token = "..........."
-
$ rails server