Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 930 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 930 Bytes

Build Test Suite license

Zeek Package Website Repository

...

Running with Docker on the AWS Instance

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