diff --git a/build/README.md b/build/README.md new file mode 100644 index 000000000..4cfbf19ef --- /dev/null +++ b/build/README.md @@ -0,0 +1,12 @@ +# GP Connect Ant Build Script +There is a full environment and build process available to automate the setup of this project. Just clone [https://github.com/dbould/gpconnect-vagrant](https://github.com/dbould/gpconnect-vagrant) and follow the instructions + +This build script can be run on it's own in a Linux environment, if the README from the root directory has been followed use + +```ant build``` + +to import the SQL and build the JS dependencies and + +```ant run``` + +to serve the project. diff --git a/build/build.xml b/build/build.xml new file mode 100644 index 000000000..50da9e810 --- /dev/null +++ b/build/build.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +