leprikon-cz / leprikon

Informační systém pro střediska volného času

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leprikón

Leprikón is web information system for leisure centres and other educational organizations.

www.leprikon.cz

Installation with docker-compose

# create and enter an empty directory of your choice
mkdir leprikon && cd leprikon

# download docker-compose configuration
wget https://raw.githubusercontent.com/leprikon-cz/leprikon/master/docker-compose.yml

# start the application containers
# (you need docker-compose installed and docker service running)
sudo docker-compose up -d

# optionally see the logs (press CTRL+c to stop)
sudo docker-compose logs -f leprikon

# once the initial migration is finished (may take few minutes),
# you should be able to open http://127.0.0.1:8000/ in your favorite browser.

# when finished stop the appliaction containers
sudo docker-compose down

About

Informační systém pro střediska volného času

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 80.8%Language:HTML 17.0%Language:CSS 0.9%Language:JavaScript 0.7%Language:Shell 0.4%Language:Dockerfile 0.2%