From d5e7b438f3d4b4683bd67602fd1f5637663a8b02 Mon Sep 17 00:00:00 2001 From: ser3n1ty <36878537+cgnetsec@users.noreply.github.com> Date: Thu, 9 May 2024 00:57:07 -0700 Subject: [PATCH] Update README.md added updated information for the docker compose container that is being implemented --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index ef4608c..95becf0 100644 --- a/README.md +++ b/README.md @@ -14,16 +14,7 @@ If using Windows: [Chocolatey](https://chocolatey.org/install) - npm: [how to install](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) ## Installation: - -Once you have all the prerequisites you will need to setup a database. -There are tons of database services you can choose from: -- mysql - [getting started](https://dev.mysql.com/doc/mysql-getting-started/en/) -- mariadb - [getting started](https://mariadb.com/get-started-with-mariadb/) -- etc - -I went with MySQL. Once the database is setup, make sure that you can authenticate to the database. -After being able to login to the database, create a database/schema called pokeroguedb. -Select it as the default database and then run the sql queries from sqlqueries.sql. You should now be able to see all of the empty tables. +The docker compose file should automatically implement a container with mariadb with an empty database and the default user and password combo of pokerogue:pokerogue Edit the following files: ### rogueserver.go:34