Skip to content

Commit 7b41c52

Browse files
committed
Documenting how to start the server until we migrate to rails 4.
1 parent 424ba71 commit 7b41c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ If you're running Windows, [here's a guide written by one of our members on how
120120
cd ~/web
121121
rvm current # should be ruby-2.1.2@coderwall
122122
bundle check # should be 'The Gemfile's dependencies are satisfied'
123-
bin/rails s
123+
bundle exec scripts/rails.rb server
124124

125125
If all went well the Rails server should start up on PORT 3000.
126126

0 commit comments

Comments
 (0)