This is a command line tool to convert the contents of a EasyRedmine Knowledgebase space into a MediaWiki import data format.
- PHP >= 8.2 with the
xml
extension must be installed pandoc
>= 3.1.6. Thepandoc
tool must be installed and available in thePATH
(https://pandoc.org/installing.html).
- Download
migrate-easyredmine-knowledgebase.phar
from https://github.com/hallowelt/migrate-easyredmine-knowledgebase/releases/tag/latest - Make sure the file is executable. E.g. by running
chmod +x migrate-easyredmine-knowledgebase.phar
- Move
migrate-easyredmine-knowledgebase.phar
to/usr/local/bin/migrate-easyredmine-knowledgebase
(or somewhere else in thePATH
)
TBD