From aa49d801ff19467e3b962da64f16607cf580e3e8 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Fri, 25 Jul 2014 07:38:25 -0700 Subject: Adding README. --- README.md | 14 ++++++++++++++ bootstrap.sh | 3 +++ 2 files changed, 17 insertions(+) create mode 100644 README.md create mode 100755 bootstrap.sh 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 -- cgit v1.2.3