Set up mediawiki on SQLite with Ubuntu Linux

From Linuxintro
Revision as of 06:40, 25 September 2013 by imported>ThorstenStaerk (Created page with "To set up mediawiki on SQLite with Ubuntu Linux issue the commands apt-get install php5-sqlite /etc/init.d/apache2 start * Download mediawiki from http://www.mediaw...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

To set up mediawiki on SQLite with Ubuntu Linux issue the commands

apt-get install php5-sqlite
/etc/init.d/apache2 start

Then extract the mediawiki installation package, in this case to apache's default directory:

cd /srv/www/htdocs
tar xvzf /tmp/mediawiki-1.21.2.tar.gz
mv mediawiki-1.21.2 mediawiki

Then, point your browser to http://localhost/mediawiki. You see a web site like this:

Snapshot-mediawiki-setup.png

Continue as instructed. Your root database password is blank ("").