Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.05 KB

readme.md

File metadata and controls

30 lines (22 loc) · 1.05 KB

Installation

With Docker Compose (recommended)

See Ayako's Monorepo

Just Ayako

Prerequisits

  • Docker
  • Postgres Database (at 5432) (schema)
  • Redis (at 6379) (You will have to change the connection string of the redis client)
  • Jemalloc (optional)
  • Nirn Proxy (optional) (If you don't want to use Nirn, you will have to change the API endpoint by going through the code and replacing http://nirn:8080/api with your API endpoint)

How to run

  1. Clone the repository
  2. Copy the .env.example file to .env and fill in the values
  3. Build and run the docker image
docker build -t Ayako .
docker run -d Ayako

Reporting issues

Issues tab