
Some parts of this message have been removed.
Learn more about Nabble's
security policy.
yum update
in terminal window. This was done last night and I left it on. It seems that it needs a lot of time. Do I really need to run this always during the installation process?
Then I had to type:
yum install xxxx
packages. What list of packages ( RPM ) packages? I STOPPED HERE.
What to type after "yum install" command, please? I was asked for the list of packages.
What is missing in yum.conf file?
After this, I should Install and configure database. Is this correct (after assuming that necessary PostgreSQL server packages are installed)?
Create dbase and dbase user:
$ su – root
# su – postgres
$ createdb Ogo
$ createuser –A –D Ogo
Load dbase schema stored in a file pg-build-schema.psql:
/usr/local/lib/opengroupware.org-1.1a/commands/OGo.model/Resources/pg- build-schema.psql
$ pushd /usr/local/lib/opengroupware.org-1.1a/commands/OGo.model
$ psql -h localhost OGo OGo
Welcome to psql 7.3.3, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help on internal slash commands
\g or terminate with semicolon to execute query
\q to quit
OGo=> \i Resources/pg-build-schema.psql
[output cut]
OGo=> \q
Before check the TCP/IP connection:
psql -h localhost OGo Ogo
Then the Apache (httpd service) and ogo-webui should be started.
httpd://[groupware server IP address]/OpenGroupware
Please, can someone answer is this install procedure ok?
Thanks!