Forum OpenACS Q&A: Does load-data-model.sql create all tables?

I have OpenACS 3.2.2 installed, but attempts at activating modules in
the administrative pages result in errors, like table does not exist,
relation does not exist.

Regarding  load-data-model.sql , is it supposed to create all the
tables for all the modules?

Are the individual .sql files supposed to be executed in psql? Like
by-hand from the command line before using the administrative web
pages?

Thanks for a reply.

Collapse
Posted by Don Baccus on
This is strictly an RTFM issue, as the installation guide tells you exactly what to do.

In brief...

First you must customize <pageroot>/parameters/ad.tcl and the aolserver nsd.tcl scripts.

You run load-geo-tables in <pageroot>/install next.

Then you run psql -f load-data-model.sql in <pageroot>/doc/sql

Please read, and follow, the installation guide.