- -- - - - - - - - - - - - - - - - - - TrB.jpg Margaret.png Jkb.jpg JoeD.jpg Edbatchelor.jpg JimB.png DAD-TINT.JPG C03515.jpg

Difference between revisions of "Jessie"

From Batchelor-s
Jump to navigationJump to search
Line 25: Line 25:
 
to fit in with the odd things Debian does to Apache.
 
to fit in with the odd things Debian does to Apache.
  
[[httpd.conf]] in [[/etc/apache2]]
+
[[httpd.conf]] in [[/etc/apache2]]
  
[[htdocs]] in [[/var/www/]] (default)
+
[[htdocs]] in [[/var/www/]] (default)
  
logs in [[/var/log/apache2]] (default)
+
logs in [[/var/log/apache2]] (default)
  
  
Line 49: Line 49:
 
to [[/var/lib/mediawiki/config/]] etc.
 
to [[/var/lib/mediawiki/config/]] etc.
  
[[/var/lib/mediawiki/]] has [[config/]] [[extensions/]] and [[Images/]]  
+
[[/var/lib/mediawiki/]] has [[config/]] [[extensions/]] and [[Images/]]  
  
 
along with symlinks back to [[/usr/share/mediawiki/includes/]] [[/usr/share/mediawiki/index.php]] etc.
 
along with symlinks back to [[/usr/share/mediawiki/includes/]] [[/usr/share/mediawiki/index.php]] etc.

Revision as of 22:06, 3 January 2016

test apache

test mysql

  • mysql -h 127.0.0.1 -u root -p


Uncomment the alias line in /etc/mediawiki/apache.conf

Alias /mediawiki /var/lib/mediawiki

  • sudo nano /etc/mediawiki/apache.conf


test mediawiki

test permissions

  • ls -l

The Debian package does some odd things to MediaWiki

to fit in with the odd things Debian does to Apache.

httpd.conf in /etc/apache2

htdocs in /var/www/ (default)

logs in /var/log/apache2 (default)


Apache rules are added in /etc/mediawiki/apache.conf

The installer tells you to move the wiki configuration to /etc/mediawiki/LocalSettings.php

1-1-16 never get to installer - http://localhost/mediawiki

  • Not found

The MediaWiki code is in /usr/share/mediawiki/ but

LocalSettings.php and AdminSettings.php are symlinks

to /etc/mediawiki/LocalSettings.php and /etc/mediawiki/AdminSettings.php

config/ extensions/ and images/ are symlinks

to /var/lib/mediawiki/config/ etc.

/var/lib/mediawiki/ has config/ extensions/ and Images/

along with symlinks back to /usr/share/mediawiki/includes/ /usr/share/mediawiki/index.php etc.