Re: Lion and WO

2011-08-06 Thread Johan Henselmans

Op 7 aug. 2011, om 06:37 heeft Ramsey Gurley het volgende geschreven:

> Not entirely fine…
> 
> Just in case anyone is trying to install Postgres on a clean install of Lion, 
> you'll hit a snag at the very end of the installer that prevents the creation 
> of the initial database and installation of the apps in /Applications.  Until 
> the Postgres people fix this in their install script, you'll need to:
> 
> sudo dscl . -append /Users/_postgres RecordName postgres
> sudo dscl . -append /Groups/_postgres RecordName postgres
> sudo dscl . -change /Users/_postgres UserShell /usr/bin/false /bin/bash
> 

In Lion Server postgresql is directly available, instead of Mysql. I do not 
know about Lion Client, I upgrade my MacBookPro to Lion, and my macports 
postgresql just continued to run. I would go the macports route anyway. 

> The first two commands will alias the underscore username with a 
> username/group the install script expects. The third line is necessary to su 
> to the postgres user.  It seems all three are required prior to running the 
> installer in order to get it to complete normally.
> 
> Ramsey
> 
> On Jul 25, 2011, at 4:24 PM, Andy 'Dru' Satori wrote:
> 
>> PostgreSQL is just fine in lion
>> 
>> Andy 'Dru' Satori - all typos courtesy of fat finger and an iPad
>> 
>> On Jul 25, 2011, at 7:15 PM, Ramsey Gurley  wrote:
>> 
>>> Postgresql?
>>> 
>>> On Jul 25, 2011, at 11:38 AM, Tim Worman wrote:
>>> 
 The only problem I had was that I had to use Direct Connect in Lion - 
 probably a config problem somewhere. I'm stuck in Snow Leopard for dev 
 right now since my current database doesn't install in Lion.
 
 Tim Worman
 UCLA GSE&IS
 
 
 On Jul 20, 2011, at 10:08 AM, Mike Schrag wrote:
 
> yes, long ago .. works fine.
> 
> On Jul 20, 2011, at 1:06 PM, Simon wrote:
> 
>> what about upgrading a dev machine - anyone braved it yet ?
>> 
>> On 20 July 2011 16:32, Pascal Robert  wrote:
>>> Just before people start asking. I installed Lion Server on a Mac Mini 
>>> Server and the Wonder variants of wotaskd and Monitor works well. 
>>> Apache WO adaptor compiles correctly too. But Java is not 
>>> pre-installed, so just start any Java process (a simple call to 
>>> /usr/bin/java will do) and Finder will ask you if you want to install 
>>> Java. If you say so, it will download Java 1.6 (from Apple) and install 
>>> it. ___
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>>> Help/Unsubscribe/Update your Subscription:
>>> http://lists.apple.com/mailman/options/webobjects-dev/simon%40potwells.co.uk
>>> 
>>> This email sent to si...@potwells.co.uk
>>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/webobjects-dev/mschrag%40pobox.com
>> 
>> This email sent to msch...@pobox.com
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/lists%40thetimmy.com
> 
> This email sent to li...@thetimmy.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com
 
 This email sent to rgur...@smarthealth.com
>>> 
>>> ___
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>>> Help/Unsubscribe/Update your Subscription:
>>> http://lists.apple.com/mailman/options/webobjects-dev/dru%40druware.com
>>> 
>>> This email sent to d...@druware.com
>>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/webobjects-dev/ramseygurley%40gmail.com
>> 
>> This email sent to ramseygur...@gmail.com
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/we

Re: Lion and WO

2011-08-06 Thread Ramsey Gurley
Not entirely fine…

Just in case anyone is trying to install Postgres on a clean install of Lion, 
you'll hit a snag at the very end of the installer that prevents the creation 
of the initial database and installation of the apps in /Applications.  Until 
the Postgres people fix this in their install script, you'll need to:

sudo dscl . -append /Users/_postgres RecordName postgres
sudo dscl . -append /Groups/_postgres RecordName postgres
sudo dscl . -change /Users/_postgres UserShell /usr/bin/false /bin/bash

The first two commands will alias the underscore username with a username/group 
the install script expects. The third line is necessary to su to the postgres 
user.  It seems all three are required prior to running the installer in order 
to get it to complete normally.

Ramsey

On Jul 25, 2011, at 4:24 PM, Andy 'Dru' Satori wrote:

> PostgreSQL is just fine in lion
> 
> Andy 'Dru' Satori - all typos courtesy of fat finger and an iPad
> 
> On Jul 25, 2011, at 7:15 PM, Ramsey Gurley  wrote:
> 
>> Postgresql?
>> 
>> On Jul 25, 2011, at 11:38 AM, Tim Worman wrote:
>> 
>>> The only problem I had was that I had to use Direct Connect in Lion - 
>>> probably a config problem somewhere. I'm stuck in Snow Leopard for dev 
>>> right now since my current database doesn't install in Lion.
>>> 
>>> Tim Worman
>>> UCLA GSE&IS
>>> 
>>> 
>>> On Jul 20, 2011, at 10:08 AM, Mike Schrag wrote:
>>> 
 yes, long ago .. works fine.
 
 On Jul 20, 2011, at 1:06 PM, Simon wrote:
 
> what about upgrading a dev machine - anyone braved it yet ?
> 
> On 20 July 2011 16:32, Pascal Robert  wrote:
>> Just before people start asking. I installed Lion Server on a Mac Mini 
>> Server and the Wonder variants of wotaskd and Monitor works well. Apache 
>> WO adaptor compiles correctly too. But Java is not pre-installed, so 
>> just start any Java process (a simple call to /usr/bin/java will do) and 
>> Finder will ask you if you want to install Java. If you say so, it will 
>> download Java 1.6 (from Apple) and install it. 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/webobjects-dev/simon%40potwells.co.uk
>> 
>> This email sent to si...@potwells.co.uk
>> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/mschrag%40pobox.com
> 
> This email sent to msch...@pobox.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/webobjects-dev/lists%40thetimmy.com
 
 This email sent to li...@thetimmy.com
>>> 
>>> ___
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>>> Help/Unsubscribe/Update your Subscription:
>>> http://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com
>>> 
>>> This email sent to rgur...@smarthealth.com
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> http://lists.apple.com/mailman/options/webobjects-dev/dru%40druware.com
>> 
>> This email sent to d...@druware.com
>> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/ramseygurley%40gmail.com
> 
> This email sent to ramseygur...@gmail.com



smime.p7s
Description: S/MIME cryptographic signature
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: EOModelDoc output no longer viewable with Safari 5.1, Firefox 5.0.1

2011-08-06 Thread Paul Hoadley
On 03/08/2011, at 1:20 PM, Paul Hoadley wrote:

> Does eomodeler.jar get built with any regularity (can't find it on mDimension 
> Jenkins), or should we just extract those templates and use them externally?

Pulling out the latest templates from GitHub and running eomodeldoc.jar with 
the '-templates' option works fine, but, just for the record, does 
eomodeldoc.jar get built anywhere regularly?


-- 
Paul.

http://logicsquad.net/


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com