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

    From Ban Covert Modeling! wiki
    (+ Ran <code>composer suggests | xargs -i composer require {}</code> to install the packages recommended by the existing composer installed packages)
    (update)
    Line 2: Line 2:
    === Monday 2019-04-01 ===
    === Monday 2019-04-01 ===


    * Ran <code>composer suggests | xargs -i composer require {}</code> to install the packages recommended by the existing composer installed packages. [[User:Jukeboksi|Jukeboksi]] ([[User talk:Jukeboksi|talk]]) 17:19, 1 April 2019 (CEST)
    * UPDATE: Bad idea. Just installs a bunch of stuff not needed and maybe some sploits <s>Ran <code>composer suggests | xargs -i composer require {}</code> to install the packages recommended by the existing composer installed packages</s>. [[User:Jukeboksi|Jukeboksi]] ([[User talk:Jukeboksi|talk]]) 17:19, 1 April 2019 (CEST)
    * Ran <code>composer require wikimedia/composer-merge-plugin</code> as instructed in [[mw:Composer#Using composer-merge-plugin]]. [[User:Jukeboksi|Jukeboksi]] ([[User talk:Jukeboksi|talk]]) 17:01, 1 April 2019 (CEST)
    * Ran <code>composer require wikimedia/composer-merge-plugin</code> as instructed in [[mw:Composer#Using composer-merge-plugin]]. [[User:Jukeboksi|Jukeboksi]] ([[User talk:Jukeboksi|talk]]) 17:01, 1 April 2019 (CEST)
    * Checked that <nowiki>{{#babel}}</nowiki> works. [[User:Jukeboksi|Jukeboksi]] ([[User talk:Jukeboksi|talk]]) 15:58, 1 April 2019 (CEST)
    * Checked that <nowiki>{{#babel}}</nowiki> works. [[User:Jukeboksi|Jukeboksi]] ([[User talk:Jukeboksi|talk]]) 15:58, 1 April 2019 (CEST)

    Revision as of 15:32, 1 April 2019

    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)
    • 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)
    • Installed mw:Extension:Translate with git
    • Started installing extensions that cannot be installed with composer using these instructions mw:Download from Git#Using Git to download MediaWiki extensions
    • Wrote '/w/composer.local.json' to automate installation of extensions certain and their dependencies
    • Installed zipping and unzipping for PHP to make composer work: 'sudo apt install zip unzip php7.0-zip'
    • Installed Composer PHP package and dependencies manager with 'sudo apt install composer'

    Sunday 2019-03-31