MediaWiki
Importing a Wiki
To import in XML format, use the importDump script as part of MediaWiki installation. Open a Web terminal: Upload the XML using the Upload button Run the following commands cd /app/code/maintenance php importDump.php < /tmp/dump.xml You might want to ...
Exporting a Wiki
To export in XML format, use the dumpBackup script as part of MediaWiki installation. Open a Web terminal and run the following commands: cd /app/code/maintenance php dumpBackup.php --full > /tmp/dump.xml You can download the dump using the download ...
Skins
Installing MediaWiki skins can be installed as follows: Use the File manager to upload the tarball and extract the package under /app/data/skins. Change the ownership of the newly uploaded directory to www-data Load the skin in ...
Extensions
Installing MediaWiki extensions can be installed as follows: Use the File manager to upload the tarball and extract the package under /app/data/extensions. Change the ownership of the newly uploaded directory to www-data Load the skin in ...
Custom icon
To set a custom icon, use the File manager and upload a file named /app/data/images/wiki.png.
Access Control
Default setup The wiki is setup to be editable by users with a registered wiki account. Changing permissions Use the File manager to edit the values in /app/data/LocalSettings.php. Here are some commonly requested settings: To disable read access for ...
Admin
Admin operations can be performed by visiting Tools menu on the left > SpecialPages. To change or reset the admin password, open a Web Terminal and run: php maintenance/run.php changePassword --user=administrator --password=supersecretpassword
How to order MediaWiki?
1. Login at: https://cloud.danian.co 2. Manage Apps - Add an App 3. Select: MediaWiki 4. Select vCPU / RAM If you don't know how much you will need to use, just leave the default. 5. Select Disk Storage Size If you don't know how much you will need ...