From 605efe9fddd2c04427a64798d1bbe71695b97c0e Mon Sep 17 00:00:00 2001 From: Maurizio Pillitu Date: Mon, 2 Jun 2014 18:52:26 +0200 Subject: [PATCH 1/3] Update README.md Former-commit-id: 967425fbca7cf5b9407f303dbfd10e1832c5370a [formerly 967425fbca7cf5b9407f303dbfd10e1832c5370a [formerly 967425fbca7cf5b9407f303dbfd10e1832c5370a [formerly 93aa444daf43ef883a05f760a2030b23ed5247d4]]] Former-commit-id: 9544a361a9a965817a245f6213b6bb625adb1d95 Former-commit-id: d59cd95445d74f5e647f78e7fad22ebbd36b6c70 Former-commit-id: 43a8152aa8b0b2da30b7e702f1bbb5ac73c79c13 Former-commit-id: 55a89afae1b67a47eff01fe1b2c6336dcafbcc2b --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5f0ed6..25d2df2 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Try it! Customisations --- -You can read the [alfresco-allinone.json](https://github.com/maoo/alfresco-boxes/tree/master/packer/vbox-precise-421/precise-alf421.json) definition to check the default values that are used to install Alfresco; there are many other default values that are defined by the following Chef Recipes +You can read the [alfresco-allinone.json](https://github.com/maoo/alfresco-boxes/tree/master/packer/precise-alf421.json) definition to check the default values that are used to install Alfresco; there are many other default values that are defined by the following Chef Recipes * [artifact-deployer](https://github.com/maoo/artifact-deployer), you can check default values in [attributes.json](https://github.com/maoo/artifact-deployer/tree/master/attributes) * [chef-alfresco](https://github.com/maoo/chef-alfresco), you can check default values in [attributes.json](https://github.com/maoo/chef-alfresco/tree/master/attributes) From b5a31d1f8c6519fd495a9de547c4ed80496114e9 Mon Sep 17 00:00:00 2001 From: Maurizio Pillitu Date: Thu, 5 Jun 2014 16:12:49 +0200 Subject: [PATCH 2/3] Update README.md Former-commit-id: 809a3f0366d3fb99cb1e10bb16dcdbb4b5eb3975 [formerly 809a3f0366d3fb99cb1e10bb16dcdbb4b5eb3975 [formerly 809a3f0366d3fb99cb1e10bb16dcdbb4b5eb3975 [formerly ba059a4a36604d5ead856a63a7497d6ef710a0a9]]] Former-commit-id: 3c40319f8c29efe692ec781e79c3326968ddb814 Former-commit-id: 6381d0fa5db071d99e8027ea4a3793bb304eb1a4 Former-commit-id: 524d640cc863b05adb21ecd28d5d4ba140b2a85e Former-commit-id: dc4529e92924529c983c3c5cef88aa0efa2fe27a --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 25d2df2..d4c7405 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,7 @@ Updating/Customising Chef Cookbooks Everytime that a new version of the Chef recipes is released, it is necessary to update the ```vendor-cookbooks``` folder using ```./create-vendor-cookbooks.sh``` script. The vendor-cookbooks folder can be optionally removed from ```.gitignore``` in order to be used by other provizioning systems, like [AWS OpsWorks](http://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook-attributes.html) + +Known Issues +--- +If you're using Ubuntu, you must ensure that [port 11371 is open](http://support.gpgtools.org/kb/faq/im-behind-a-firewall-eg-in-a-big-company-and-cant-reach-any-key-server-what-now) From 8b9bf1dcf3e6c72706c4505d1cba2e679e081cfd Mon Sep 17 00:00:00 2001 From: Maurizio Pillitu Date: Wed, 18 Jun 2014 12:31:48 +0200 Subject: [PATCH 3/3] Update install.sh Fixing issue #4 Former-commit-id: 944cb288829fc731a926047d82eaa4b4770376cc [formerly 944cb288829fc731a926047d82eaa4b4770376cc [formerly 944cb288829fc731a926047d82eaa4b4770376cc [formerly 531acbe842f95c31ac8198eab3a8cb54b774263a]]] Former-commit-id: f520f81104a1284c448c28273a42a4f22d985009 Former-commit-id: ec21d6e9675c68cf61283de33925eafe9a008f06 Former-commit-id: f0672999635e6b5b4a8822e0a76039d576d12c3f Former-commit-id: 5fc7df21edaaee0f03b04aaecc9cf95a8153c3e9 --- common/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/install.sh b/common/install.sh index 3990542..6508707 100755 --- a/common/install.sh +++ b/common/install.sh @@ -6,6 +6,6 @@ bundle install bundle exec berks install --path vendor-cookbooks # Install Vagrant Plugins -#vagrant plugin install vagrant-omnibus -#vagrant plugin install vagrant-vbguest -#vagrant plugin install vagrant-hosts +vagrant plugin install vagrant-omnibus +vagrant plugin install vagrant-vbguest +vagrant plugin install vagrant-hosts