Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 630 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 630 Bytes

Installation

Without Docker

You'll need a few dependencies, get them whereever dependencies are sold, or your favorite podcasting application:

  • libjwt
  • libscrypt
  • 38-Moths
  • libpq (the postgresql library)

Once those are all installed, you can just run make and you'll end up with a logproj binary.

With Docker

./docker_build.sh

This will give you an image tagged with logproj

Docker Compose

docker-compose up will give you a working system, once you've built the prerequisites.

You'll have to fill in the database schema, which brings us to...