diff options
author | hanemile <mail@emile.space> | 2020-07-19 01:53:44 +0200 |
---|---|---|
committer | hanemile <mail@emile.space> | 2020-07-19 01:53:44 +0200 |
commit | 9ada106cc34e25a2c6825c08c870117e0aa6798a (patch) | |
tree | 13d32754b9250c88dfce389f9a95c8d64db9bad5 | |
parent | 34b01b15f8c59654cf8e8b9c9250178fae199c95 (diff) |
simply dumping everything into git
-rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md index e69de29..338e4ca 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,22 @@ +# Freitagsfoo! (AAS) + +Super basic piece of Software for handling talk submissions. + +## 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 +… +``` |