Re: Questions about MediWiki port

2014-08-01 Thread William H. Magill

On Aug 1, 2014, at 1:29 AM, Ryan Schmidt ryandes...@macports.org wrote:

 On Jul 31, 2014, at 9:18 PM, William H. Magill mag...@mac.com wrote:
 
 What I was wondering about was the fact that OSX Server includes Apple's 
 installation of Apache, PHP, SQL and ???
 
 MacPorts does not use any of it. 
 
 Though if you're running an SQL server provided by OS X server, you could 
 certainly configure e.g. a PHP web app like Mediawiki to use it. MacPorts 
 will not however use that SQL's server's libraries to communicate with that 
 SQL server; it'll instead install its own copies of those libraries.


 I had been running OSX Server's web server successfully, and upon installing 
 Media Wiki (and all of its dependencies) was immediately confronted by:
 
 Internal Server Error
. . .
 ===
 I can't say that the error is unexpected. 
 Now I just have to figure out what to turn off and what to re-configure.

That situation proved to be trivial -- i.e. a simple reboot cleared the 
error, and restored the functionality of Apple's Web server.
I suspect  that simply stopping and restarting Apple's web server using the 
Server Manager application would have had the same effect, but I did not try 
that first.


T.T.F.N.
William H. Magill

mag...@icloud.com
mag...@mac.com
whmag...@gmail.com








___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Questions about MediWiki port

2014-07-31 Thread Bradley Giesbrecht

On Jul 31, 2014, at 12:25 PM, William H. Magill mag...@mac.com wrote:

 1- How does the MacPorts installation of MediaWiki integrate with OSX Server 
 under Maverick -- OSX 10.9.4 and Server 3.1.2. (anybody tried it with 
 Yosemite yet?)

The MacPorts MediaWiki port installs the MediaWiki files and some basic 
dependencies. The configuration is left to the MacPorts user.
If by  integrate you are looking for OpenDirectory integration have a look at 
this MediaWiki extension [1]

 2- Does the MediaWiki port integrate with ImageMagick or GD?

These are MediaWiki configuration options you will need to do yourself [2].

To use the MacPorts ImageMagick convert command adding this to 
LocalSettings.php should do the trick.
$wgUseImageMagick = true;
$wgImageMagickConvertCommand = /opt/local/bin/convert;

Note: presumes MacPorts default prefix.

 3- The port listed in the portfiles web-page was version 1.17.0  last updated 
 7 months ago
 The current version of MediaWiki (just released  7/30) is either 1.23.2 or 
 1.22.9  -- apparently the intervening releases were security releases.

Look at MacPorts Trac Reports [3] for an Update ticket and if none exist open 
a new Update ticket [4] following the Trac Ticket guide [5].

 Anybody else working with MediaWiki on OSX Server?

Not specifically OS X Server but I have installed MediaWiki many times over 
many different OS X versions. I have not used the MediaWiki LDAP extension to 
auth using OS X Servers OpenDirectory but I am about to try. You are welcome to 
email me privately if share our progress.


[1] http://www.mediawiki.org/wiki/Extension:LDAP_Authentication
[2] 
http://www.mediawiki.org/wiki/Manual:Installing_third-party_tools#ImageMagick
[3] https://trac.macports.org/report/16?max=100PORT=mediawiki
[4] https://trac.macports.org/newticket
[5] https://trac.macports.org/wiki/TracTickets


Regards,
Bradley Giesbrecht (pixilla)



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Questions about MediWiki port

2014-07-31 Thread Eric Gallager
On Thu, Jul 31, 2014 at 5:30 PM, Bradley Giesbrecht pixi...@macports.org
wrote:

  On Jul 31, 2014, at 12:25 PM, William H. Magill mag...@mac.com wrote:
  3- The port listed in the portfiles web-page was version 1.17.0  last
 updated 7 months ago
  The current version of MediaWiki (just released  7/30) is either 1.23.2
 or 1.22.9  -- apparently the intervening releases were security releases.

 Look at MacPorts Trac Reports [3] for an Update ticket and if none exist
 open a new Update ticket [4] following the Trac Ticket guide [5].


One does actually already exist; I opened it a while ago:
https://trac.macports.org/ticket/39053

[3] https://trac.macports.org/report/16?max=100PORT=mediawiki
 [4] https://trac.macports.org/newticket
 [5] https://trac.macports.org/wiki/TracTickets


 Regards,
 Bradley Giesbrecht (pixilla)

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Questions about MediWiki port

2014-07-31 Thread Bradley Giesbrecht

On Jul 31, 2014, at 3:40 PM, Eric Gallager eg...@gwmail.gwu.edu wrote:

 On Thu, Jul 31, 2014 at 5:30 PM, Bradley Giesbrecht pixi...@macports.org 
 wrote:
 On Jul 31, 2014, at 12:25 PM, William H. Magill mag...@mac.com wrote:
  3- The port listed in the portfiles web-page was version 1.17.0  last 
  updated 7 months ago
  The current version of MediaWiki (just released  7/30) is either 1.23.2 or 
  1.22.9  -- apparently the intervening releases were security releases.
 
 Look at MacPorts Trac Reports [3] for an Update ticket and if none exist 
 open a new Update ticket [4] following the Trac Ticket guide [5].
 
 One does actually already exist; I opened it a while ago: 
 https://trac.macports.org/ticket/39053

Updated to 1.23.2.
https://trac.macports.org/changeset/122857


Regards,
Bradley Giesbrecht (pixilla)



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Questions about MediWiki port

2014-07-31 Thread William H. Magill

On Jul 31, 2014, at 5:30 PM, Bradley Giesbrecht pixi...@macports.org wrote:

 
 On Jul 31, 2014, at 12:25 PM, William H. Magill mag...@mac.com wrote:
 
 1- How does the MacPorts installation of MediaWiki integrate with OSX Server 
 under Maverick -- OSX 10.9.4 and Server 3.1.2. (anybody tried it with 
 Yosemite yet?)
 
 The MacPorts MediaWiki port installs the MediaWiki files and some basic 
 dependencies. The configuration is left to the MacPorts user.
 If by  integrate you are looking for OpenDirectory integration have a look 
 at this MediaWiki extension [1]

What I was wondering about was the fact that OSX Server includes Apple's 
installation of Apache, PHP, SQL and ???

It's like OSX itself -- Apple hides a lot of stuff under the hood -- and it 
takes a lot of work to sort out what is and is not present, and where.

And it is compounded by the fact that OSX Server is even less documented than 
OSX.


T.T.F.N.
William H. Magill
# iMac11,3 Core i7 [2.93GHz - 8 GB 1067MHz] OS X 10.9.4
# Macmini6,1 Intel Core i5 [2.5 Ghz - 4GB 1600MHz] OS X 10.9.5 OSX Server 3.1.2

mag...@icloud.com
mag...@mac.com
whmag...@gmail.com








___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Questions about MediWiki port

2014-07-31 Thread William H. Magill

On Jul 31, 2014, at 5:30 PM, Bradley Giesbrecht pixi...@macports.org wrote:

 
 On Jul 31, 2014, at 12:25 PM, William H. Magill mag...@mac.com wrote:
 
 1- How does the MacPorts installation of MediaWiki integrate with OSX Server 
 under Maverick -- OSX 10.9.4 and Server 3.1.2. (anybody tried it with 
 Yosemite yet?)
 
 The MacPorts MediaWiki port installs the MediaWiki files and some basic 
 dependencies. The configuration is left to the MacPorts user.
 If by  integrate you are looking for OpenDirectory integration have a look 
 at this MediaWiki extension [1]

I had been running OSX Server's web server successfully, and upon installing 
Media Wiki (and all of its dependencies) was immediately confronted by:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to 
complete your request.

Please contact the server administrator, ad...@example.com and inform them of 
the time the error occurred, and anything you might have done that may have 
caused the error.

More information about this error may be available in the server error log.

Apache/2.2.26 (Unix) DAV/2 PHP/5.4.24 mod_ssl/2.2.26 OpenSSL/0.9.8y Server at 
www.mcgillsociety.org Port 80
===
I can't say that the error is unexpected. 
Now I just have to figure out what to turn off and what to re-configure.

T.T.F.N.
William H. Magill
# iMac11,3 Core i7 [2.93GHz - 8 GB 1067MHz] OS X 10.9.4
# Macmini6,1 Intel Core i5 [2.5 Ghz - 4GB 1600MHz] OS X 10.9.5 OSX Server 3.1.2

mag...@icloud.com
mag...@mac.com
whmag...@gmail.com






___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Questions about MediWiki port

2014-07-31 Thread Ryan Schmidt

On Jul 31, 2014, at 9:18 PM, William H. Magill mag...@mac.com wrote:
 
 What I was wondering about was the fact that OSX Server includes Apple's 
 installation of Apache, PHP, SQL and ???

MacPorts does not use any of it. 

Though if you're running an SQL server provided by OS X server, you could 
certainly configure e.g. a PHP web app like Mediawiki to use it. MacPorts will 
not however use that SQL's server's libraries to communicate with that SQL 
server; it'll instead install its own copies of those libraries.

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users