mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-16 11:30:17 -07:00
Update readme
This commit is contained in:
parent
58701e88ba
commit
bddd36bcdb
1 changed files with 5 additions and 7 deletions
12
README.md
12
README.md
|
|
@ -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
|
## 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.
|
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:
|
### Windows & Linux GUI:
|
||||||
- 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:
|
|
||||||
- Download and install [xampp](https://www.apachefriends.org/download.html)
|
- Download and install [xampp](https://www.apachefriends.org/download.html)
|
||||||
- Start the `Apache` and `MySQL` modules
|
- Start the `Apache` and `MySQL` modules
|
||||||
- Navigate to http://localhost/phpmyadmin/
|
- 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
|
- 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_
|
- _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
|
## Step 4: Running the Server & Client
|
||||||
- Run the management-server
|
- Run the management-server
|
||||||
- In IntelliJ, navigate to `09HDscape-management-server/src/org/keldagrim/Main.java`, right click > Run
|
- In IntelliJ, navigate to `09HDscape-management-server/src/org/keldagrim/Main.java`, right click > Run
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue