Re: Vagrantfile

2014-06-24 Thread Ralph Goers
Yeah, I don’t see any admin functions when i am logged in so I must not be able to do it. Ralph On Jun 24, 2014, at 4:24 PM, Remko Popma wrote: > I vaguely recall I had the same issue when selecting a logo, and Christian > gave me edit rights. > > Sent from my iPhone > > On 2014/06/25, at

Re: Vagrantfile

2014-06-24 Thread Remko Popma
I vaguely recall I had the same issue when selecting a logo, and Christian gave me edit rights. Sent from my iPhone > On 2014/06/25, at 3:39, Matt Sicker wrote: > > I created a user, but all the pages are immutable. > > >> On 24 June 2014 11:46, Ralph Goers wrote: >> If I recall correctly

Re: Vagrantfile

2014-06-24 Thread Matt Sicker
I created a user, but all the pages are immutable. On 24 June 2014 11:46, Ralph Goers wrote: > If I recall correctly all you need to do is create a user on the logging > wiki. I believe everyone can edit once they have a valid userid. Did you do > that? > > Ralph > > On Jun 21, 2014, at 5:57 PM

Re: Vagrantfile

2014-06-24 Thread Ralph Goers
If I recall correctly all you need to do is create a user on the logging wiki. I believe everyone can edit once they have a valid userid. Did you do that? Ralph On Jun 21, 2014, at 5:57 PM, Ralph Goers wrote: > I will see if I have rights to fix that when I get home > > Sent from my iPhone >

Re: Vagrantfile

2014-06-21 Thread Ralph Goers
I will see if I have rights to fix that when I get home Sent from my iPhone > On Jun 21, 2014, at 4:33 PM, Matt Sicker wrote: > > I don't appear to have wiki edit permissions. > > >> On 20 June 2014 17:50, Remko Popma wrote: >> I'd like to try this, so I'm looking forward to such a wiki pag

Re: Vagrantfile

2014-06-21 Thread Matt Sicker
I don't appear to have wiki edit permissions. On 20 June 2014 17:50, Remko Popma wrote: > I'd like to try this, so I'm looking forward to such a wiki page! > > Ralph, we could add "Vagrant*" to the excludes in the assembly. That would > make sense to me as we're already excluding IDE files lik

Re: Vagrantfile

2014-06-20 Thread Remko Popma
I'd like to try this, so I'm looking forward to such a wiki page! Ralph, we could add "Vagrant*" to the excludes in the assembly. That would make sense to me as we're already excluding IDE files like .project etc there. I do agree that a wiki page would be a better "home" for this file, again s

Re: Vagrantfile

2014-06-20 Thread Matt Sicker
And for other VMs, well, there'd have to be different configurations. There's a way to configure multiple VMs in a single Vagrantfile (e.g., for making a cluster of VMs), so I'll take a look into that as well. On 20 June 2014 12:29, Matt Sicker wrote: > It's in the root directory (i.e., /vagran

Re: Vagrantfile

2014-06-20 Thread Matt Sicker
It's in the root directory (i.e., /vagrant, next to /var, /home, /etc). It's easiest to set up in the root of your project because it automatically shares that directory in the VM. Otherwise, you need to add more shared directories and such. So yes, if you navigate to /vagrant (not /home/vagrant),

Re: Vagrantfile

2014-06-20 Thread Ralph Goers
I should also add that the wiki is the perfect place for this because you can also document how to install vagrant and virtualbox as well as how to start, stop and use the VM. Ralph On Jun 20, 2014, at 9:51 AM, Ralph Goers wrote: > OK, so this builds an ubuntu VM. What if I want a Windows VM,

Re: Vagrantfile

2014-06-20 Thread Ralph Goers
So I installed vagrant and virtual box. After doing the ssh I get a command prompt. I’m in /home/vagrant, which has nothing in it. If it had the source for log4j as its root directory I could understand why the file needs to be in svn. As it stands I really think it belongs on the wiki. Ralph

Re: Vagrantfile

2014-06-20 Thread Ralph Goers
OK, so this builds an ubuntu VM. What if I want a Windows VM, or a CentOS or Redhat VM? I am just having a problem understanding why this file would be in the root of the project. I could understand if we had a tools sub-project or something outside of the project. I just don’t know why this w

Re: Vagrantfile

2014-06-20 Thread Matt Sicker
It's a quick and easy way for any developer to get up and running with a VM for testing. You just run "vagrant up", then "vagrant ssh", then everything from the project is available in the /vagrant directory in the VM. You can compile, run tests, etc. On 20 June 2014 09:23, Ralph Goers wrote: >

Re: Vagrantfile

2014-06-20 Thread Ralph Goers
I don't really understand. I use VMware fusion and don't need this file. Now matter what OS I want. Why does it need to be part of the project? Ralph > On Jun 20, 2014, at 6:48 AM, Matt Sicker wrote: > > I added that. See > http://www.vagrantup.com/ > > It's for creating a Linux VM to test

Re: Vagrantfile

2014-06-20 Thread Matt Sicker
I added that. See http://www.vagrantup.com/ It's for creating a Linux VM to test log4j in since we all use Windows or Mac. On 19 June 2014 22:58, Ralph Goers wrote: > What is the file “Vagrantfile” checked in to the root of trunk for? Was > it committed by accident? > > Ralph > --