This forum is no longer active. Please post your questions to our new community site

Running Redmind and MediaWiki together

Subscribe to Running Redmind and MediaWiki together 2 post(s), 2 voice(s)

 
Avatar karlpicard 1 post

I want to run both the MediaWiki and Redmind server together in AWS. I currently use RightScale to do all the deployment work. I recently got a RedMind server running just fine and now want to add MediaWiki as a general KB that is not project specific.

When I added the MediaWiki server script it deployed. I can see the directory structure out there. My issue us now I don’t know how to access the UI portal.

I have tried to access using the Public DNS name as follows http://<publicDNS>/mediawiki/ but just get an error.

Any help is appreciated.

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

I think that bitnami GoGrid Stacks are a bit outdated. Could you try to install the mediawiki module in the machine itself? For instance, you can login in the machine and run the following commands:

# wget url_bitnami_module
# ./bitnami_module.bin —mode text

I hope it helps.