Added options for MacOS

This commit is contained in:
Arnon Hacohen 2024-08-30 22:26:22 +03:00 committed by GitHub
parent 4f02167300
commit d91bb5877b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@ Wand makes it easy to configure dash, houdini and a media server utilizing docke
> [!NOTE] > [!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 ## Installation script
**Step 1** run the 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) * Database password (Leave blank for random password)
* Hostname (example: `clubpenguin.com`) (Leave empty for localhost) * Hostname (example: `clubpenguin.com`) (Leave empty for localhost)
* External IP Address (Leave empty for localhost) * External IP Address (Leave empty for localhost)
<br>
**Step 3** Run and enjoy. **Step 3** Run and enjoy.
Run this command: Run this command:
```bash ```bash
@ -24,7 +26,7 @@ $ cd wand && sudo docker-compose up
> [!IMPORTANT] > [!IMPORTANT]
> This is not recommended for beginners. If you're not sure what you're doing, use the install script. > 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
<details> <details>
<summary>Debian/Ubuntu</summary> <summary>Debian/Ubuntu</summary>
@ -63,6 +65,16 @@ $ systemctl enable docker.service
``` ```
</details> </details>
<details>
<summary>MacOS (Darwin OS)</summary>
```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
```
</details>
**Step 2** Clone the repository & submodules **Step 2** Clone the repository & submodules
```bash ```bash