From 686708a1d6a95777565ff1d0e00a6a7db62cbdea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zcan=20O=C4=9Fuz?= Date: Wed, 3 Feb 2021 20:14:12 +0300 Subject: [PATCH] Add README --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5567c50 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Adunatio + +Association software by [Özgür Yazılım Derneği](https://oyd.org.tr) + +### Dev install + +```bash +# clone the repository and get submodules +git clone https://git.oyd.org.tr/oyd/Adunatio.git +cd Adunatio +git submodule init +git submodule update +docker-compose -f docker-compose-dev.yaml up +``` + +You can access Adunatio from + +### License + +Copyright (C) 2021 Özgür Yazılım Derneği + +This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.