Difference between revisions of "Talk:Task/PKC DevOps"
Jump to navigation
Jump to search
(Created page with " https://aqua.inblock.io/index.php/Developer_Main_Page") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Install Composer for our extension: | |||
Read up on: https://www.mediawiki.org/wiki/Composer/For_extensions#Installing_Composer | |||
Log into mediawiki via commandline | |||
'docker exec -it pkc_mediawiki_1 bash' and add the new line in | |||
add to composer.local.json in default folder 'html' | |||
{ | |||
"require": { | |||
"mediawiki/semantic-media-wiki": "~3.2", | |||
"rht/merkle-tree": "dev-master" | |||
} | |||
} | |||
and run 'composer update --no-dev'; | |||
https://aqua.inblock.io/index.php/Developer_Main_Page | https://aqua.inblock.io/index.php/Developer_Main_Page | ||
https://aqua.inblock.io/index.php/Private_pkc_specification |
Latest revision as of 13:21, 5 August 2021
Install Composer for our extension:
Read up on: https://www.mediawiki.org/wiki/Composer/For_extensions#Installing_Composer Log into mediawiki via commandline 'docker exec -it pkc_mediawiki_1 bash' and add the new line in add to composer.local.json in default folder 'html' { "require": { "mediawiki/semantic-media-wiki": "~3.2", "rht/merkle-tree": "dev-master" } }
and run 'composer update --no-dev';