[OPEN-ILS-DEV] How to manage library branches in debian vmware
image
Dan Scott
denials at gmail.com
Sun Mar 16 19:00:35 EDT 2008
On 16/03/2008, Ryan Laverdiere <ryan484lav at gmail.com> wrote:
>
>
> How can I edit branches in the debian vmware image?
Hi Ryan:
Open /etc/apache2/sites-available/eg.conf in a text editor:
nano /etc/apache2/sites-available/eg.conf
Change "Allow from 192." to "Allow from all" in the <Directory
"/openils/var/cgi-bin"> section to enable access to the cgi-bin
configuration scripts.
Then force apache to reload the config file:
/etc/init.d/apache2 force-reload
Now you should be able to load the config scripts in your browser at
the following address:
http://<ip address>/cgi-bin/config.cgi
Note that after you change branch names, add branches, etc., you'll
have to run autogen.sh to make the changes visible in the staff client
and the OPAC:
su - opensrf
autogen.sh /openils/conf/opensrf_core.xml
I'll make this the default setting in the image, even though it's an
insecure setting, because the VMWare image is after all just a demo
version of Evergreen.
--
Dan Scott
Laurentian University
More information about the Open-ils-dev
mailing list