Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance instalation_guide #790

Merged
merged 1 commit into from
May 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/installation_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,18 @@ Flowgate can be installed by either of the follow approaches:
This guide describes the steps to install and configure Flowgate by using the Binary installer.

## Prerequisites for the target host
Flowgate is deployed as several Docker containers, and can be deployed on any Linux distribution that supports Docker. The target host requires Git, Docker, and Docker Compose to be installed.
Flowgate is deployed as several Docker containers, and can be deployed on any Linux distribution that supports Docker. The target host requires Docker, and Docker Compose to be installed.
### Hardware
|Resource|Capacity|Description|
|---|---|---|
|CPU|minimal 2 CPU|4 CPU is preferred|
|Mem|minimal 8GB|16GB is preferred|
|Disk|minimal 80GB|160GB is preferred|
|Storerage|minimal 80GB|160GB is preferred|
### Software
|Software|Version|Description|
|---|---|---|
|Docker engine|version 1.10 or higher|For installation instructions, please refer to: https://docs.docker.com/engine/installation/|
|Docker Compose|version 1.6.0 or higher|For installation instructions, please refer to: https://docs.docker.com/compose/install/|
|Git|latest is preferred|For installation instructions, please refer to: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git|
### Network ports
|Port|Protocol|Description|
|---|---|---|
Expand All @@ -40,6 +39,7 @@ Flowgate is deployed as several Docker containers, and can be deployed on any Li
3. Initialize Flowgate

```
$ cd flowgate
$ sudo bash flowgate_init.sh
...
conf/management/
Expand Down