Table of Contents

Installing Woodchip

For Developers

Disclaimer

These will be changing over the next couple of months. These instructions are for Debian/[K]Ubuntu.

Installing...

$ apt-get install sun-java5-jdk ant
$ psql evergreen # as the Postgres admin
evergreen=# CREATE USER acq WITH ENCRYPTED PASSWORD 'acqpass' ; CREATE SCHEMA AUTHORIZATION acq;