New version of packages website
BSD 3-Clause "New" or "Revised" License
3
stars
1
forks
source link
Zeek Package Website Repository
...
Running with Docker on the AWS Instance
- 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
.