wagoodman/dive Installation Guide
How to install wagoodman/dive. Official project installation instructions and setup guide.
Automated Install (Recommended)
Quick installation instructions for wagoodman/dive. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i wagoodman/diveInstall via npx
npx @hexmos/ipm i wagoodman/divePrerequisites
Docker
system_toolVersion: 1.13.0-ce-dev, 19.03.2-rc.1, 20.10.18-rc.1, 20.10.18-rc.2, 20.10.18-rc.3, 20.10.18-rc.4, 20.10.18-rc.5, 20.10.18-rc.6, 20.10.18-rc.7, 20.10.18-rc.8, 20.10.18-rc.9, 20.10.18-rc.10, 20.10.18-rc.11, 20.10.18-rc.12, 20.10.18-rc.13, 20.10.18-rc.14, 20.10.18-rc.15, 20.10.18-rc.16, 20.10.18-rc.17, 20.10.18-rc.18, 20.10.18-rc.19, 20.10.18-rc.20, 20.10.18-rc.21, 20.10.18-rc.22, 20.10.18-rc.23, 20.10.18-rc.24, 20.10.18-rc.25, 20.10.18-rc.26, 20.10.18-rc.27, 20.10.18-rc.28, 20.10.18-rc.29, 20.10.18-rc.30, 20.10.18-rc.31, 20.10.18-rc.32, 20.10.18-rc.33, 20.10.18-rc.34, 20.10.18-rc.35, 20.10.18-rc.36, 20.10.18-rc.37, 20.10.18-rc.38, 20.10.18-rc.39, 20.10.18-rc.40, 20.10.18-rc.41, 20.10.18-rc.42, 20.10.18-rc.43, 20.10.18-rc.44, 20.10.18-rc.45, 20.10.18-rc.46, 20.10.18-rc.47, 20.10.18-rc.48, 20.10.18-rc.49, 20.10.18-rc.50, 20.10.18-rc.51, 20.10.18-rc.52, 20.10.18-rc.53, 20.10.18-rc.54, 20.10.18-rc.55, 20.10.18-rc.56, 20.10.18-rc.57, 20.10.18-rc.58, 20.10.18-rc.59, 20.10.18-rc.60, 20.10.18-rc.61, 20.10.18-rc.62, 20.10.18-rc.63, 20.10.18-rc.64, 20.10.18-rc.65, 20.10.18-rc.66, 20.10.18-rc.67, 20.10.18-rc.68, 20.10.18-rc.69, 20.10.18-rc.70, 20.10.18-rc.71, 20.10.18-rc.72, 20.10.18-rc.73, 20.10.18-rc.74, 20.10.18-rc.75, 20.10.18-rc.76, 20.10.18-rc.77, 20.10.18-rc.78, 20.10.18-rc.79, 20.10.18-rc.80, 20.10.18-rc.81, 20.10.18-rc.82, 20.10.18-rc.83, 20.10.18-rc.84, 20.10.18-rc.85, 20.10.18-rc.86, 20.10.18-rc.87, 20.10.18-rc.88, 20.10.18-rc.89, 20.10.18-rc.90, 20.10.18-rc.91, 20.10.18-rc.92, 20.10.18-rc.93, 20.10.18-rc.94, 20.10.18-rc.95, 20.10.18-rc.96, 20.10.18-rc.97, 20.10.18-rc.98, 20.10.18-rc.99, 20.10.18-rc.100] }, {
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Debian/Ubuntu Installation via Deb Package
wget https://github.com/wagoodman/dive/releases/download/v${DIVE_VERSION}/dive_${DIVE_VERSION}_linux_amd64.debDocker Installation via Docker Hub
docker pull docker.io/wagoodman/diveNix Package Installation via Nix
nix-env -iA nixpkgs.diveHomebrew Installation via Homebrew
brew install diveChocolatey Installation via Chocolatey
choco install divePost Installation Steps
- Run the following command to start the server: `docker run -d -p 80:80 -v /path/to/your/data:/var/www/html wagoodman/dive`
- After starting the server, navigate to your browser and visit http://localhost:80 to access the Dive UI.
