diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2014-07-25 07:38:25 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2014-07-25 07:38:25 -0700 |
commit | aa49d801ff19467e3b962da64f16607cf580e3e8 (patch) | |
tree | e269625e249c9366462839780e24fa26cc768b3e | |
parent | 97339ae8776bb06b994abdf350dd9402ab9cc33a (diff) |
Adding README.
-rw-r--r-- | README.md | 14 | ||||
-rwxr-xr-x | bootstrap.sh | 3 |
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 |