Create How to run the server authored by Morgan Williams's avatar Morgan Williams
# Local Host
Running the server using local host is very simple. In IntelliJ click on the Gradle tab and go to the `CompanionAppServer` tab. Navigate this path `tasks > application > bootrun`. Click bootrun and the server will launch.
# SWEUtil
To run the server on another port you will have to host it on SWEUtil. Ask Merlin for the log in before continuing. After you have the log in, ssh into the SWEUtil. `Cd` into the `FRPGsuite` and got to gameshared folder and change the `config.txt` file to use your appropriate database. Navigate back to the the root of the suite. Finally, type `gradlew bootrun` to launch the server.
\ No newline at end of file