Skip to content

Commit 19c9632

Browse files
committed
updates links
1 parent acccca8 commit 19c9632

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

bonita/content.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Bonita (called Bonita BPM till 7.5) is an open-source business process managemen
1414
$ docker run --name bonita -d -p 8080:8080 %%IMAGE%%
1515
```
1616

17-
This will start a container running the [Tomcat Bundle](https://documentation.bonitasoft.com/bonita/7.8/tomcat-bundle) with Bonita Engine + Bonita Portal. With no environment variables specified, it's as 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). Bonita uses a H2 database here.
17+
This will start a container running the [Tomcat Bundle](https://documentation.bonitasoft.com/bonita/7.9/tomcat-bundle) with Bonita Engine + Bonita Portal. With no environment variables specified, it's as 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). Bonita uses a H2 database here.
1818

1919
You can access the Bonita Portal on http://localhost:8080/bonita and login using the default credentials: install / install
2020

@@ -24,7 +24,7 @@ You can access the Bonita Portal on http://localhost:8080/bonita and login using
2424

2525
PostgreSQL is the recommanded database.
2626

27-
[Set max_prepared_transactions to 100](https://documentation.bonitasoft.com/bonita/7.8/database-configuration#toc5):
27+
[Set max_prepared_transactions to 100](https://documentation.bonitasoft.com/bonita/7.9/database-configuration#toc5):
2828

2929
```console
3030
$ mkdir -p custom_postgres
@@ -49,7 +49,7 @@ $ docker run --name bonita_postgres --link mydbpostgres:postgres -d -p 8080:8080
4949

5050
There are known issues with the management of XA transactions by MySQL engine and driver: see MySQL bugs [17343](http://bugs.mysql.com/bug.php?id=17343) and [12161](http://bugs.mysql.com/bug.php?id=12161) for more details. Thus, using MySQL database in a production environment is not recommended.
5151

52-
[Increase the packet size](https://documentation.bonitasoft.com/bonita/7.8/database-configuration#toc5) which is set by default to 1M:
52+
[Increase the packet size](https://documentation.bonitasoft.com/bonita/7.9/database-configuration#toc5) which is set by default to 1M:
5353

5454
```console
5555
$ mkdir -p custom_mysql
@@ -261,19 +261,19 @@ The `-v /my/own/datadir:/opt/bonita` part of the command mounts the `/my/own/dat
261261
$ docker restart bonita_7.9.0_postgres
262262
```
263263

264-
For more details regarding Bonita migration, see the [documentation](https://documentation.bonitasoft.com/bonita/7.8/migrate-from-an-earlier-version-of-bonita-bpm).
264+
For more details regarding Bonita migration, see the [documentation](https://documentation.bonitasoft.com/bonita/7.9/migrate-from-an-earlier-version-of-bonita-bpm).
265265

266266
## Security
267267

268268
This Docker image activates both static and dynamic authorization checks by default on REST API. To be consistent, it also deactivates the HTTP API.
269269

270270
- REST API authorization
271271

272-
- [Static authorization checking](https://documentation.bonitasoft.com/bonita/7.8/rest-api-authorization#toc1)
272+
- [Static authorization checking](https://documentation.bonitasoft.com/bonita/7.9/rest-api-authorization#toc1)
273273

274-
- [Dynamic authorization checking](https://documentation.bonitasoft.com/bonita/7.8/rest-api-authorization#toc2)
274+
- [Dynamic authorization checking](https://documentation.bonitasoft.com/bonita/7.9/rest-api-authorization#toc2)
275275

276-
- [HTTP API](https://documentation.bonitasoft.com/bonita/7.8/rest-api-authorization#toc10)
276+
- [HTTP API](https://documentation.bonitasoft.com/bonita/7.9/rest-api-authorization#toc10)
277277

278278
For specific needs you can override this behavior by setting HTTP_API to true and REST_API_DYN_AUTH_CHECKS to false:
279279

@@ -287,23 +287,23 @@ When you start the `bonita` image, you can adjust the configuration of the Bonit
287287

288288
### `PLATFORM_PASSWORD`
289289

290-
This environment variable [is recommended](https://documentation.bonitasoft.com/bonita/7.8/tomcat-bundle#toc3) for you to use the Bonita image. It sets the platform administrator password for Bonita. If it is not specified, the default password `platform` will be used.
290+
This environment variable [is recommended](https://documentation.bonitasoft.com/bonita/7.9/tomcat-bundle#toc3) for you to use the Bonita image. It sets the platform administrator password for Bonita. If it is not specified, the default password `platform` will be used.
291291

292292
### `PLATFORM_LOGIN`
293293

294294
This optional environment variable is used in conjunction with `PLATFORM_PASSWORD` to define the username for the platform administrator. If it is not specified, the default user `platformAdmin` will be used.
295295

296296
### `TENANT_PASSWORD`
297297

298-
This environment variable [is recommended](https://documentation.bonitasoft.com/bonita/7.8/tomcat-bundle#toc3) for you to use the Bonita image. It sets the tenant administrator password for Bonita. If it is not specified, the default password `install` will be used.
298+
This environment variable [is recommended](https://documentation.bonitasoft.com/bonita/7.9/tomcat-bundle#toc3) for you to use the Bonita image. It sets the tenant administrator password for Bonita. If it is not specified, the default password `install` will be used.
299299

300300
### `TENANT_LOGIN`
301301

302302
This optional environment variable is used in conjunction with `TENANT_PASSWORD` to define the username for the tenant administrator. If it is not specified, the default user of `install` will be used.
303303

304304
### `REST_API_DYN_AUTH_CHECKS`
305305

306-
This optional environment variable is used to enable/disable [dynamic authorization checking](https://documentation.bonitasoft.com/bonita/7.8/rest-api-authorization#toc2) on Bonita REST API. The default value is `true`, which will activate dynamic authorization checking.
306+
This optional environment variable is used to enable/disable [dynamic authorization checking](https://documentation.bonitasoft.com/bonita/7.9/rest-api-authorization#toc2) on Bonita REST API. The default value is `true`, which will activate dynamic authorization checking.
307307

308308
### `HTTP_API`
309309

@@ -337,7 +337,7 @@ These variables are used in conjunction to create a new user, set that user's pa
337337

338338
### `BIZ_DB_NAME`, `BIZ_DB_USER`, `BIZ_DB_PASS`
339339

340-
These variables are used in conjunction to create a new user, set that user's password and create the `bonita` [business database](https://documentation.bonitasoft.com/bonita/7.8/define-and-deploy-the-bdm#toc1).
340+
These variables are used in conjunction to create a new user, set that user's password and create the `bonita` [business database](https://documentation.bonitasoft.com/bonita/7.9/define-and-deploy-the-bdm#toc1).
341341

342342
`BIZ_DB_NAME` default value is `businessdb`.
343343

0 commit comments

Comments
 (0)