Skip to content

konandrum/icecast-status-periodic-skimmer

Repository files navigation

Icecast status periodic skimmer

Requirements

Web reverse proxy

If you don't already have a docker web reverse proxy service (ex: traefik), you must start it

$ docker stack deploy -c .docker/docker-compose-reverse-proxy.yml traefik

Installation

From Git

[IDCI-Consulting gitlab resource]

git clone git@gitlab.idci-consulting.fr:liodie/icecast-status-periodic-skimmer.git

Add the following DNS entries in your host file:

# Icecast status periodic skimmer
127.0.0.1       isps.docker adminer.isps.docker

If you need to rebuild docker app images, run the following command :

$ make build-images

Start

To run the project docker stack :

$ make start

Stop

To stop the project docker stack :

$ make stop

First installation

Set project right permissions:

$ sudo chown $USER:www-data -R . && chmod 775 -R .

Install vendors:

$ make composer-install

Run database migration:

$ make console cmd="doctrine:migration:migrate"

Build assets

To build project assets, run the following commands :

$ make yarn
$ make encore

About

Icecast status periodic skimmer

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors