update installation section

Author:    Murat Emir Cabaroğlu <murat@oyd.org.tr>
murat emir cabaroğlu 3 years ago committed by Murat Emir Cabaroğlu
parent ce660c94e0
commit dcc6c1f41e
  1. 17
      README.md

@ -6,14 +6,19 @@ Association software by [Özgür Yazılım Derneği](https://oyd.org.tr)
```bash ```bash
# clone the repository and get submodules # clone the repository and get submodules
git clone https://git.oyd.org.tr/oyd/Adunatio.git git clone --recurse-submodules git@git.oyd.org.tr:oyd/Adunatio.git Adunatio
cd Adunatio
git submodule init # Go to project directory
git submodule update cd Adunatio
docker-compose -f docker-compose-dev.yaml up
# 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 <http://localhost:5000> You can access Adunatio from <http://localhost:5000/admin>
### License ### License

Loading…
Cancel
Save