MorScout
Team 1515 MorTorq FRC Scouting Application
Includes:
- Server
- Web Client
- Android Client
- iOS Client
Getting Started
In order to run the MorScout server, you need to have the latest version of node.js installed on the computer you are planning to run your personal server. To install node.js, go to http://nodejs.org and click on install.
How to Make an Account
Open the terminal or command prompt and navigate to the "server" folder and then enter the following line of code:
$ node --harmony userManagernow enter your desired username after the word "add". For example:
$ add YourUserNameHereTo add a password type changePass followed by your username and then your desired password.
$ changePass YourUserNameHere YourPasswordHereAdditionally you can type help if you are having trouble.
How to Run
Open the terminal or command prompt and navigate to the "server" folder and then, enter this line of code:
$ node --harmony serverIf you get an error message with the following
Error: listen EADDRINUSE
in any part of the error message, it means that port 8080 is already in use and you must use another port such as 8081. To do that type
$ node --harmony server 8081Once the server starts running: 1. Record the ip address address printed. 2. Navigate to the "webapp" folder and open "index.html" in your favorite browser. 3. If the server is running on the machine being used to open "index.html" skip the next step. 4. Navigate to the settings page and enter the correct ip and port. 5. Now you can log in to your account from the navigation page and start scouting! 6. Remember to give Team 1515 your feedback. We would love to hear from you!!
How to Set Regional
Each team will be running their own server, so it is completely customizable. You can set your regional by going to the "url.json" file in the server folder and changing two instances of "2014calb" to the desired year and event code. Your event code can be found at https://docs.google.com/spreadsheet/ccc?key=0ApRO2Yzh2z01dExFZEdieV9WdTJsZ25HSWI3VUxsWGc#gid=0.
Everytime you change the url to the regional or feel like the information on blue alliance has been updated please run the following commands when you are in the server folder from the terminal:
$ node --harmony getMatches
$ node --harmony getTeamsHow to Send Feedback to Team 1515
Sending feedback is simple! Because MorScout is still in beta we rely on your feedback to make the best scouting app ever! Just simply navigate to the feedback page from any morscout page and submit your feedback. Then navigate to the server folder in the terminal or command prompt and type:
$ node --harmony sendFeedbackYou are good to go!
Screenshots From 2015
Support
For help do not hesitate to email me at rafezyfarbod@gmail.com




