Skip to content

Commit 4139bf8

Browse files
committed
updated readme and .gitignore
1 parent 7f9d1f1 commit 4139bf8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
.DS_Store
22
packer_cache
3+
packer-templates/virtualbox/
4+
devops-kungfu/

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Instructions for Intro to DevOps Project
1313
### To make an image for local development
1414
1. run `packer build -only=virtualbox-iso application-server.json`
1515
2. run `cd virtualbox`
16-
3. run `vagrant box add ubuntu-14.04.2-server-amd64-appserver_virtualbox.box --name devops-appserver`
16+
3. run `vagrant box add ubuntu-14.04.4-server-amd64-appserver_virtualbox.box --name devops-appserver`
1717
4. run `vagrant up`
1818
5. run `vagrant ssh` to connect to the server
1919

@@ -39,3 +39,9 @@ See full directions at: https://www.udacity.com/wiki/ud611
3939
`sudo npm install`
4040
Now you can run tests - `grunt -v`
4141

42+
43+
### Troubleshooting
44+
45+
* If you encounter errors with Ubuntu version numbers not being available or checksum errors on Ubuntu and this repository is not yet updated, you can fix this by editing the contents of the `application-server.json` and `control-server.json` template files inside the `packer-templates` folder.
46+
47+
* Find the newest version number and checksum from http://releases.ubuntu.com/trusty/ and edit `PACKER_BOX_NAME` and `iso_checksum` in the template files to match.

0 commit comments

Comments
 (0)