Forum OpenACS Q&A: Re: Unable to install openacs-5.9.0b2

Collapse
Posted by Sophia Orthoi on
Thanks!

# initdb -D /var/postgresql/data/ --no-locale -E UTF8
# createuser acs
# createdb acs

Generated:

postgres=# \l
                             List of databases
   Name    |  Owner   | Encoding | Collate | Ctype |   Access privileges   
-----------+----------+----------+---------+-------+-----------------------
 acs       | postgres | UTF8     | C       | C     | 
 postgres  | postgres | UTF8     | C       | C     | 
 template0 | postgres | UTF8     | C       | C     | =c/postgres          +
           |          |          |         |       | postgres=CTc/postgres
 template1 | postgres | UTF8     | C       | C     | =c/postgres          +
           |          |          |         |       | postgres=CTc/postgres
(4 rows)

And with this it was possible to install after starting the server with: 

# nsd -u acs -t conf/myacs.tcl

(myacs.tcl was adapted from conf/openacs-config.tcl delivered with the
naviserver). Filling the form, etc.

I do not know what will be consequences of --no-locale. Perhaps nor 
ordering nor conversion of upper/lower, at least for multibyte
simbols.

It was also possible to install with encoding=ctype=latin1 and collate=C.

Improving the documentation is not a bad idea. Perhaps with the help of
a wiki?

Well, I am doing this in my free time, and just testing. But perhaps I will
stay here for a longer time. I dont know.
Collapse
Posted by Antonio Pisano on
Hello Sophia,

I am glad you managed to install OpenACS. Let me inform you that one of the most important applications running on this platform is a wiki.

You will find that the pages around in this website can be edited by registered users. The package enabling this feature for an OpenACS installation is called xowiki

https://openacs.org/xowiki/xowiki

As OpenBSD is a quite unusual platform for our userbase, a step by step guide of your installation process would be a great contribution!

All the best

Antonio