Installation
Installation Guide for Wait4it
To get started with Wait4it, you can either download the latest release or build it yourself. Follow the instructions below based on your preference.
Option 1: Download the Latest Release
The easiest way to get started is by downloading the latest release of Wait4it.
- Visit the Wait4it Releases Page.
- Download the appropriate binary for your operating system (Linux, macOS, or Windows).
- Extract the downloaded file and move it to a directory of your choice.
- Ensure that the directory is included in your system’s
PATHto run Wait4it from anywhere in your terminal.
Option 2: Build Wait4it Yourself
If you prefer to build Wait4it from source, follow these steps:
Prerequisites
Make sure you have Go installed on your machine.
Build Instructions
Clone the Wait4it repository using
gitor the GitHub CLI:Using
git:git clone https://github.com/ph4r5h4d/wait4it.gitUsing GitHub CLI (
gh):gh repo clone ph4r5h4d/wait4it
Navigate to the project directory:
cd wait4itBuild the project:
go buildAfter the build process completes, the
wait4itbinary will be created in the current directory.Move the binary to a directory in your
PATHfor easy access:mv wait4it /usr/local/bin/Verify the installation by running:
wait4it --version
Now you’re ready to start using Wait4it!
Docker Images
Official images are published to Docker Hub (ph4r5h4d/wait4it) and are also available from GitHub Container Registry (GHCR):
# GHCR (also published)
docker run --rm ghcr.io/ph4r5h4d/wait4it --version
# Docker Hub (primary)
docker run --rm ph4r5h4d/wait4it --versionSee the per-service pages for concrete docker run examples (they use the Docker Hub name).
For more details on how to use Wait4it, refer to the left sidebar for specific checks and their usage instructions.