Re: [Wikitech-l] Trouble while setting up mediawiki-vagrant

2016-01-07 Thread Bryan Davis
On Thu, Jan 7, 2016 at 1:32 PM, Devang Gaur  wrote:
> Thanks Merlijn! That worked.
>
> Now , I am interested in Wiktionary and Wikidata and want to
> contribute to them . I've setup mediawiki-vagrant successfully
> and running it. Now , how do I setup and run wikitionary
> and wikidata on my local machine . I didn't see any
> clear guidelines for that . I think , one probably needs
> to utilize the memory dumps of the projects .

There is a wikidata role for MediaWiki-Vagrant that you can enable:
`vagrant roles enable wikidata && vagrant provision`. The role only
includes the wikidata software and not any dump data.

> Where can I find these dumps ? I'll
> probably write an article on the contributors section
> too after discovering the path myself .

Dumps are available from https://dumps.wikimedia.org/backup-index.html

Bryan
-- 
Bryan Davis  Wikimedia Foundation
[[m:User:BDavis_(WMF)]]  Sr Software EngineerBoise, ID USA
irc: bd808v:415.839.6885 x6855

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Trouble while setting up mediawiki-vagrant

2016-01-07 Thread Devang Gaur
Thanks Merlijn! That worked.

Now , I am interested in Wiktionary and Wikidata and want to 
contribute to them . I've setup mediawiki-vagrant successfully
and running it. Now , how do I setup and run wikitionary
and wikidata on my local machine . I didn't see any
clear guidelines for that . I think , one probably needs
to utilize the memory dumps of the projects . 

Where can I find these dumps ? I'll
probably write an article on the contributors section
too after discovering the path myself .

Besides, Should I create a new thread for this ?

Devang(dg711)


___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] Trouble while setting up mediawiki-vagrant

2016-01-03 Thread Devang Gaur
Hi,
I've been trying to set up mediawiki-vagrant on my machine.But Vagrant
crashes everytime.
It says that vagrant home directory(address) has spaces, even though I've
installed C:\HashiCorp\Vagrant .
and cloned medaiwiki-vagrant at C:/myMediawiki/vagrant.
Need help.


___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Trouble while setting up mediawiki-vagrant

2016-01-03 Thread Devang Gaur

Screenshot:
https://drive.google.com/file/d
/0B5mFX46GRIoIZS1vWU9aaE8zdUtXdHlWZ2RNUGRNXzNVcWhR/
view?usp=sharing


___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Trouble while setting up mediawiki-vagrant

2016-01-03 Thread Merlijn van Deen
Hi Devang,

On 3 January 2016 at 19:29, Devang Gaur  wrote:

> It says that vagrant home directory(address) has spaces, even though I've
> installed C:\HashiCorp\Vagrant .
> and cloned medaiwiki-vagrant at C:/myMediawiki/vagrant.
>

Yeah, that error message is super confusing. The vagrant home directory is
actually in c:\users\\.vagrant.d by default. You can change
that path by changing the VAGRANT_HOME environment variable, either by using

export VAGRANT_HOME=c:\HashiCorp\.vagrant.d

in bash, or by following
https://superuser.com/questions/949560/how-do-i-set-system-environment-variables-in-windows-10
.

Hope this helps!

Merlijn
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l