Repository: ode-console Updated Branches: refs/heads/master 4ee2cbad3 -> 40059acfe
readme tweaked, minor issue fixed. Project: http://git-wip-us.apache.org/repos/asf/ode-console/repo Commit: http://git-wip-us.apache.org/repos/asf/ode-console/commit/40059acf Tree: http://git-wip-us.apache.org/repos/asf/ode-console/tree/40059acf Diff: http://git-wip-us.apache.org/repos/asf/ode-console/diff/40059acf Branch: refs/heads/master Commit: 40059acfe1a0065505fb08082fb2313748fb7f7b Parents: 4ee2cba Author: Tammo van Lessen <[email protected]> Authored: Thu May 21 11:04:13 2015 +0200 Committer: Tammo van Lessen <[email protected]> Committed: Thu May 21 11:04:13 2015 +0200 ---------------------------------------------------------------------- README.md | 8 ++++++++ TODO | 1 + src/index.html | 1 - 3 files changed, 9 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode-console/blob/40059acf/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 85dce1c..9bbeb3c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[]() + # Apache ODE Console **Apache ODE** (Orchestration Director Engine) executes business processes written following the [WS-BPEL](http://ode.apache.org/ws-bpel-20.html) standard. It talks to web services, sending and receiving messages, handling data manipulation and error recovery as described by your process definition. It supports both long and short living process executions to orchestrate all the services that are part of your application. @@ -15,6 +17,12 @@ ## Build +To install all needed dependencies do the following: +1. Install nodejs and npm +1. Install Gulp via `npm i -g gulp` +1. Install npm dependencies via `npm install` (in the working copy) +1. Install bower dependencies via `bower install` (in the working copy) + * `gulp` or `gulp build` to build an optimized version of your application in `/dist` * `gulp serve` to launch a browser sync server on your source files * `gulp serve:dist` to launch a server on your optimized application http://git-wip-us.apache.org/repos/asf/ode-console/blob/40059acf/TODO ---------------------------------------------------------------------- diff --git a/TODO b/TODO index 38fda11..2443c74 100644 --- a/TODO +++ b/TODO @@ -15,6 +15,7 @@ - [x] edit variable contents in instance details view - [ ] check and fix LICENSE and NOTICE files +- [ ] rewrite st-select directive - [ ] write tests! - [ ] add package detail view and show BPEL and WSDL sources there (PMAPI change needed) - [ ] handle instance/process not found cases in detail views http://git-wip-us.apache.org/repos/asf/ode-console/blob/40059acf/src/index.html ---------------------------------------------------------------------- diff --git a/src/index.html b/src/index.html index 269130a..33dd76d 100644 --- a/src/index.html +++ b/src/index.html @@ -65,7 +65,6 @@ <script src="app/index.js"></script> <script src="app/really.directive.js"></script> <script src="app/soap.service.js"></script> - <script src="app/spinbutton.directive.js"></script> <script src="app/st-select.directive.js"></script> <script src="vendor/jquery.xpath.js"></script> <script src="vendor/vkbeautify.js"></script>
