Manual:runScript.php

This page is a translated version of the page Manual:RunScript.php and the translation is 100% complete.

詳細

runScript.php ファイルは、便利なメンテナンス スクリプト ラッパーであり、標準的な場所の外部にあるスクリプトや拡張機能を使用する際に有用です。

使用法

使用するには、メンテナンス スクリプトを相対パスまたは絶対パスで指定してください。

カレント ディレクトリが MediaWiki の基底フォルダーの場合:

php maintenance/runScript.php extensions/Wikibase/lib/maintenance/dispatchChanges.php

カレント ディレクトリが maintenance フォルダーの場合:

php runScript.php ../extensions/Wikibase/lib/maintenance/dispatchChanges.php

絶対パスも使用できます:

php /var/www/mediawiki/maintenance/runScript.php maintenance/runJobs.php