dcore94 2 years ago
commit d89ac9e614

@ -16,11 +16,6 @@ This repository contains instructions to setup a base cdn service for the D4Scie
This repository contains all information to build a D4S cdn image. Most importantly it contains the ansible instructions to deploy a swarm containing ROUTER, CDN base service and PEP.
* Configuration
* Dependencies
* Database configuration
* How to run tests
* Deployment instructions
There are 4 branches.
@ -44,7 +39,7 @@ This will create a basic stack with an NGINX based router, a PEP and base CDN se
If you want to deploy on a specific D4S infrastructure please clone the corresponding branch.
```
git clone --b {infra} https://code-repo.d4science.org/gCubeSystem/d4s-cdn-setup.git
git clone -b {infra} https://code-repo.d4science.org/gCubeSystem/d4s-cdn-setup.git
ansible-playbook site.yaml --ask-vault-pass
```

Loading…
Cancel
Save