Move architecture section to the top
This commit is contained in:
parent
237a6c6278
commit
cf232bb6d6
1 changed files with 6 additions and 6 deletions
|
@ -13,12 +13,6 @@ including the database, will be hosted on the same instance.
|
||||||
If you are interested for a highly available environment, check the
|
If you are interested for a highly available environment, check the
|
||||||
[high availability docs](../../administration/high_availability/README.md).
|
[high availability docs](../../administration/high_availability/README.md).
|
||||||
|
|
||||||
## Architecture
|
|
||||||
|
|
||||||
Below is the diagram of the architecture.
|
|
||||||
|
|
||||||
![AWS architecture](img/aws_diagram.png)
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
A basic familiarity with AWS and EC2 is assumed. In particular, you will need:
|
A basic familiarity with AWS and EC2 is assumed. In particular, you will need:
|
||||||
|
@ -28,6 +22,12 @@ A basic familiarity with AWS and EC2 is assumed. In particular, you will need:
|
||||||
an SSH key to connect to the instance via SSH
|
an SSH key to connect to the instance via SSH
|
||||||
- A domain name under which GitLab will be reached
|
- A domain name under which GitLab will be reached
|
||||||
|
|
||||||
|
## Architecture
|
||||||
|
|
||||||
|
Below is the diagram of the architecture.
|
||||||
|
|
||||||
|
![AWS architecture](img/aws_diagram.png)
|
||||||
|
|
||||||
## Costs
|
## Costs
|
||||||
|
|
||||||
Based on [GitLab's requirements](../requirements.md#hardware-requirements), the
|
Based on [GitLab's requirements](../requirements.md#hardware-requirements), the
|
||||||
|
|
Loading…
Reference in a new issue