Update Installing Docker authored by Devin's avatar Devin
...@@ -24,3 +24,9 @@ Once you have everything setup, do the following: ...@@ -24,3 +24,9 @@ Once you have everything setup, do the following:
- Open up a command prompt or a terminal *in that folder* - Open up a command prompt or a terminal *in that folder*
- Run the following command: - Run the following command:
- `docker compose -f dev-docker-compose.yml up -d` - `docker compose -f dev-docker-compose.yml up -d`
# Loading Data
Every time you restart your local Docker container, The information in the database will be fresh. Any changes made to it previously **will not be saved.** Because of this, don't keep any important or lasting information in the local database.
Due to this, you may frequently run into errors when running any FreshmanRPG projects. If this happens, simply run the `Rebuild Database` Gradle task in IntelliJ with the FreshmanRPG project open. This will re-create all of the fresh data that is used for testing, and you should be able to successfully run the servers locallly once the task finishes.