acq:installing
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| acq:installing [2007/12/15 11:34] – erickson | acq:installing [2022/02/10 13:34] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | =====Installing Woodchip===== | ||
| + | |||
| + | ==== For Developers ==== | ||
| + | |||
| + | === Disclaimer === | ||
| + | |||
| + | These will be changing over the next couple of months. | ||
| + | These instructions are for Debian/ | ||
| + | |||
| + | === Installing... === | ||
| + | |||
| + | * Download OpenTaps (1.0.0-preview6) from https:// | ||
| + | * Install Java and Ant | ||
| + | < | ||
| + | * Woodchip is developed against Sun's JDK version 5. To see if that's the version you are using < | ||
| + | * If you are not using Sun's version and you would like to, make the change with < | ||
| + | * OR set your local JAVA_HOME environment variable < | ||
| + | * Configure Postgres. | ||
| + | < | ||
| + | $ psql evergreen # as the Postgres admin | ||
| + | evergreen=# CREATE USER acq WITH ENCRYPTED PASSWORD ' | ||
| + | </ | ||
| + | * Configure opentaps. | ||
| + | * edit framework/ | ||
| + | * change the first < | ||
| + | * search down the file for the ' | ||
| + | schema-name=" | ||
| + | jdbc-uri=" | ||
| + | jdbc-username=" | ||
| + | jdbc-password=" | ||
| + | * Remove .txt and run {{woodchip-build.sh.txt}} | ||
| + | * Edit applications/ | ||
| + | * See how it all looks by browsing to http:// | ||
| + | * Happy Acquiring and Serializing! | ||