diff --git a/README.md b/README.md index 7c399ab52..dc466061d 100644 --- a/README.md +++ b/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 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