You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anomaly uses [Docker](https://docker.com) to develop and deploy all it's web applications. Deployment of the these applications has varied between client projects. This lab exercise aims to strongly define and provide a reference implementation that:
25
+
26
+
- Outlines a git based lifecycle of a deployment i.e test, quality assurance, and production
27
+
- Clearly define the architecture while being cost effective
28
+
- How envrionment variables are made available to various parts of the application
29
+
- Role of Github or a deployment facility
30
+
- Mechanism of storing and reteriving infrastructure level secrets
21
31
</details>
22
32
33
+
## Workflow
34
+
35
+
<details>
36
+
<summary>CI/CD pipeline</summary>
37
+
</details>
38
+
39
+
# Web development
40
+
23
41
<details>
24
42
<summary>Server side architecture</summary>
25
43
</details>
26
44
27
45
<details>
28
46
<summary>Web client side architecture</summary>
29
-
</details>
47
+
</details>
48
+
49
+
## Mobile
50
+
51
+
<details>
52
+
<summary>iOS project layout</summary>
53
+
</details>
54
+
55
+
# License
56
+
Content of this repository are licensed under the Apache 2.0 license.
0 commit comments