Skip to content
Snippets Groups Projects
Commit 68b08278 authored by Rafi's avatar Rafi
Browse files

Added setting up the Scheduling Server to the README.md.

parent e6052767
No related branches found
No related tags found
No related merge requests found
......@@ -32,4 +32,14 @@ How to set up the MySQL database:
How to set up the Scheduling Server:
-
\ No newline at end of file
- In the main method in the ScheduleServer input the proper parameters:
* ip: The local address that you want the server to listen to. If your running the
server and the client on the same machine set it to "localhost".
* port: The port that you want the server to listen to.
* dbURL: "jdbc:mysql://hostname:port/DB_Name". Change 'hostname' to the MySQL
MySQL server address, Change 'port' to the MySQL server port, and
'DB_Name' to the MySQL server database. (This should be ScheduleApp)
to the
* dbUser: The user name of the MySQL server.
* dbPass: The password of the MySQL password.
- Save, then run the main method.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment