WikiServer: Difference between revisions

From CLAIF Wiki
Jump to navigationJump to search
changed from markdown code block to mediawiki code block
No edit summary
 
Line 5: Line 5:
To add a user:
To add a user:


<code>
<pre>
cd /usr/share/mediawiki/
cd /usr/share/mediawiki/
php maintenance/run.php createAndPromote <username> <password> --bureaucrat --sysop
php maintenance/run.php createAndPromote <username> <password> --bureaucrat --sysop
<code>
<pre>

Latest revision as of 19:39, 21 December 2025

This is the VM type that hosts this wiki.

Immediately after install, run the scripts in /root to configure the environment.

To add a user:

cd /usr/share/mediawiki/
php maintenance/run.php createAndPromote <username> <password> --bureaucrat --sysop