aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2020-09-12 20:18:41 +0200
committerQuentin <quentin@deuxfleurs.fr>2020-09-12 20:18:41 +0200
commit51e4af08c04fbd132dbe71a285d3d3491cf528b8 (patch)
tree97a31ee0d33934bd3bb5aa2a78909e43f7e32fab /README.md
parenta23e08ce20887efb4e158a02ffee1f775a0db89f (diff)
downloadinfrastructure-51e4af08c04fbd132dbe71a285d3d3491cf528b8.tar.gz
infrastructure-51e4af08c04fbd132dbe71a285d3d3491cf528b8.zip
Reformat markdown
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 302bbe1..7c7a3a6 100644
--- a/README.md
+++ b/README.md
@@ -28,13 +28,13 @@ As a generic abstraction is provided, deploying new services should be easy.
To ease the development, we make the choice of a fully integrated environment
1. `os` the base os for the cluster
- 1. `build`: where you will build our OS image based on Debian that you will install on your server
- 2. `config`: our Ansible recipes to configure and update your freshly installed server
+ 1. `build`: where you will build our OS image based on Debian that you will install on your server
+ 2. `config`: our Ansible recipes to configure and update your freshly installed server
2. `apps` apps we deploy on the cluster
- 1. `build`: our Docker files to build immutable images of our applications
- 2. `integration`: Our Docker compose files to test locally how our built images interact together
- 3. `config`: Files containing application configurations to be deployed on Consul Key Value Store
- 4. `deployment`: Files containing application definitions to be deployed on Nomad Scheduler
+ 1. `build`: our Docker files to build immutable images of our applications
+ 2. `integration`: Our Docker compose files to test locally how our built images interact together
+ 3. `config`: Files containing application configurations to be deployed on Consul Key Value Store
+ 4. `deployment`: Files containing application definitions to be deployed on Nomad Scheduler
3. `op_guide`: Guides to explain you operations you can do cluster wide (like configuring postgres)