: Simple MediaWiki question I'm thinking about making a mediawiki website. At first I'd like to try it at localhost. I'm running Kubuntu 11.10, so I did: sudo aptitude install apache2 mysql-server
I'm thinking about making a mediawiki website. At first I'd like to try it at localhost. I'm running Kubuntu 11.10, so I did:
sudo aptitude install apache2 mysql-server php5 php5-mysql php5-cli
And I also fetched the latest mediawiki to:
/home/boris/Its/sites/mediawiki-1.17.0
Now I'm supposed to open
localhost/home/boris/Its/sites/mediawiki-1.17.0/index.php
But firefox says the page is not found. While localhost works. If I get it right - I have to open index.php to install mediawiki. So my question is - what do I do wrong?
I'm really sorry for this is might be a very simple question.
By the way do I have to make a db beforehand? Is it possible to use mongoDB as a db with mediawiki?
More posts by @Sent6035632
2 Comments
Sorted by latest first Latest Oldest Best
Oh, I'm stupid, I found the page which explains how this should be done. I wonder why mediawiki docs have skipped these details.
I think by default apache will look into /srv/www for websites, not the users home directory. The first thing I would check is where apache is looking.
If you search the internet for terms like "apache .conf virtual host" you should find several how-to guides. Here is the official documentation on virtual hosts.
You don't need to create a database, as this can be done during the installation. However you do need to tell it details about the database installation. It needs to be MySQL or PostgreSQL - see the installation guide. When you get index.php working this page takes you through the options.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.