Skip to content
This repository was archived by the owner on Jul 27, 2020. It is now read-only.

Commit d7149b5

Browse files
committed
Fix typo
1 parent 6a493b6 commit d7149b5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3829,7 +3829,7 @@ <h3>Solution Strategy</h3>
38293829
</p>
38303830

38313831
<p>
3832-
Changes to the infrastructure are pushed to the code repository and then Ansible runs on the continuous integration sytem <a href="#ref-codeship">Codeship</a> to deploy the changes to the servers. Confidential information like passwords and encryption keys are stored in encrypted Ansible Vaults.
3832+
Changes to the infrastructure are pushed to the code repository and then Ansible runs on the continuous integration system <a href="#ref-codeship">Codeship</a> to deploy the changes to the servers. Confidential information like passwords and encryption keys are stored in encrypted Ansible Vaults.
38333833
</p>
38343834

38353835
<p>
@@ -4138,7 +4138,7 @@ <h3>Design Decisions</h3>
41384138
<h4>Playbook organization</h4>
41394139

41404140
<p>
4141-
A fundamental decision of the project is how to organize and structure the playbooks. Each application has it's own code repository and allows actions to be executed after a push.
4141+
A fundamental decision of the project is how to organize and structure the playbooks. Each application has its own code repository and allows actions to be executed after a push.
41424142
</p>
41434143

41444144
<p>
@@ -4290,7 +4290,7 @@ <h2 class="break">Implementation</h2>
42904290
<h3>Proof-of-concept</h3>
42914291

42924292
<p>
4293-
For the proof-of-concept the following reduced infrastructure has been selected to test the feasibility of the concept focussing on the requirements. The proof-of-concept infrastructure includes a PHP application (R01), two Java applications (R02), one JavaScript application, multiple MySQL databases and the RabbitMQ message queue.
4293+
For the proof-of-concept the following reduced infrastructure has been selected to test the feasibility of the concept focusing on the requirements. The proof-of-concept infrastructure includes a PHP application (R01), two Java applications (R02), one JavaScript application, multiple MySQL databases and the RabbitMQ message queue.
42944294
</p>
42954295

42964296
<figure>
@@ -4338,7 +4338,7 @@ <h3>Proof-of-concept</h3>
43384338
<h3 class="break">Ansible Playbook</h3>
43394339

43404340
<p>
4341-
The playbook code repository is organized with roles. Each role is responible for the installation and configuration of the applications. The main playbook delegates the roles for execution to the servers.
4341+
The playbook code repository is organized with roles. Each role is responsible for the installation and configuration of the applications. The main playbook delegates the roles for execution to the servers.
43424342
</p>
43434343

43444344
<figure class="affix">
@@ -5528,7 +5528,7 @@ <h3>Objectives</h3>
55285528
<h3 class="break">Recommendations</h3>
55295529

55305530
<p>
5531-
It is recommended to keep an eye on the development of software containers and reevaluate their usage in six months. Suitable applications should then be migrated within three months if the software containers would bring reasonable advantages.
5531+
It is recommended to keep an eye on the development of software containers and re-evaluate their usage in six months. Suitable applications should then be migrated within three months if the software containers would bring reasonable advantages.
55325532
</p>
55335533

55345534
<p>

0 commit comments

Comments
 (0)