User:Juho Kunsola/log/2019: Difference between revisions

From Stop Synthetic Filth! wiki
Jump to navigation Jump to search
(some TODOs)
(→‎Monday 2019-04-01: + the git command used to install extensions)
Line 24: Line 24:
:* Installed MLEB component with git: [[mw:Extension:Babel]]
:* Installed MLEB component with git: [[mw:Extension:Babel]]
:* Installed MLEB component with git: [[mw:Extension:CLDR]]
:* Installed MLEB component with git: [[mw:Extension:CLDR]]
* Installed [[mw:Extension:Translate]] with git  
* Installed [[mw:Extension:Translate]] with git. Syntax is <code>git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/<EXT> --branch REL1_32</code>
* Started installing extensions that cannot be installed with composer using these instructions [[mw:Download from Git#Using Git to download MediaWiki extensions]]
* Started installing extensions that cannot be installed with composer using these instructions [[mw:Download from Git#Using Git to download MediaWiki extensions]]
* Wrote <code>'/w/composer.local.json'</code> to automate installation of extensions certain and their dependencies
* Wrote <code>'/w/composer.local.json'</code> to automate installation of extensions certain and their dependencies

Revision as of 17:44, 1 April 2019

TODO:

March

Monday 2019-04-01

  • UPDATE: Bad idea. Just installs a bunch of stuff not needed and maybe some sploits Ran composer suggests | xargs -i composer require {} to install the packages recommended by the existing composer installed packages. Jukeboksi (talk) 17:19, 1 April 2019 (CEST)
  • Ran composer require wikimedia/composer-merge-plugin as instructed in mw:Composer#Using composer-merge-plugin. Jukeboksi (talk) 17:01, 1 April 2019 (CEST)
  • Ran composer install --no-dev. Jukeboksi (talk) 17:32, 1 April 2019 (CEST)
  • Checked that {{#babel}} works. Jukeboksi (talk) 15:58, 1 April 2019 (CEST)
  • Added [[w:]] to the interwiki so we can easily link to Wikipedia articles. [[mw:]] was already present in the interwiki table. Jukeboksi (talk) 15:51, 1 April 2019 (CEST)
  • Installed the following components stated in MediaWiki Language Extension Bundle (MLEB)

Sunday 2019-03-31