Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.3 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.3 KB

UofRPG

A class project to develop a role-playing game based on the University of Rochester

Developers

Running a test server

Windows

To start a test server, just double-click "run_win.bat" and leave the terminal window that pops up open. You should be able to access the site now at localhost:3333.

Mac OS X

Before you can use the test server on OS X the first time, you need to fix a permissions problem. Open Terminal (or your favorite alternative bash terminal) and cd to the directory where you have the UofRPG repository cloned. Then run this command: chmod u+x run_mac.command.

After you have done that once, you will thenceforth be able to start the test server just by double-clicking "run_mac.command" (leave the terminal window that pops up open). You should be able to access the site now at localhost:3333.

Other *nix systems

Execute "run_nix.sh" in bash and leave the terminal window open. You should be able to access the site now at localhost:3333.