From e428e2509230be50fa44ef3a31c43473ff3884ae Mon Sep 17 00:00:00 2001 From: Yvan Janssens Date: Thu, 17 Aug 2017 14:37:52 +0100 Subject: [PATCH] Updated README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..84c9188 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# ASP + +A Java-based ActiveServer Pages implementation compatible with CloudFoundry. + +## Build instructions + +This repository should be self-contained. The WAR file can be built using `ant`, with the resulting WAR file being deposited in `dist_war/`. + +## Usage + +See build instructions. Update the contents in web/ with your ASP VBScript application. + +