Local Store on Mac?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
bpi
Reply | Threaded
Open this post in threaded view
|

Local Store on Mac?

bpi
I think about setting up a local Store on my Mac. I searched for this  
in the mailing list archive but did not find anything on this topic.  
In the Source Code Management Guide there is no reference specific to  
Mac OS X either.

What is the best way to do that?
I guess PostgreSQL is my only option?
Are there any traps to be aware of?

I'd be thankful for any advice.

Cheers,
Bernhard

Reply | Threaded
Open this post in threaded view
|

Re: Local Store on Mac?

Alan Knight-2
Postgresql does seem likely to be the main option. I believe there are as yet no Oracle drivers for Intel MacOSX, and I suspect SQL Server isn't available. But Postgresql works nicely under MacOSX. I've used it for several years for my local repository, and have had no issues. For database maintenance tasks the PGAdmin tool is nice, but at least used to be Windows-only.

At 08:23 AM 12/1/2007, Bernhard Pieber wrote:
I think about setting up a local Store on my Mac. I searched for this 
in the mailing list archive but did not find anything on this topic. 
In the Source Code Management Guide there is no reference specific to 
Mac OS X either.

What is the best way to do that?
I guess PostgreSQL is my only option?
Are there any traps to be aware of?

I'd be thankful for any advice.

Cheers,
Bernhard

--
Alan Knight [|], Cincom Smalltalk Development
Reply | Threaded
Open this post in threaded view
|

Re: Local Store on Mac?

Ed Hynes
In reply to this post by bpi
Bernhard,

I used Marc Liyange's PostgreSQL package (http://www.entropy.ch/ 
software/macosx/postgresql/) to install it on my Mac and then  
followed the instructions in the Source Code Management Gudie.  Other  
than initially forgetting to poke a hole in the firewall for remote  
access, everything "just worked" :^).

Regards,
Ed


On Dec 1, 2007, at 8:23 AM, Bernhard Pieber wrote:

> I think about setting up a local Store on my Mac. I searched for  
> this in the mailing list archive but did not find anything on this  
> topic. In the Source Code Management Guide there is no reference  
> specific to Mac OS X either.
>
> What is the best way to do that?
> I guess PostgreSQL is my only option?
> Are there any traps to be aware of?
>
> I'd be thankful for any advice.
>
> Cheers,
> Bernhard
>


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Local Store on Mac?

Andre Schnoor
In reply to this post by Alan Knight-2

Alan Knight wrote:
Postgresql does seem likely to be the main option. I believe there are as yet no Oracle drivers for Intel MacOSX, and I suspect SQL Server isn't available. But Postgresql works nicely under MacOSX. I've used it for several years for my local repository, and have had no issues. For database maintenance tasks the PGAdmin tool is nice, but at least used to be Windows-only.

pgAdmin is also available for MacOS X:
http://www.pgadmin.org/download/macosx.php

HTH
Andre
bpi
Reply | Threaded
Open this post in threaded view
|

Re: Local Store on Mac?

bpi
In reply to this post by Ed Hynes
Alan, Ed,
Thanks to your help I managed to set up a local Store repository  
using PostgreSQL on Mac OS X.

It did not go very smooth because of my lack of previous knowledge  
about both, Store and PostgreSQL. Perhaps worth noting:
1. The environment name 192.168.1.34_storedb did not work. When I  
changed it to localhost:5432_storedb it worked.
2. I had to use bern instead of BERN to avoid a debugger when  
installing the Store tables.
3. pgAdmin3 works on Mac OS X and was very helpful.

Thank you very much!

Cheers,
Bernhard

Am 01.12.2007 um 15:58 schrieb Ed Hynes:

> Bernhard,
>
> I used Marc Liyange's PostgreSQL package (http://www.entropy.ch/ 
> software/macosx/postgresql/) to install it on my Mac and then  
> followed the instructions in the Source Code Management Gudie.  
> Other than initially forgetting to poke a hole in the firewall for  
> remote access, everything "just worked" :^).
>
> Regards,
> Ed
>
>
> On Dec 1, 2007, at 8:23 AM, Bernhard Pieber wrote:
>
>> I think about setting up a local Store on my Mac. I searched for  
>> this in the mailing list archive but did not find anything on this  
>> topic. In the Source Code Management Guide there is no reference  
>> specific to Mac OS X either.
>>
>> What is the best way to do that?
>> I guess PostgreSQL is my only option?
>> Are there any traps to be aware of?
>>
>> I'd be thankful for any advice.
>>
>> Cheers,
>> Bernhard
>>
>

bpi
Reply | Threaded
Open this post in threaded view
|

Re: Local Store on Mac?

bpi
In reply to this post by Andre Schnoor
Thanks for your suggestion. I have found it.

By the way, your music apps look really great! I found them today and  
plan to get myself a copy of Harmony Navigator soon.

Cheers,
Bernhard


Am 01.12.2007 um 16:41 schrieb Andre Schnoor:

>
> Alan Knight wrote:
>>
>> Postgresql does seem likely to be the main option. I believe there  
>> are as yet no Oracle drivers for Intel MacOSX, and I suspect SQL  
>> Server isn't available. But Postgresql works nicely under MacOSX.  
>> I've used it for several years for my local repository, and have  
>> had no issues. For database maintenance tasks the PGAdmin tool is  
>> nice, but at least used to be Windows-only.
>>
> pgAdmin is also available for MacOS X:
> http://www.pgadmin.org/download/macosx.php
>
> HTH
> Andre