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

From Stop Synthetic Filth! wiki
Jump to navigation Jump to search
(+ Set <code>sudo -u www-data php maintenance/runJobs.php --wait &</code> to run all the time in a detached tmux session and this fixes Special:Translate)
(→‎Monday 2019-04-01: added some more info)
Line 8: Line 8:
* Enabled the elasticsearch service with <code>sudo systemctl enable elasticsearch.service</code>
* Enabled the elasticsearch service with <code>sudo systemctl enable elasticsearch.service</code>
* Installed [[mw:Extension:Elastica]]. [[User:Jukeboksi|Jukeboksi]] ([[User talk:Jukeboksi|talk]]) 21:04, 1 April 2019 (CEST)
* Installed [[mw:Extension:Elastica]]. [[User:Jukeboksi|Jukeboksi]] ([[User talk:Jukeboksi|talk]]) 21:04, 1 April 2019 (CEST)
* Installed 5.X of elasticsearch with these instructions: https://www.elastic.co/guide/en/elasticsearch/reference/5.3/deb.html
* Installed 5.X of elasticsearch with these instructions: https://www.elastic.co/guide/en/elasticsearch/reference/5.3/deb.html. Elastica is not compatible (as of now) with the 6.X branch
* Installed OpenJDK with <code>sudo apt install openjdk-8-jre</code>
* Installed OpenJDK with <code>sudo apt install openjdk-8-jre</code>
* Installed [[mw:Extension:Elastica]] to enable translation memories for [[mw:Extension:Translate]] and ran <code>composer install --no-dev</code> in extensions/Elastica [[User:Jukeboksi|Jukeboksi]] ([[User talk:Jukeboksi|talk]]) 19:46, 1 April 2019 (CEST)
* Installed [[mw:Extension:Elastica]] to enable translation memories for [[mw:Extension:Translate]] and ran <code>composer install --no-dev</code> in extensions/Elastica [[User:Jukeboksi|Jukeboksi]] ([[User talk:Jukeboksi|talk]]) 19:46, 1 April 2019 (CEST)

Revision as of 21:59, 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