Forum OpenACS Development: Response to Continuing with Edit This Page

Collapse
Posted by Jon Griffin on
I just installed this and can't seem to get the thing to work. It seems that:
cd /web/MYSERVER/www
mkdir index-backup
mv index* index-backup
ln -s ../packages/edit-this-page/www/index.vuh .

doesn't allow me to edit. Also my package is mounted at /etp and all pages are relative to this. I must be confused.
One other thing that breaks is:
etp::modify_application default {
    index_template        www/templates/article-index
    content_template      www/templates/article-content
}   
breaks the link and gives me a not found error.

Am I missing something stupid?