From dcc6c1f41e5bb16e4f2cf5d99c80de1221e9d99b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?murat=20emir=20cabaro=C4=9Flu?= Date: Wed, 3 Feb 2021 23:22:33 +0300 Subject: [PATCH] update installation section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: Murat Emir Cabaroğlu --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5567c50..52d51ff 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,19 @@ Association software by [Özgür Yazılım Derneği](https://oyd.org.tr) ```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 +git clone --recurse-submodules git@git.oyd.org.tr:oyd/Adunatio.git Adunatio + +# Go to project directory +cd Adunatio + +# Create a encrytion key +ssh-keygen -t rsa -b 4096 -f ./privkey.pem + +# Run all system with docker +docker-compose -f docker-compose-dev.yaml up --build -d ``` -You can access Adunatio from +You can access Adunatio from ### License