The beginning of the blue ocean installer (#219)

* The beginning of the blueocean installer
* Creating setup.sh and start.sh
This commit is contained in:
Paul Dragoonis 2016-06-07 03:05:53 +01:00 committed by Michael Neale
parent d163528705
commit 2a6bf4ebaf
2 changed files with 19 additions and 0 deletions

11
bin/setup.sh Executable file
View File

@ -0,0 +1,11 @@
#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# todo - check for mvn being installed
# todo - check for version of maven installed
# todo - check for version of java installed
mvn clean install "$@"

8
bin/start.sh Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# todo - check if maven clean install has been run prior
cd ${DIR}/blueocean-plugin \
&& mvn hpi:run