--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/17e55175-9339-4c63-b1d2-5072be0a4db0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hello,where you are reading that?ThanksAlvaro.
On Thu, Aug 11, 2016 at 8:24 AM, Amit Laspal <amit....@gmail.com> wrote:
I am very new to vagrant. Just started working on it.I wanted to know what does this mean - "nightly vagrant box that has all custom services prepackaged".I have some custom java service which I need to deploy in my box.Basically is this vagrant provisioning ? Does it mean creating a setup.sh file containing all custom service and used in vagrant file?Thanks,
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/17e55175-9339-4c63-b1d2-5072be0a4db0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/9308af7c-3c76-4e13-aabd-b0246ed55465%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/9308af7c-3c76-4e13-aabd-b0246ed55465%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/9308af7c-3c76-4e13-aabd-b0246ed55465%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/bcd92e49-fe03-475b-ae8c-c32675be829a%40googlegroups.com.
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/a7a418b3-d57e-4455-ba9d-fa1291a534c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,This is what I am trying to achieve..provision/bootstrap.sh file---#!/bin/bashsudo apt-get updatesudo apt-get install -y gitmkdir -p ~/.sshchmod 700 ~/.sshssh-keyscan -H git.www.com >> ~/.ssh/known_hostsssh -T g...@git.www.comgit clone http://git.www.com/proj/project1.gitgit clone http://git.www.com/proj/project12.gitcd project2install script.shcd ..cd project1customcommand build ---------------- customcommand is install when I install script.shMy structure is like :Readme.mdVagrantfile.provision - folder./provision/bootstrap.shI am really thankful for all the help you are providing me.Thanks,
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/a7a418b3-d57e-4455-ba9d-fa1291a534c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.