Re: [MediaWiki-l] Three Wikis, three LocalSettings.php

2016-01-21 Thread Jurij Byrda
Labai prasau lietuviskai paaiskinkite... 2016 sau. 21 23:38 "Jonathan Aquilina" rašė: > I personally would use the .gitignore to not push the settings file to the > repository and the just keep manual backups. > > Sent from my iPhone > > > On 20 Jan 2016, at 15:56, Ray Paseur wrote: > > > > Coll

Re: [MediaWiki-l] Three Wikis, three LocalSettings.php

2016-01-21 Thread Jonathan Aquilina
I personally would use the .gitignore to not push the settings file to the repository and the just keep manual backups. Sent from my iPhone > On 20 Jan 2016, at 15:56, Ray Paseur wrote: > > Colleagues: I'm looking for some "best practices" advice here. > > I have three Wikis, Dev, Test, and

Re: [MediaWiki-l] Three Wikis, three LocalSettings.php

2016-01-21 Thread Legault, Phillip [ITSUS]
""; $GLOBALS["siteName"] = $wgSitename; $wgMetaNamespace = ""; $wgLogo = "/skins/chameleon/ex.png"; $wgScriptPath = ""; $wgServer = ""; $wgDBserver = ""; $wgDBname = ""; $wgTmpDirectory = "$IP/images/temp"; $w

Re: [MediaWiki-l] Three Wikis, three LocalSettings.php

2016-01-20 Thread Bryan Davis
On Wed, Jan 20, 2016 at 7:56 AM, Ray Paseur wrote: > Colleagues: I'm looking for some "best practices" advice here. > > I have three Wikis, Dev, Test, and Prod. Dev is the sandbox. Test is for > user-acceptance. Prod is the public face - exactly what you would expect. > > For the most part, t

Re: [MediaWiki-l] Three Wikis, three LocalSettings.php

2016-01-20 Thread Dennis Roczek
Hi Ray, we have published our LocalSettings.php and simply excluded the "secrets" which are in a separated folder (and excluded with .gitignore) see Line 44 for example: https://github.com/dennisroczek/TDFWIKI_settings/blob/master/TDFWIKI_LocalSettings.php#L44 You can include with such a constel

[MediaWiki-l] Three Wikis, three LocalSettings.php

2016-01-20 Thread Ray Paseur
Colleagues: I'm looking for some "best practices" advice here. I have three Wikis, Dev, Test, and Prod. Dev is the sandbox. Test is for user-acceptance. Prod is the public face - exactly what you would expect. For the most part, these Wikis share an identical code base on Git branch "master