lahmacunradio / arcsi

Custom DB for shows metadata (implemented in Flask/Python)
2 stars 2 forks source link

lahmacun_arcsi

Lahmacun's archivator

Local setup

Requirements

UNIX-type systems

Get source code

  1. git clone this repository
  2. cd lahmacun_arcsi

Create environment

Create following template files:

  1. config.template.py -> config.py
    • Set your values. Most are keys and secrets that you may get from third parties such as your storage and broadcast server.
  2. app.env.template -> app.env
    • Set FLASK_APP=run.py
  3. db.env.template -> db.env
  4. srv.env.template -> srv.env
    • Set DOMAIN=localhost
  5. nginx/http_arcsi.conf.template -> nginx/arcsi.conf

Start docker

Run docker-compose up -d

Run app

Hit http://localhost in your browser

Hints for local setup with frontend

Windows

Further notes

CI workflow summary