From 65939f0d55dbe8e69dce0fee617cf7ec963adea4 Mon Sep 17 00:00:00 2001 From: Mads Boddum Date: Sat, 21 Oct 2023 12:14:59 +0200 Subject: [PATCH] Created a run configuration for IDEA that is simply a composite of the two we already have for running mongoDB and holocore itself, to make it even simpler to get started --- .idea/runConfigurations/Start.xml | 7 +++++++ CONTRIBUTING.md | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 .idea/runConfigurations/Start.xml diff --git a/.idea/runConfigurations/Start.xml b/.idea/runConfigurations/Start.xml new file mode 100644 index 000000000..1227aa0c3 --- /dev/null +++ b/.idea/runConfigurations/Start.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3df013890..1a40b2f9e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,9 +48,9 @@ This will also run a web UI, which can be accessed in the browser at: http://loc You can stop both with: `docker-compose down`. ### Running Holocore -In IntelliJ idea, run the **Start server (development)** run configuration. +In IntelliJ idea, run the **Start** run configuration. -**NOTE**: A MongoDB instance must be running for the server to start. +**NOTE**: Docker must be running in the background for MongoDB to start properly. ### Running automated tests In IntelliJ idea, run the **Tests** run configuration.