From 443849a5ad0d11a5a650f2880252289f8fa9d703 Mon Sep 17 00:00:00 2001 From: JeremJR Date: Mon, 29 Jun 2015 17:39:41 +0200 Subject: [PATCH] update markdown format --- bonita/content.md | 11 +++++------ bonita/license.md | 7 +++++-- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/bonita/content.md b/bonita/content.md index f357ef5c..745e2090 100644 --- a/bonita/content.md +++ b/bonita/content.md @@ -11,7 +11,7 @@ Bonita BPM is an open-source business process management and workflow suite crea ## Quick start docker run --name bonita -d -p 8080:8080 bonita - + This will start a container running the [Tomcat Bundle](http://documentation.bonitasoft.com/tomcat-bundle-1) with Bonita BPM Engine + Portal. As you didn't sepecify any environment variables it's almost like if you have launched the Bundle on your host using startup.{sh|bat} (with security hardening on REST and HTTP APIs, cf Security part). It means that Bonita BPM uses a H2 database here. You can access to the portal on http://localhost:8080/bonita and login using the default credentials : install / install @@ -38,12 +38,11 @@ If you do so, you can access to the portal on http://localhost:8080/bonita and l This docker image ensures to activate by default both static and dynamic authorization checks on REST API. To be coherent it also deactivates the HTTP API. - * REST API authorization - * [Static authorization checking](http://documentation.bonitasoft.com/rest-api-authorization#static) - * [Dynamic authorization checking](http://documentation.bonitasoft.com/rest-api-authorization#dynamic) - * [HTTP API](http://documentation.bonitasoft.com/rest-api-authorization#activate) + - REST API authorization + - [Static authorization checking](http://documentation.bonitasoft.com/rest-api-authorization#static) + - [Dynamic authorization checking](http://documentation.bonitasoft.com/rest-api-authorization#dynamic) + - [HTTP API](http://documentation.bonitasoft.com/rest-api-authorization#activate) But for specific needs you can override this behavior by setting HTTP_API to true and REST_API_DYN_AUTH_CHECKS to false : docker run -e HTTP_API=true -e REST_API_DYN_AUTH_CHECKS=false --name bonita -d -p 8080:8080 bonita - diff --git a/bonita/license.md b/bonita/license.md index 4c0b64c2..c60179da 100644 --- a/bonita/license.md +++ b/bonita/license.md @@ -1,3 +1,6 @@ Bonita BPM image includes two parts : - * Bonita BPM Engine under [LGPL v2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) - * Bonita BPM Portal under [GPL v2.0](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) + +- Bonita BPM Engine under [LGPL v2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) + +- Bonita BPM Portal under [GPL v2.0](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) +