hallowelt / migrate-confluence

Tool to migrate content from Confluence export files into a MediaWiki compatible import source
GNU General Public License v3.0
35 stars 8 forks source link

No instructions on how to get HalloWelt\MediaWiki\Lib\Migration\CliApp #14

Closed ststrat closed 2 years ago

ststrat commented 3 years ago

the migrate-confluence skip has prerequisites mentioned no where in the project such as:

use HalloWelt\MediaWiki\Lib\Migration\CliApp;

Perhaps a clue as to where to get the requirements form would help.

osnard commented 2 years ago

You are right, sorry. All dependencies are manages by composer. Running composer update in the cloned repo will pull everything in. But actually end users are supposed to use the pre-build CLI tool anyways. This should already contain all required libraries.

I will update the README.md