Update readme

This commit is contained in:
dginovker 2019-11-06 20:11:50 -05:00
parent 58701e88ba
commit bddd36bcdb

View file

@ -27,13 +27,7 @@ At any point, if you need help, you are free to join our Discord server at: http
## Step 3: Setting up the Database
Since this portion of the guide is operating-system specific, you will either need basic database knowledge or a bit of help. Below are the things that need to be configured.
### General:
- Configure root@localhost to have no password
- Create databases in root named `server` and another named `global`
- Import `Server/server.sql` and `Server/global.sql` into their respective databases
- Start the database
### Windows:
### Windows & Linux GUI:
- Download and install [xampp](https://www.apachefriends.org/download.html)
- Start the `Apache` and `MySQL` modules
- Navigate to http://localhost/phpmyadmin/
@ -41,6 +35,10 @@ Since this portion of the guide is operating-system specific, you will either ne
- Import `Server/server.sql` and `Server/global.sql` into their respective databases
- _Refer [here](https://www.thecodedeveloper.com/import-large-sql-files-xampp/) for help importing the `.sql` files_
# Linux Command Line
- Instructions for various Linux distros can be found [here](https://github.com/dginovker/RS-2009/tree/master/CompiledServer/Guides)
## Step 4: Running the Server & Client
- Run the management-server
- In IntelliJ, navigate to `09HDscape-management-server/src/org/keldagrim/Main.java`, right click > Run