Changes
Page history
Commit
authored
Nov 10, 2022
by
Derek Williams
Show whitespace changes
Inline
Side-by-side
Setting-up-IntelliJ.md
View page @
2f5a33b5
...
...
@@ -28,25 +28,6 @@ You can change whatever you want in that window, and then click **OK**
# Run Configurations Setup
## Command Line Arguments
**LoginServer**
*(always listens to port 1871)*
*
--localhost - will use the test RDS database
*
--production - will use the production RDS database
**GameServer**
*
--port=x - will listen for connections on that port number
*
--map=x - specifies the map file the server should manage (required)
*
--localhost - will cause it to use the test RDS database
*
--production - will cause it to use the production RDS database
**GameClient**
*
--loginhost - the hostname of the machine running the login server
**GameManager**
*
--localhost - will use the test RDS database
*
--db= - will specify which RDS database will be used
## Creating a run configuration
After you have imported the project into IntelliJ, you will need to create a few run configurations.
There will already be a few loaded, so below are the steps to create a new one.
...
...
...
...