Open main menu

CDOT Wiki β

Changes

OPS235 Assignment 2 OLD

360 bytes removed, 22:00, 31 March 2010
MediaWiki
#* Set up a database password
#* Get MediaWiki to set up the superuser account by checking the appropriate box and entering the superuser password ('''Note:''' This is the database superuser password, NOT the root password).
# Click the "Install MediaWiki!" button The installation '''will fail'''. This is because the SELinux policy forbids connections from web scripts to the local database server.# To fix this, you will need to change an SELinux boolean to enable httpd scripts to connect to a database. Find the SELinux boolean that permits this type of connection, and set the appropriate value.# Re-submit the MediaWiki setup page.# Once the setup is complete, you will need to move a file within the MediaWiki directory (inside <code>/var/www</code>). Refer to the directions on in the screenconfirmation web page.
When you are done, you should be able to go to <code>http://'''hostname'''/wiki</code> from any directly-connected machine.