Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (29 loc) · 663 Bytes

File metadata and controls

34 lines (29 loc) · 663 Bytes

dos-server

Dependencies

Getting Started

  1. Clone the repository
  2. Make sure you have dos-server-sdk.json (Part of report submission)
  3. run
    go mod download && go mod verify

Development

  1. Run the server
    GOOGLE_APPLICATION_CREDENTIALS={path to dos-server-sdk.json} fresh

Deployment

Docker

  1. Build the docker image
    docker build -t dos-server .

Executable

  1. Build the executable
    make build