Installation¶
You can install Dagu quickly using Homebrew or by downloading the latest binary from the Releases page on GitHub.
Via Homebrew¶
brew install yohamta/tap/dagu
Upgrade to the latest version:
brew upgrade yohamta/tap/dagu
Via Bash script¶
curl -L https://raw.githubusercontent.com/yohamta/dagu/main/scripts/downloader.sh | bash
Via Docker¶
docker run \
--rm \
-p 8080:8080 \
-v $HOME/.dagu/dags:/home/dagu/.dagu/dags \
-v $HOME/.dagu/data:/home/dagu/.dagu/data \
-v $HOME/.dagu/logs:/home/dagu/.dagu/logs \
yohamta/dagu:latest
Via GitHub Release Page¶
Download the latest binary from the Releases page and place it in your $PATH
(e.g. /usr/local/bin
).