From 944a4830c1323aeb43425773d7706e611fa8f192 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Sun, 29 Jul 2012 10:09:49 -0500 Subject: [PATCH] * adding README --- README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 000000000..f44ddd1f8 --- /dev/null +++ b/README @@ -0,0 +1,21 @@ +jam-db +====== + +Schema migrations for the jam-db database + +Overview +-------- +jam-db defines the migrations that comprise the jam-db database. + +Environment +----------- +* [rvm](https://rvm.io/) with ruby 1.9.3 installed and activated. rvm needs to be activated in your shell (the installation process does this) +* bash . If on windows, use git bash or cygwin. Bash is used as the build script technology. (could change very easily) +* $IVY defined as path to the [apache ivy jar](http://ant.apache.org/ivy/download.cgi). Download the latest ivy from here, extract somewhere, and create an IVY environment variable with a path to the ivy.jar. For example, in my bash.profile: `export IVY=/Users/seth/workspace/apache-ivy-2.3.0-rc1/ivy-2.3.0-rc1.jar` + + + + + + +