Re: [Wikitech-l] Try out MediaWiki Vagrant

2013-03-31 Thread Tyler Romeo
On Sun, Mar 31, 2013 at 3:12 AM, Ori Livneh wrote: > You can use a shallow clone to pull new changes. As far as committing, > 'git review -s' will actually trigger fetching the entire history. So this > way the bandwidth costs of pulling the entire history are deferred until > you are ready to co

Re: [Wikitech-l] Try out MediaWiki Vagrant

2013-03-31 Thread Ori Livneh
On Friday, March 29, 2013 at 2:32 AM, Tyler Romeo wrote: > Quick question. If I'm correct, Vagrant is supposed to be for setting up > development environments. Under this assumption, why is the mediawiki git > repository only fetched with a depth of 1? Isn't is pretty useless to have > a developmen

Re: [Wikitech-l] Try out MediaWiki Vagrant

2013-03-29 Thread Tyler Romeo
Quick question. If I'm correct, Vagrant is supposed to be for setting up development environments. Under this assumption, why is the mediawiki git repository only fetched with a depth of 1? Isn't is pretty useless to have a development VM you can't push or pull from? *-- * *Tyler Romeo* Stevens In

Re: [Wikitech-l] Try out MediaWiki Vagrant

2013-03-28 Thread Ori Livneh
On Thursday, March 28, 2013 at 4:41 PM, Yuri Astrakhan wrote: > As mentioned in another email, I would like to have the following added to > default vagrant installation. Having default dev environment would allow us > to quickly get new developers up to speed almost without > any walk-through s

Re: [Wikitech-l] Try out MediaWiki Vagrant

2013-03-28 Thread Yuri Astrakhan
Ori, thanks for the great dev environment :) As mentioned in another email, I would like to have the following added to default vagrant installation. Having default dev environment would allow us to quickly get new developers up to speed almost without any walk-through steps. * redirect from / to

Re: [Wikitech-l] Try out MediaWiki Vagrant

2013-03-28 Thread Bartosz Dziewoński
I tried it out on my Windows XP, and on `vagrant up` it promptly took all the 1.5 GB of free space on disk C: and crashed (I purposefully keep my system partition small). Is it possible to make it write the big files (the downloaded OS image and the virtual disk) into somewhere else than %user

Re: [Wikitech-l] Try out MediaWiki Vagrant

2013-03-28 Thread Željko Filipin
On Thu, Mar 28, 2013 at 7:18 AM, Ori Livneh wrote: > I hope you check it out, and that you find it useful. Feedback would be > much appreciated. I have tried it at two Mac machines, it worked without any problems. Željko ___ Wikitech-l mailing list W

Re: [Wikitech-l] Try out MediaWiki Vagrant

2013-03-28 Thread Dan Andreescu
This is awesome, I've used it as a total MediaWiki noob to poke around at the internals. One suggestion I'd have is to include a script that populates some sample data in the db (pages, users, edits, etc.). Does anyone have such a thing, should we dump a particularly active test setup from somewh

[Wikitech-l] Try out MediaWiki Vagrant

2013-03-27 Thread Ori Livneh
Vagrant is a command-line tool for automatically provisioning virtual machines according to scripted specifications. The mediawiki-vagrant project bundles together specifications for quickly and easily provisioning a virtual machine running MediaWiki, suitable for development work. I announced