Main Page: Difference between revisions

From wiki
Jump to navigation Jump to search
Line 28: Line 28:
   -v, --version      Show version information
   -v, --version      Show version information
   -w, --wiki NAME    Specify the wiki to operate on (use 'all' for all wikis)
   -w, --wiki NAME    Specify the wiki to operate on (use 'all' for all wikis)
</source>
=== check ===
<source lang='bash' highlight='1'>
setup_wikis -w Zeus --check
Checking Zeus wiki on ports 9186/9187:
checking docker access for mediawiki versions ['1.39.10']
1:checking 1.39.10 ...
mediawiki webserver container Zeus-mw:✅
mediawiki database container Zeus-db:✅
port binding 9186= expected  port 9186?:✅
Checking http://playground-mw.bitplan.com/Zeus/index.php/Special:Version ...
Special Version accessible ...:❌
</source>
</source>

Revision as of 09:39, 26 October 2024

CompGen e.V. Semantic MediaWiki Playgrounds

Discourse-Thema

Discourse - mediawiki-playgrounds

Wiki-Migration

Wiki-Migration 2024-10-23

Auswahl der Namen

Installation

Setup

siehe Setup Special:Version

setup_wikis script

Usage

./setup_wikis -h
setup_wikis -h
Usage: setup_wikis [OPTIONS]
Options:
  -h, --help         Show this help message
  -c, --clean        Clean the Docker environment
  --check            Check the status of selected wikis
  -d, --debug        Enable debug output
  --patch            Patch all wikis
  -p, --passwords    Show the sysop passwords of the wikis
  -s, --setup        Setup the selected wikis
  -v, --version      Show version information
  -w, --wiki NAME    Specify the wiki to operate on (use 'all' for all wikis)

check

setup_wikis -w Zeus --check
Checking Zeus wiki on ports 9186/9187:
checking docker access for mediawiki versions ['1.39.10']
1:checking 1.39.10 ...
mediawiki webserver container Zeus-mw:✅
mediawiki database container Zeus-db:✅
port binding 9186= expected  port 9186?:✅
Checking http://playground-mw.bitplan.com/Zeus/index.php/Special:Version ...
Special Version accessible ...:❌
❌