Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Great article. It worked on my server. But then a read about another wiki called MDwiki and it got me interested. I managed to install MDwiki following this tutorial and after careful consideration and testing, I think that Media Wiki is better. Do you have any advice on what to use and what is better? Great work DO.
You will need to sudo nano /var/www/html/LocalSettings.php unless you are logged in as root, I think.
Digital Ocean now offers to deploy a droplet running MediaWiki. under Create Droplet>Applications>MediaWiki 1.24.2 on 14.04 After deployment SSH into the new droplet, configure username and password, and you’re good to go!
While DigitalOcean’s MediaWiki image is a useful one (even while 1.24 is a legacy version, which is supported until November 2015, and MediaWiki 1.25 is now the ‘current version’), there might be some people who don’t want to re-install their server completely with a new image.
Also, 1.24.1 is not the most recent version of the 1.24 series anymore, 1.24.2 is now the newest version of the 1.24 series, and it includes multiple security fixes, so I recommend everyone to upgrade their 1.24.0 or 1.24.1 wiki to 1.24.2 (upgrading to 1.25 is recommended if possible - see https://www.mediawiki.org/wiki/Manual:Upgrading for instructions).
Using Xubuntu and VM Workstation, I was able to setup a cool Wiki for my work information. I added content (via the VM Console using Chromium and going to http://127.0.0.1) and was ready to publish it to the work LAN. I changed the IP setup so that it was now on the network LAN and not the VM LAN. I used Chrome and navigated to the assigned IP address and it fails. It says in the address bar “http://127.0.0.1/index.php/Main_Page” so it must be forwarding from it’s IP address of 172.18.30.30 to the local host of 127.0.0.1. Then the page says: This site can’t be reached 127.0.0.1 refused to connect. ERR_CONNECTION_REFUSED
If I am in the host and use Chromium, I type in the IP of 172.18.30.30 and it resolves to 127.0.0.1/index.php/Main_Page and it looks fine. It’s only when not on the host that it does not work.
I have tried scouring the net for a solution. It seems like a small problem, but I can not seem to find the correct solution. Do you have any suggestions?
Dear Staff, I want install this extension https://www.mediawiki.org/wiki/Extension:PdfBook
Is possible to do from terminal without install vnc ? This are commands
apt-get install htmldoc nano /var/www/html/LocalSettings.php
and add this line at bottom of php file require_once “$IP/extensions/PdfBook/PdfBook.php”;
But then I need to place the file in a directory called PdfBook in your extensions/ folder. File is this I need to extract and then to copy in that folder - where ?
files are here https://github.com/OrganicDesign/extensions/tree/master/MediaWiki/PdfBook
Can you help me, please?
I try to install math extension but if you use one-click-apps is some complicated configure textvc and folder permission. Can you create a tutorial to install Math extension correctly, please?
Great Article !!! Just be careful that LocalSettings.php should go to base of mediawiki folder.