-
Notifications
You must be signed in to change notification settings - Fork 315
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
Added a clear direction to the shared directory #614
Added a clear direction to the shared directory #614
Conversation
By analyzing the blame information on this pull request, we identified @mattray, @cwebberOps, @davidwrede, @nathenharvey and @ryankeairns to be potential reviewers |
@@ -18,7 +18,7 @@ To create a plan, do the following: | |||
|
|||
[2][default:/src/plans:0]# make new-plan plan=mytutorialapp | |||
|
|||
3. Open the `mytutorialapp/plan.sh` file in your favorite text editor. The filesystem is shared between your host machine and the studio, so you can use any text editor installed on your host machine, or use vim, which is installed in the studio environment. Here's an example of what the plan template creates: | |||
3. Open the `mytutorialapp/plan.sh` file in your favorite text editor. The filesystem is shared between [`habitat/plans/mytutorialapp/`] your host machine and the studio, so you can use any text editor installed on your host machine, or use vim, which is installed in the studio environment. Here's an example of what the plan template creates: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you mean /src/plans/mytutorialapp
?
I also have a rewrite that I'm going to submit as part of a PR. Let me know if you think it clears things up:
Open the mytutorialapp/plan.sh
file on your host machine. The host filesystem is shared between your host machine and the studio, so you can use any text editor installed on your machine to edit your plan, and then use the studio to build your plan. The studio also contains vim, so if you want to edit plans within the studio, you can do that as well. Here's an example of what the plan template creates:
|
Signed-off-by: JJ Asghar <[email protected]>
I'll merge this in now and then fold it into my broader rewrite later. |
📌 Commit d5988a9 has been approved by |
Signed-off-by: JJ Asghar <[email protected]> Pull request: #614 Approved by: davidwrede
☀️ Test successful - travis |
Signed-off-by: JJ Asghar <[email protected]> Pull request: #614 Approved by: davidwrede
This adds a specific place for the shared directory in the tutorial.