DEE-94 - add missing setup documentation#198
Conversation
| ## Install pipx | ||
| For local development of Chef Habitat packages you’ll want to create your own Chef Habitat Builder account. It’s similar to a GitHub or a Docker repo, but stores Habitat Packages. (.hart files) | ||
|
|
||
| Set up your builder account at [bldr.habitat.sh](http://bldr.habitat.sh). (You’ll need a GitHub account to sign up) |
There was a problem hiding this comment.
The URL for the Habitat Builder site should use HTTPS instead of HTTP for better security. Please update the link from http://bldr.habitat.sh to https://bldr.habitat.sh to ensure secure connections when users access the site.
| Set up your builder account at [bldr.habitat.sh](http://bldr.habitat.sh). (You’ll need a GitHub account to sign up) | |
| Set up your builder account at [bldr.habitat.sh](https://bldr.habitat.sh). (You'll need a GitHub account to sign up) |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
|
|
||
| ### Create Personal Access Token | ||
|
|
||
| Head to your profile and create an personal access token. Set this token to the environment on your host machine. |
There was a problem hiding this comment.
There's a minor grammatical error in this sentence: "create an personal access token" should be "create a personal access token" since "personal" begins with a consonant sound.
| Head to your profile and create an personal access token. Set this token to the environment on your host machine. | |
| Head to your profile and create a personal access token. Set this token to the environment on your host machine. |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
|
|
||
| # Install pipx | ||
|
|
||
| We leverage pipx to ensure that all programs and librarys we depend on can be installed globally and isolated with venvs out of the box. It's also supported by MacOS, Linux, and Windows. |
There was a problem hiding this comment.
There's a small typo in this sentence - "librarys" should be spelled "libraries".
| We leverage pipx to ensure that all programs and librarys we depend on can be installed globally and isolated with venvs out of the box. It's also supported by MacOS, Linux, and Windows. | |
| We leverage pipx to ensure that all programs and libraries we depend on can be installed globally and isolated with venvs out of the box. It's also supported by MacOS, Linux, and Windows. |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
What's changed?
molecule createonce dependencies are installed