From | Richard Managh |
Date | Fri, 26 Oct 2007 15:50:45 +1300 |
Subject | Re: [greenstone-users] Starting with greenston |
In-Reply-To | (4720A82F-5040909-cirma-org-gt) |
Hi
Oscar, If you want to serve a greenstone library on the web, when you install greenstone you need to install the web library version. You can choose this when you install. If you install the web library version, I believe the installer itself tells you how to install it with apache. As an example, PART of what you add to your apache configuration file might be something like: ScriptAlias /cgi-bin "/var/www/gsdl/cgi-bin" <Directory "/var/www/gsdl/cgi-bin"> AllowOverride None Options FollowSymLinks Order allow,deny Allow from all </Directory> Alias / "/var/www/gsdl/" <Directory "/var/www/gsdl/"> Options Indexes MultiViews FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> Good luck, Richard. -- DL Consulting Greenstone Digital Library and Digitisation Specialists contact@dlconsulting.com www.dlconsulting.com Oscar Farfán wrote: Hello list I'm new on this one |