Difference between revisions of "Mediawiki"

From WA2IAC Wiki
Jump to: navigation, search
Line 93: Line 93:
 
python-wikimarkup.noarch : Formats text to Mediawiki syntax
 
python-wikimarkup.noarch : Formats text to Mediawiki syntax
 
</pre>
 
</pre>
 +
 +
Had to get a contemporary (non-supported) template of Fedora17 to get this done...
 +
 +
See Debian above for container creation, etc.
 +
 +
Once inside...
 +
<pre>
 +
yum update
 +
yum install mysql-server
 +
yum install php
 +
yum install mediawiki
 +
</pre>
 +
Not shockingly, installing mediawiki installed tons of dependencies despite the full load of Fedora17 and pre-load of mySQL and php.
 +
 +
You wind up with /var/www/wiki and nothing in httpd.conf
 +
 +
I found linking /var/www/html/wiki -> /var/www/wiki worked best, but still having a problem with CSS.
 +
 +
 +
 +
 +
  
 
== Ubuntu ==
 
== Ubuntu ==

Revision as of 16:08, 7 May 2013