Forum OpenACS Development: Win32-OpenACS Version 1.0

Collapse
Posted by Maurizio Martignano on
Dear all,
I've just compiled version 1.0 (15th of January 2007) of Win32-OpenACS: an actual native Win32 port (no Cygwin, no VMware) of OpenACS.

This version of Win32-OpenACS port consists of the following components:
1. aolserver-5.4.0
2. tcl-8.4.14
3. tDom-0.8.0
4. postgresql-8.2.0-1
5. openacs-5.3.0

The port can be obtained at the following URL:
http://www.friendlybits.com/en/inf_tec_en/win32openacs_en/

Hope it helps,
Maurizio

Collapse
Posted by Richard Perng on
Question. I am installing openacs. and every time the system tries to write to postgres, it asks me in the shell to add in the password. is there a way to circumvent this?

also, it appears that the error.log is not being written to and is just sort of displaying it in the shell buffer. I am running this on win2000 and I downloaded the “Microsoft Visual C++ 2005 Redistributable Package (x86)”

thanks!

Collapse
Posted by Maurizio Martignano on
Dear Richard,
openacs tries to call "psql -U <username> ..."

Did you configure the file "/aolserver/openacs/etc/config.tcl" and insert there the proper username and password for openacs?

You can try to start manually the command "psql -U <usernanm>..." from the same command promt window you use to launch openacs. Please check which error messages you're getting.

About the error.log your remak is correct. At the moment it is only available inside the shell buffer.