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;