Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wotf-cyoa/backend
Browse files Browse the repository at this point in the history
  • Loading branch information
mgarbacz committed Aug 8, 2014
2 parents a4d5ba8 + 8d1e48b commit fc1e8e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Install the dependencies with

npm install

To run the Websockets server that executes the game:
To run the Websockets server that executes the game with the project's IRB config:

node server.js
IRBRC=irb.rc node server.js

Changes to `server.js` require a restart. Simply `Ctrl+C` the
`node server.js` process and run it again.
`IRBRC=irb.rc node server.js` process and run it again.

To enable S3 uploads of game files (game code will never save unless you do),
you have to set your `AWS_ACCESS_KEY_ID` and your `AWS_SECRET_ACCESS_KEY`:
Expand Down

0 comments on commit fc1e8e4

Please sign in to comment.