Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 373 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 373 Bytes

Installation

  1. Do yarn install to install dependencies
  2. Copy the example secrets.yaml and config.yaml files and edit to taste
  3. Run with CONFIG, SECRETS and SQLITE environment variables, e.g. CONFIG=/home/vinny-config.yaml SECRETS=/home/vinny-secrets.yaml SQLITE=/home/vinny.sqlite node src/index.js (SQLITE is a path to where the database is stored)