about summary refs log tree commit diff
path: root/README.md
blob: 44ea435692aec84b047a873a4135b1f24cd2a78e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[![Build Status](https://drone.darknebu.la/api/badges/chaosdorf/freitagsfoo/status.svg)](https://drone.darknebu.la/chaosdorf/freitagsfoo)

# Freitagsfoo! (AAS)

Super basic piece of Software for handling talk submissions.

![image showing the frontpage](./imgs/frontpage.png)

## Usage

Well, It's pretty straitfowards…

## Setup

1. Adjust the docker-compose.yml how you'd like (you don't need to change
anything, but could for example add labels so traefik is able to router to
the container)
1. Edit the config.yml with the great password you just set for the database
(You did create a good password didn't you? if not, now's the moment to change
that!)
1. Start the `freitagsfoo` and `postgres` service:

```bash
$ docker-compose up -d freitagsfoo postgres
…
```