
Set Up Chef App Delivery in Four Easy Steps
Follow this process to install and configure your Chef App Delivery environment.
1. Download, Install and Configure Chef Workstation
Chef Workstation provides all the tools you need to start working with Chef App Delivery, including Chef Habitat, knife, and Cookstyle. Install it on your laptop.
2. Configure Chef Habitat
Every package you build with Chef Habitat is cryptographically signed. As part of the set-up, generate or define a set of origin keys and other defaults. Run hab setup
and accept the default actions. Set the origin to habitat-tutorial
:
3. Package Application with the Chef Habitat Studio
Chef Habitat ensures only the dependencies needed to run an application are included in any final build. Enter the follow commands to test Hab Studio with a Node.js app:
4. Run the Package with Docker
The Habitat Supervisor delivers and manages your application, but you can test this sample application with Docker:
Start a container from the image Habitat exported (you can get the image name by running docker images):
Open your browser and head to http://localhost:8000 to see the results.
Chef Habitat Knowledgebase
Answer to developers most asked questions.