I gave up installing personi to an ibay. I was able to install it to the primary. Here's what I've done:
1. Install with rpm command:
#rpm -Uhv PersonIOffice-1.x-x.i386.rpm
2. Modify ownership:
# cd /home/httpd/html
# chown -R www:shared ./personi
# cd /home/httpd/cgi-bin
# chown -R www:shared ./personi
3. Move files to the primary ibay:
# cd /home/httpd/html
# tar cf - ./personi | ( cd /home/e-smith/files/primary/html ; tar xf -)
# rm -rf ./personi
# cd /home/httpd/cgi-bin
# tar cf - ./personi | ( cd /home/e-smith/files/primary/cgi-bin ; tar xf -)
# rm -rf ./personi
4. Open
http://www.yourdomain.xxx/cgi-bin/personi.cgi and log in as user "Administrator" with password "personi"
It's a nice groupware application, a lot clearer than PHProjekt we've been using.
The only thing that does not work for me is the e-mail download function. It returns html 500 error (Server Error). It would be nice if someone was able to figure this one out.