Skip to content

Commit

Permalink
Update example to use 1.9 branch
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Bowling <[email protected]>
  • Loading branch information
Jesse Bowling committed May 18, 2020
1 parent d53bf8a commit 30a8c20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ Install procedure:
* Install docker & docker-compose
* Ensure python3 & pip3 are available
* `pip3 install -r requirements.txt`
* Clone this repository and `cd` into it
* Clone the [latest release](https://github.com/CommunityHoneyNetwork/chn-quickstart/releases/latest) repository and `cd` into it
* `./guided_docker_compose.py`

Presuming an AWS Ubuntu instance:

* `sudo apt update && sudo apt upgrade -y && sudo apt install -y docker-compose jq python3 python3-pip && sudo pip3 install -r requirements.txt && sudo usermod -aG docker ubuntu && sudo systemctl enable docker && sudo reboot`
* `sudo git clone https://github.com/CommunityHoneyNetwork/chn-quickstart.git /opt/chnserver && sudo chown -R ubuntu:docker /opt/chnserver`
* `sudo git clone -b v1.9 https://github.com/CommunityHoneyNetwork/chn-quickstart.git /opt/chnserver && sudo chown -R
ubuntu:docker /opt/chnserver`
* Run `cd /opt/chnserver && ./guided_docker_compose.py`
* Run `docker-compose up`

0 comments on commit 30a8c20

Please sign in to comment.