I am trying to install OpenACS 4.x on my Windows 98 to do some
development on my notebook. I have PostgreSQL running in Cygwin and
AOLServer running on Windows. I have used this config before for
OpenACS 3.x and it worked fine.
I got as far as the welcome page, got database, nsxml, nscache,
nssha1 installed no complains from the installation script. When I
click NEXT the script calls 'psql' which, in my configuration, is
located in CYGWIN (actually on my c:cygwinin) and I got an error
in my log saying that it can't locate psql.
I tried adding the 'pgbin' param in the config file but nothing
happens (my understanding is that pgbin will work if you have
AOLServer and PostgreSQL running on the same environment which is not
true in my case).
Anyway, I manually loaded the 'acs-kernal-create.sql' and refresh the
page. The installation then continued for a while and now I'm stuck
again when the script call 'psql' once again. This time it's
loading 'acs-install.sql'. I tried to manually load this sql file,
but didn't work this time.
My questions:
1. Is there any way to get psql to work in my configuration?
2. if not, is there a way to manually install OpenACS 4.x without
going through the web-based process?