We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4139bf8 commit 4574f04Copy full SHA for 4574f04
README.md
@@ -11,6 +11,9 @@ Instructions for Intro to DevOps Project
11
## Part I - Build Boxes with Packer
12
13
### To make an image for local development
14
+
15
+From the packer-templates directory:
16
17
1. run `packer build -only=virtualbox-iso application-server.json`
18
2. run `cd virtualbox`
19
3. run `vagrant box add ubuntu-14.04.4-server-amd64-appserver_virtualbox.box --name devops-appserver`
0 commit comments