InstallLocalMediaWiki

From Clothbot

(Difference between revisions)
Jump to: navigation, search
Revision as of 01:52, 3 January 2008 (edit)
AndrewPlumb (Talk | contribs)
(Steps)
← Previous diff
Revision as of 02:01, 3 January 2008 (edit)
AndrewPlumb (Talk | contribs)
(Steps)
Next diff →
Line 8: Line 8:
## Launch the pkg installer (mysql-5.0.45-osx10.4-i686.pkg) ## Launch the pkg installer (mysql-5.0.45-osx10.4-i686.pkg)
## Install the MySQLStartupItem.pkg to make automatic start-up easier to manage. ## Install the MySQLStartupItem.pkg to make automatic start-up easier to manage.
-# Download MediaWiki 
-## Read [http://www.mediawiki.org/wiki/Manual:Installation Installation Guide] 
# In your '''System Preferences''', go into '''Sharing''' and turn on '''Web Sharing''' # In your '''System Preferences''', go into '''Sharing''' and turn on '''Web Sharing'''
#* You should now be able to see an Apache web server running at http://localhost/ #* You should now be able to see an Apache web server running at http://localhost/
Line 16: Line 14:
##* uncomment: ''LoadModule php5_module libexec/apache2/libphp5.so'' ##* uncomment: ''LoadModule php5_module libexec/apache2/libphp5.so''
## '''sudo cp /etc/httpd/users/*.conf /etc/apache2/users/.''' ## '''sudo cp /etc/httpd/users/*.conf /etc/apache2/users/.'''
 +# Download MediaWiki
 +## Read [http://www.mediawiki.org/wiki/Manual:Installation Installation Guide]
 +## '''cd /Library/WebServer/Documents'''
 +## '''sudo mkdir wiki'''
 +## '''cd wiki'''
 +## '''sudo tar xvfz ~/Downloads/mediawiki-1.11.0.tar.gz'''
=References= =References=

Revision as of 02:01, 3 January 2008

How To Install a Local MediaWiki

Steps

  1. Download mysql-5.0.45-osx10.4-i686.dmg
    1. Read the included ReadMe.txt file
    2. Shut down any existing MySQL servers that are running
    3. Launch the pkg installer (mysql-5.0.45-osx10.4-i686.pkg)
    4. Install the MySQLStartupItem.pkg to make automatic start-up easier to manage.
  2. In your System Preferences, go into Sharing and turn on Web Sharing
    1. sudo vi /etc/apache2/httpd.conf
      • uncomment: LoadModule php5_module libexec/apache2/libphp5.so
    2. sudo cp /etc/httpd/users/*.conf /etc/apache2/users/.
  3. Download MediaWiki
    1. Read Installation Guide
    2. cd /Library/WebServer/Documents
    3. sudo mkdir wiki
    4. cd wiki
    5. sudo tar xvfz ~/Downloads/mediawiki-1.11.0.tar.gz

References

Personal tools