From d91bb5877b2e9097cd32ad51a56093876df14ae7 Mon Sep 17 00:00:00 2001 From: Arnon Hacohen <58848496+arnon001@users.noreply.github.com> Date: Fri, 30 Aug 2024 22:26:22 +0300 Subject: [PATCH 1/3] Added options for MacOS --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42e0ce5..70e28cc 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Wand makes it easy to configure dash, houdini and a media server utilizing docke > [!NOTE] > This can also be ran on Windows using WSL. +> This can also be ran on MacOS (Darwin) ## Installation script **Step 1** run the script @@ -14,6 +15,7 @@ bash <(curl -s https://raw.githubusercontent.com/solero/wand/master/install.sh) * Database password (Leave blank for random password) * Hostname (example: `clubpenguin.com`) (Leave empty for localhost) * External IP Address (Leave empty for localhost) +
**Step 3** Run and enjoy. Run this command: ```bash @@ -24,7 +26,7 @@ $ cd wand && sudo docker-compose up > [!IMPORTANT] > This is not recommended for beginners. If you're not sure what you're doing, use the install script. -**Step 1** Choose your Linux Distribution +**Step 1** Choose your Linux Distribution / MacOS
Debian/Ubuntu @@ -63,6 +65,16 @@ $ systemctl enable docker.service ```
+
+ MacOS (Darwin OS) + +```bash +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" +brew install docker +brew install git +brew install docker-compose@2.20.3 +``` +
**Step 2** Clone the repository & submodules ```bash From 128074af16667dc719741d52354e203a7873c677 Mon Sep 17 00:00:00 2001 From: Arnon Hacohen <58848496+arnon001@users.noreply.github.com> Date: Fri, 30 Aug 2024 22:26:44 +0300 Subject: [PATCH 2/3] Added Break --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70e28cc..8332e55 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Wand makes it easy to configure dash, houdini and a media server utilizing docker & docker-compose. > [!NOTE] -> This can also be ran on Windows using WSL. +> This can also be ran on Windows using WSL.
> This can also be ran on MacOS (Darwin) ## Installation script From a97ad48bc7d114e18703288f0aa6885fbc259d9e Mon Sep 17 00:00:00 2001 From: Arnon Hacohen <58848496+arnon001@users.noreply.github.com> Date: Fri, 30 Aug 2024 22:28:37 +0300 Subject: [PATCH 3/3] some QoL updated to the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8332e55..cb2e5a2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ bash <(curl -s https://raw.githubusercontent.com/solero/wand/master/install.sh) * Database password (Leave blank for random password) * Hostname (example: `clubpenguin.com`) (Leave empty for localhost) * External IP Address (Leave empty for localhost) -
+ **Step 3** Run and enjoy. Run this command: ```bash