Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the Habitat building steps to work with automate #3911

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dev-docs/AUTOMATE_DEV_ENV.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ The following are the steps to build and deploy the components.
2. Build the component `hab pkg build src/chef-server-ctl`
3. Copy the `hart` file from the results folder of Chef Infra Server project to the results folder of the Automate project.
4. Enter studio in the root directory of the Automate with the command `hab studio enter`. The automate will take the latest `hart` file copied to teh results folder.
5. To start the Chef Infra Server inside the Automate, run the command `start_chef_server`
5. Update the relavent `plant.sh` files (eg:`components/automate-cs-nginx/habitat/plan.sh`) in automate components and rebuild them using `rebuild components/automate-cs-nginx`.
6. To start the Chef Infra Server inside the Automate, run the command `start_chef_server`.
Loading