Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Bowling committed Apr 23, 2019
2 parents ada30a1 + d778cab commit 4cf979a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/prerequisite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Prerequisites

Basic understanding of logging in to a systems console, and root access are
both necessariy for installation

## Docker & Docker-Compose

The default deployment model uses Docker and Docker Compose to deploy
containers for the project's tools, and so, require the following:

* Docker >= 1.13.1
* Docker Compose >= 1.15.0

```
$ sudo apt install docker docker-compose
$ sudo systemctl enable docker
$ sudo systemctl start docker
```
## Quickstart Repository

For the quickstart tutorial, you'll need to install a git client, and check out with repository:

```
$ sudo apt install git
$ git clone https://github.com/CommunityHoneyNetwork/chn-quickstart.git
```

0 comments on commit 4cf979a

Please sign in to comment.