You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
Instructions for Practice Project
2
2
========================================
3
3
4
-
These instructions assume familiarity with Git and GitHub. If you are not comfortable with those tools, please complete Udacity's [How to Use Git and GitHub](https://www.udacity.com/course/how-to-use-git-and-github--ud775) course before proceeding.
4
+
These instructions assume familiarity with Git and GitHub. If you are not comfortable with those tools, please complete Udacity's [How to Use Git and GitHub](https://www.udacity.com/course/how-to-use-git-and-github--ud775) course before proceeding.
5
5
6
-
After installing the required tools, you will need to ensure that your computer can find the executables to run them. For this, you might need to modify the PATH environment variable. A good overview is at [superuser.com](https://superuser.com/questions/284342/what-are-path-and-other-environment-variables-and-how-can-i-set-or-use-them). You may need to search the web for instructions on how to set the PATH variable for your specific operating system and version.
6
+
After installing the required tools, you will need to ensure that your computer can find the executables to run them. For this, you might need to modify the PATH environment variable. A good overview is at [superuser.com](https://superuser.com/questions/284342/what-are-path-and-other-environment-variables-and-how-can-i-set-or-use-them). You may need to search the web for instructions on how to set the PATH variable for your specific operating system and version.
7
7
8
8
## Setting up your local machine
9
9
@@ -15,8 +15,7 @@ After installing the required tools, you will need to ensure that your computer
15
15
16
16
## Part I: Building a box with Packer
17
17
18
-
From the packer-templates directory on your local machine:
19
-
18
+
* Run `cd packer-templates`
20
19
* Run `packer build -only=virtualbox-iso application-server.json`. You may see various timeouts and errors, as shown below. If you do, retry the command until the ISO download succeeds:
21
20
22
21
```
@@ -40,12 +39,12 @@ Build 'virtualbox-iso' errored: ISO download failed.
40
39
41
40
## Part II: Cloning, developing, and running the web application
42
41
43
-
* On your local machine go to the root directory of the cloned repository
42
+
* On your local machine go to the root directory of the cloned repository
44
43
* Run `git clone https://github.com/chef/devops-kungfu.git devops-kungfu`
45
44
* Open http://localhost:8080 from your local machine to see the app running.
46
45
* In the VM, run `cd devops-kungfu`
47
46
* To install app specific node packages, run `sudo npm install`. You may see several errors; they can be ignored for now.
48
-
* Now you can run tests with the command `grunt -v`. The tests will run, then quit with an error.
47
+
* Now you can run tests with the command `grunt -v`. The tests will run, then quit with an error.
0 commit comments