Launcher
- All three computers should be running the launcher
- Launch terminal
- cd to /Desktop/launcher
- type "java -jar launcher.jar".
- this shouldn't need to be touched, but restart it if problems
Server
- Only the left computer runs the server
- Launch terminal
- cd to /Desktop/server
- type "java -jar mpeServer.jar"
- this shouldn't need to be touched, but restart it if problems
Controller
- Only the left computer runs the controller
- Launch terminal
- cd to /Desktop/controller
- type "java -jar controller.jar"
- It will ask you for a filename, use "show.txt"
- It will then prompt you for which project to start with, pick whatever by typing in a #
- At any point during the loop, you can COMMAND-TAB into terminal where you have 3 options
- "n" skip to the next project
- "q" quit (you shouldn't need to do this, but can if you want to restart the controller)
- type in a number to skip to a specific project (if a project didn't run, you can use this to restart that project)
|