chef-cft / habitat_workstation

Cookbooks and Packer for generating a Habitat Workstation for use in training workshops.
Apache License 2.0
1 stars 6 forks source link

additional setup needed #19

Closed cheeseplus closed 6 years ago

cheeseplus commented 7 years ago

translate the following into chef for images

#/bin/bash
git clone https://github.com/chef-cft/habdemo
yum makecache fast
sudo yum install -y epel-release
sudo yum install -y python-pip
sudo pip install docker-compose
sudo yum upgrade -y python*
sudo usermod -aG docker $(whoami)
sudo systemctl enable docker.service
sudo systemctl start docker.service
nathenharvey commented 6 years ago

epel was added with #33 in 30e1ca24885c9a1664cd2c2260eb2bb02810f25c