summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md14
-rwxr-xr-xbootstrap.sh3
2 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..dbc3039
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+jesterpm-build-tools
+========================
+
+This is a collection of ant configs and scripts for bootstrapping and compiling
+projects using Tomcat or Cassandra.
+
+Usage
+-------
+
+1. Clone the repository somewhere.
+2. Run bootstrap.sh
+
+bootstrap.sh will create a properties file in your $HOME telling other projects
+where to find the scripts.
diff --git a/bootstrap.sh b/bootstrap.sh
new file mode 100755
index 0000000..8b6d784
--- /dev/null
+++ b/bootstrap.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+scripts/create-properties.sh