Sikora00 / sdj-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SLACK DJ

SDJ BASE CI Coverage Status GitHub issues Average time to resolve an issue

Setting up

  • Create your own youtube api key
  • Create slack bot
  • Copy without sample and check the configuration:
    • ./env-sample
    • ./containers/icecast/icecast-sample.xml
    • ./containers/ices/ices-sample.conf
  • run npm install
  • add virtual hosts from .env to your configuration

Run production

  • Run host api for spawning ices containers ng build host-api && node dist/host-api/main.js
  • Run CURRENT_UID=$(id -u):$(id -g) docker-compose up

Run Development

  • Run host api for spawning ices containers ng serve host-api
  • Copy ./docker-compose.override.yml-sample
  • Run CURRENT_UID=$(id -u):$(id -g) docker-compose up

About


Languages

Language:TypeScript 81.0%Language:JavaScript 10.0%Language:SCSS 5.3%Language:HTML 1.9%Language:Dockerfile 1.1%Language:Python 0.5%Language:Shell 0.3%