Forum OpenACS Q&A: running OpenACS in a windows environment

I want to run openACS on a windows machine, offline so I can learn.
But it looks like I can't because postgreSQL doesn't run on Windows.
Anyone knows otherwise ?
Collapse
Posted by Roberto Mello on
PostgreSQL does run on Windows, but you need the CygWin environment installed first.

Read the PostgreSQL documentation (User's Guide I think). It has instructions on how to get it running on Win32.

Collapse
Posted by Roberto Mello on
Looking at the PG administrator's guide, it looks like PostgreSQL will only run on NT/2000. Maybe someone has made it though. Search the mailing list archives in postgresql.org.
Collapse
Posted by Fred Yankowski on
PostgreSQL works fine on NT.  See http://www.ontosys.com/reports/postgresql.html for some notes on how I set it up.  That page refers to some other instructions that are very helpful.

I'm using PostgreSQL with Zope, via an ODBC driver.  I don't know if that driver would work with AOLserver.

There is a current discussion on the postgresql.org lists about how well it works on Win98.  It clearly does run at a basic level, but there are reports that regression tests fail when there are numerous concurrent connections to the database.