Open Source Integrated Library System
 

Setting Up Evergreen For Real

This page is currently a stub. Please help to fill it in by adding useful information.

When you first install Evergreen there are some things you need to do to set it up before you can use it.

The following SQL can be used to delete the sample branches:

BEGIN;
DELETE FROM actor.org_unit WHERE id > 1;
DELETE FROM actor.org_address WHERE id > 1;
DELETE FROM actor.workstation WHERE owning_lib > 1;
COMMIT;
scratchpad/setup.txt · Last modified: 2010/11/11 13:02 by dyrcona
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Debian Driven by DokuWiki

© 2008-2013 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a member of Software Freedom Conservancy.