Skip to content

Helpers for getting CHN up and running through the Quickstart guide

License

Notifications You must be signed in to change notification settings

galenwinsor/chn-quickstart

 
 

Repository files navigation

CHN Quickstart

Tools and helper scripts for use when spinning up a new CHN instance. Full documentation here

'Quickstart' or 'Documentation is for Chumps'

Install procedure:

  • Install docker & docker-compose
  • Ensure python3 & pip3 are available
  • pip3 install -r requirements.txt
  • Clone the latest release 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 -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

About

Helpers for getting CHN up and running through the Quickstart guide

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.0%
  • Dockerfile 3.0%