I've got a Redmine instance (Bitnami Stack) that's unusually slow. Because I'm just trying to get to the bottom of this, I have some theories which I'd like to discuss here.
I installed the mediawiki packages from the official repository, and I ran into several questions. Mediawiki installs into /usr/share/webapps/mediawiki, but the default root of apache is /srv/http. Is it safe to simply move the files from the former directory to /srv/http/mediawiki so I can actually access them from the browser?
I have the Bitnami Drupal AMI that is on the AWS marketplace.
https://aws.amazon.com/marketplace/pp/ref=bill_eml_1?sku=5ysj40wf1vkv5qw...
I can't SSH to it in EC2.
Tries to use user ubuntu.
Appreciate any help.
Thank you.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UPDATE:
I found the answer to my own question here:
http://bitnami.org/tutorial
hi all,
Hi All,
This one is proving to be a nuisance for me. Basically, I've installed MediaWiki on 12.04 server ed. Now I've tried changing the document root, ServerName variable in apache and more, but I can't get my server's domain name to resolve to the directory where mediawiki is installed (grr!). So going to let's say foo.bar.com resolves to /var/www.
I am getting the below issue when firing up django or ipython notebook
/opt/bitnami/python/bin/.python2.7.bin: error while loading shared
libraries: libreadline.so.5
However libreadline.so.5 exists in my system after locating it as shown below
root@linux:/opt/bitnami/scripts# locate libreadline.so.5
/opt/bitnami/common/lib/libreadline.so.5
/opt/bitnami/common/lib/libreadline.so.5.2
I am trying to run MediaWiki 1.19.2 on Ubuntu Linux (3.0.0-26-generic #42-Ubuntu AMD 64).
It installs fine via tar.gz, however, I run into problems when trying to install the Math extension (via git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Math.git).
I get the following error in the Apache logs:
PHP Fatal error: Call to undefined method FSFileBackend::getRootStoragePath() in
The MediaWiki application is probably best known for being the engine behind Wikipedia.This article will show you how to create different types of extensions for MediaWiki: wiki variables, special pages, and new tags. You'll also get a quick overview of what you'll need to do to create skins for MediaWiki.
I set up a mediawiki (1.19.2) with quercus (4.0.25) on a Tomcat 7.