Forum OpenACS Q&A: Re: Res: New OpenACS Tutorial

Collapse
Posted by Hector Amado on
Hi César!, thanks for this great tutorial, i have some suggestions,

I tried the tutorial using:
sudo apt-get install postgresql-8.3
and works fine.

In page 7, after you start the OpenACS service you can explain the user to browse http://localhost:8000 and fill the form an start the installation scripts for OpenACS and restart the service because if you don't do this you can't try http://localhost:8000/helloworld (it shows a blank page)

In page 8, normal user doesn't have permissions to write on /usr/share/openacs/www maybe you can explain how to change permissions like:

sudo usermod -a -G www-data ubuntuuser
sudo chmod -R 775 /usr/share/openacs/www

logout and login

In page 15, you have the information to create a package, but if you follow all steps you get:

The package key should contain only letters, numbers, and hyphens (dashes) and it must be lowercase.

You should write todo instead of Todo for the Package Key value.

Best regards,
Hector