Is there something like MAMP, but uses PostgreSQL instead? I found a
couple PostgreSQL dmg’s, but one was < 8.x. For those who use PostgreSQL
on Mac, how’d you install it (fink, package, please don’t say compile!)?
Thanks,
Joe
Is there something like MAMP, but uses PostgreSQL instead? I found a
couple PostgreSQL dmg’s, but one was < 8.x. For those who use PostgreSQL
on Mac, how’d you install it (fink, package, please don’t say compile!)?
Thanks,
Joe
On 24 Jun 2006, at 08:04, Joe R. wrote:
Is there something like MAMP, but uses PostgreSQL instead? I found a
couple PostgreSQL dmg’s, but one was < 8.x. For those who use
PostgreSQL
on Mac, how’d you install it (fink, package, please don’t say
compile!)?
Following the instructions at:
http://www.entropy.ch/software/macosx/postgresql/
Best regards
Peter De Berdt
On Jun 24, 2006, at 15:04 , Joe R. wrote:
Is there something like MAMP, but uses PostgreSQL instead? I found a
couple PostgreSQL dmg’s, but one was < 8.x. For those who use
PostgreSQL
on Mac, how’d you install it (fink, package, please don’t say
compile!)?
There’s a PostgreSQL port available via Darwinports.
Michael G.
grzm seespotcode net
Thanks for the replies everybody. I also found PostgreSQLX:
http://perso.orange.fr/bruno.gaufier/xhtml/prod_postgresql.xhtml
It’s just an app that you click to launch (yay), but it’s 7.x.
Joe
On Jun 24, 2006, at 1:04 AM, Joe R. wrote:
Is there something like MAMP, but uses PostgreSQL instead? I found a
couple PostgreSQL dmg’s, but one was < 8.x. For those who use
PostgreSQL
on Mac, how’d you install it (fink, package, please don’t say
compile!)?Thanks,
Joe
Try this
http://www.robbyonrails.com/articles/2006/05/29/install-ruby-rails-
and-postgresql-on-osx
–
Robby R.
Founder & Executive Director
PLANET ARGON, LLC
Ruby on Rails Development, Consulting & Hosting
+1 503 445 2457
+1 877 55 ARGON [toll free]
+1 815 642 4068 [fax]
Joe,
look at this: Magic3ドキュメント , it’s only japanese, I
know…
and I can’t understand a word… but looking at the screenshoots it
seems
like a nice frontend gui for Postgresql 8.1.4 for Mac OS X (PPC and
Binary).
Let me know how it works if you have the courage I hadn’t to install it
on a
test machine!
View this message in context:
http://www.nabble.com/PostgreSQL-on-Mac--t1839765.html#a5034625
Sent from the RubyOnRails Users forum at Nabble.com.
You can also take a look at EnterpriseDB. It’s Postgres with
extensions to make it handle Oracle PL/SQL better. Their main selling
point is they’ve added ‘Oracle compatibility’ to PostgreSQL. They have
an OS X version with a front end GUI but it’s 8.0.x and not 8.1.x …
If you decide to use it with Rails, be aware that it doesn’t have a
Unix domain socket that I am aware of and it uses port 5444 to
communicate. So you would have to use TCP/IP port 5444 in your
database.yml if you go this route …
– G.
On Sat, Jun 24, 2006 at 08:04:06AM +0200, Joe R. wrote:
} Is there something like MAMP, but uses PostgreSQL instead? I found a
} couple PostgreSQL dmg’s, but one was < 8.x. For those who use
PostgreSQL
} on Mac, how’d you install it (fink, package, please don’t say
compile!)?
I just installed with fink, no sweat.
fink install postgresql81
} Thanks,
} Joe
–Greg
On 6/24/06, Joe R. [email protected] wrote:
Is there something like MAMP, but uses PostgreSQL instead? I found a
couple PostgreSQL dmg’s, but one was < 8.x. For those who use PostgreSQL
on Mac, how’d you install it (fink, package, please don’t say compile!)?
I compiled it. It was trivial to do so, and the documentation on the
PostgreSQL site is pretty good.
– James
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs