Forum OpenACS Q&A: Response to Unable to get ACS working

Collapse
Posted by Jonathan Ellis on
Follow the installation guide

- Login as 'postgres' (the PostgreSQL super user) and create a user for AOLserver in PostgreSQL. If your AOLserver runs as 'nsadmin' , that should be the user to create with the command createuser nsadmin. In PG 6.5, you will be asked if the user is a super user and allowed to create dabatases, respond YES (y) to both. In PG 7 it will ask you if this user is allowed to create databases and if this user is allowed to create new users, respond YES (y) to both as well.

From now on, become the user AOLserver will connect to PostgreSQL as (e.g. nsadmin).

...