WikiServer: Difference between revisions

From CLAIF Wiki
Jump to navigationJump to search
create page.
 
changed from markdown code block to mediawiki code block
Line 4: Line 4:


To add a user:
To add a user:
```
 
<code>
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>

Revision as of 19:38, 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