VERSION: 11.1.3
vagrant up --provider=aws
curl -L https://raw.github.com/Launch-with-1-Click/lw1-chef-server/master/cleanup.sh | bash
`
export AWS_ACCESS_KEY='KEY'
export AWS_SECRET_ACCESS_KEY='SECRET'
packer build packer_ec2.json
- Download package (such as *.deb or *.rpm) from getchef website.
- Upgrade package
- For rhel family,
rpm -Uvh *.rpm
. - For debian family,
dpkg -i *.deb
.
- Run
chef-server-ctl upgrade
. - Run
chef-server-ctl reconfigure
. - Restart all services. Do
chef-server-ctl restart
.