This is G o o g l e's cache of http://etp.museatech.net/etpdoc/install.
G o o g l e's cache is the snapshot that we took of the page as we crawled the web.
The page may have changed since that time. Click here for the current page without highlighting.
To link to or bookmark this page, use the following url: http://www.google.com/search?q=cache:ReiRsgzboSsC:etp.museatech.net/etpdoc/install+etp+documentation+site:etp.museatech.net&hl=en&ie=UTF-8


Google is not affiliated with the authors of this page nor responsible for its content.
These search terms have been highlighted: etp documentation 

A Musea Technologies Project

Installation instructions

Edit This Page Demonstration : ETP Documentation : Installation instructions

I'm assuming you've already installed OpenACS 4, loaded the data model, and you can see the "Congratulations!" page in your web browser. First, install the ETP package by navigating to the package manager (found at acs-admin/apm), and selecting "Load a new package from a URL or local directory". You may install the latest ETP distribution by entering http://etp.museatech.net/download/editthispage-1.0.apm.

The Package Manager will retrieve the package code, place it in your server's packages/editthispage directory, and perform the necessary database setup. When that's done, you'll need to restart your server to load all of the package's tcl code.

Now you may test the package by visiting the Site Map (found at admin/site-map), creating a new directory, selecting "new application", and choosing Edit This Page. Within that directory, anyone who has "write" permission will see a link that takes them to the ETP interface from which they may edit the content of the page.

However, you're not really having fun until you can modify your home page through your web browser. By entering the following commands, you'll set up your site so that Edit This Page can also serve pages at the top level of the URL hierarchy, including your home page. Doing this will not prevent access to the top-level admin pages; the acs-subsite package remains mounted at the top level.

cd /web/MYSERVER/www
mkdir index-backup
mv index* index-backup
ln -s ../packages/edittthispage/www/index.vuh .

luke@museatech.net