...
- SSH into the AWS instance using
<user>@nau.zeek.org
. - Clone this repository with
cd ~/ && git clone https://github.com/zeek/package-website
. - Run
cd ~/package-website && docker build -t zeek_website . --no-cache
to build the container image. - Run
docker compose up -d
to start the service. - If you need to take the site down, use
docker compose down
.