mirror of
https://github.com/solero/wand.git
synced 2024-11-14 01:08:21 +00:00
Added options for MacOS
This commit is contained in:
parent
4f02167300
commit
d91bb5877b
14
README.md
14
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)
|
||||
<br>
|
||||
**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
|
||||
|
||||
<details>
|
||||
<summary>Debian/Ubuntu</summary>
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user