Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
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. <br>
> This can also be ran on MacOS (Darwin)

## Installation script
**Step 1** run the script
Expand All @@ -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
Expand All @@ -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

<details>
<summary>Debian/Ubuntu</summary>
Expand Down Expand Up @@ -63,6 +65,16 @@ $ systemctl enable docker.service
```
</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
```bash
Expand Down