From 0e5e03f959f0c0e7bf31dc0226d6b47a9aabeba9 Mon Sep 17 00:00:00 2001 From: Rick Herrick <jrherrick@wustl.edu> Date: Fri, 5 Feb 2016 18:26:04 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- 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 00000000..a5307e5f --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# XNAT Web Application # + +This is the XNAT Web application build. + +### Building ### + +You can build with a simple Gradle command: + +```bash +gradle clean war +``` + +You may need to build the [XNAT Gradle plugin](https://bitbucket.org/xnatdev/gradle-xnat-plugin) first, although it should be available on the XNAT Maven repository. \ No newline at end of file -- GitLab