Run update.sh
This commit is contained in:
parent
4864f6a171
commit
c098e89c85
|
|
@ -17,7 +17,7 @@ WARNING:
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`7.5.4` (*7.5/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/8d93ed625153a8446b7be1b6bd18f137af63815f/7.5/Dockerfile)
|
||||
- [`7.6.0`, `latest` (*7.6/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/8d93ed625153a8446b7be1b6bd18f137af63815f/7.6/Dockerfile)
|
||||
- [`7.6.1`, `latest` (*7.6/Dockerfile*)](https://github.com/Bonitasoft-Community/docker_bonita/blob/9f7a0fa1f51ecbbe6dbae3fe16278144038a1397/7.6/Dockerfile)
|
||||
|
||||
# Quick reference
|
||||
|
||||
|
|
@ -263,9 +263,9 @@ $ chcon -Rt svirt_sandbox_file_t /my/own/datadir
|
|||
|
||||
```console
|
||||
cd bonita_migration
|
||||
wget https://download.forge.ow2.org/bonita/bonita-migration-distrib-2.26.0.zip
|
||||
wget https://download.forge.ow2.org/bonita/bonita-migration-distrib-2.27.0.zip
|
||||
wget https://download.forge.ow2.org/bonita/BonitaBPMCommunity-7.2.4-Tomcat-7.0.67.zip
|
||||
unzip bonita-migration-distrib-2.26.0.zip
|
||||
unzip bonita-migration-distrib-2.27.0.zip
|
||||
unzip BonitaBPMCommunity-7.2.4-Tomcat-7.0.67.zip
|
||||
```
|
||||
|
||||
|
|
@ -280,13 +280,13 @@ $ chcon -Rt svirt_sandbox_file_t /my/own/datadir
|
|||
|
||||
```console
|
||||
cd bonita_migration
|
||||
wget https://download.forge.ow2.org/bonita/bonita-migration-distrib-2.26.0.zip
|
||||
unzip bonita-migration-distrib-2.26.0.zip
|
||||
wget https://download.forge.ow2.org/bonita/bonita-migration-distrib-2.27.0.zip
|
||||
unzip bonita-migration-distrib-2.27.0.zip
|
||||
```
|
||||
|
||||
- Configure the migration tool
|
||||
|
||||
cd bonita-migration-distrib-2.26.0
|
||||
cd bonita-migration-distrib-2.27.0
|
||||
|
||||
edit the migration tool config to point towards the copy of bonita home and db
|
||||
|
||||
|
|
@ -328,7 +328,7 @@ $ chcon -Rt svirt_sandbox_file_t /my/own/datadir
|
|||
```
|
||||
|
||||
```console
|
||||
$ cd /opt/bonita/BonitaCommunity-7.6.0-Tomcat-8.5.23/setup
|
||||
$ cd /opt/bonita/BonitaCommunity-7.6.1-Tomcat-8.5.23/setup
|
||||
$ ./setup.sh pull
|
||||
$ TENANT_LOGIN=tech_user
|
||||
$ TENANT_PASSWORD=secret
|
||||
|
|
@ -459,7 +459,7 @@ For example, you can increase the log level :
|
|||
|
||||
mkdir -p custom_bonita
|
||||
echo '#!/bin/bash' > custom_bonita/bonita.sh
|
||||
echo 'sed -i "s/^org.bonitasoft.level = WARNING$/org.bonitasoft.level = FINEST/" /opt/bonita/BonitaCommunity-7.6.0-Tomcat-8.5.23/server/conf/logging.properties' >> custom_bonita/bonita.sh
|
||||
echo 'sed -i "s/^org.bonitasoft.level = WARNING$/org.bonitasoft.level = FINEST/" /opt/bonita/BonitaCommunity-7.6.1-Tomcat-8.5.23/server/conf/logging.properties' >> custom_bonita/bonita.sh
|
||||
chmod +x custom_bonita/bonita.sh
|
||||
|
||||
docker run --name bonita_custom -v "$PWD"/custom_bonita/:/opt/custom-init.d -d -p 8080:8080 bonita
|
||||
|
|
@ -468,7 +468,7 @@ Note: There are several ways to check the `bonita` logs. One of them is
|
|||
|
||||
```console
|
||||
$ docker exec -ti bonita_custom /bin/bash
|
||||
tail -f /opt/bonita/BonitaCommunity-7.6.0-Tomcat-8.5.23/server/logs/bonita.`date +%Y-%m-%d`.log
|
||||
tail -f /opt/bonita/BonitaCommunity-7.6.1-Tomcat-8.5.23/server/logs/bonita.`date +%Y-%m-%d`.log
|
||||
```
|
||||
|
||||
# License
|
||||
|
|
|
|||
|
|
@ -16,7 +16,8 @@ WARNING:
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`1.5.6`, `1.5`, `1`, `latest` (*1.5/Dockerfile*)](https://github.com/composer/docker/blob/6c112b3c58d927257a0a3ddd1d1b3f784761fbf7/1.5/Dockerfile)
|
||||
- [`1.6.1`, `1.6`, `1`, `latest` (*1.6/Dockerfile*)](https://github.com/composer/docker/blob/1ce0acddf6735c48d95d5588cece6fc4ee07fec8/1.6/Dockerfile)
|
||||
- [`1.5.6`, `1.5` (*1.5/Dockerfile*)](https://github.com/composer/docker/blob/6c112b3c58d927257a0a3ddd1d1b3f784761fbf7/1.5/Dockerfile)
|
||||
- [`1.4.3`, `1.4` (*1.4/Dockerfile*)](https://github.com/composer/docker/blob/ea0ec1efa4b15f4ad7b809793eecbb76633dcbb8/1.4/Dockerfile)
|
||||
|
||||
# Quick reference
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@ WARNING:
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`7.4.7`, `7.4`, `latest` (*7.4/7.4.7/Dockerfile*)](https://github.com/convertigo/docker/blob/dc3d5543b5de1813bf05c5abc937164a662bb491/7.4/7.4.7/Dockerfile)
|
||||
- [`web-connector-7.4.7`, `web-connector-7.4`, `web-connector` (*7.4/7.4.7/web-connector/Dockerfile*)](https://github.com/convertigo/docker/blob/dc3d5543b5de1813bf05c5abc937164a662bb491/7.4/7.4.7/web-connector/Dockerfile)
|
||||
- [`7.5.0`, `7.5`, `latest` (*7.5/7.5.0/Dockerfile*)](https://github.com/convertigo/docker/blob/c143ecb5aa888581cb128b7ac487aebf1418f3b3/7.5/7.5.0/Dockerfile)
|
||||
- [`7.4.7`, `7.4` (*7.4/7.4.7/Dockerfile*)](https://github.com/convertigo/docker/blob/c143ecb5aa888581cb128b7ac487aebf1418f3b3/7.4/7.4.7/Dockerfile)
|
||||
|
||||
# Quick reference
|
||||
|
||||
|
|
@ -31,7 +31,7 @@ WARNING:
|
|||
[Convertigo](https://github.com/convertigo/docker)
|
||||
|
||||
- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
|
||||
[`amd64`](https://hub.docker.com/r/amd64/convertigo/)
|
||||
[`amd64`](https://hub.docker.com/r/amd64/convertigo/), [`arm32v7`](https://hub.docker.com/r/arm32v7/convertigo/), [`arm64v8`](https://hub.docker.com/r/arm64v8/convertigo/), [`i386`](https://hub.docker.com/r/i386/convertigo/)
|
||||
|
||||
- **Published image artifact details**:
|
||||
[repo-info repo's `repos/convertigo/` directory](https://github.com/docker-library/repo-info/blob/master/repos/convertigo) ([history](https://github.com/docker-library/repo-info/commits/master/repos/convertigo))
|
||||
|
|
@ -51,8 +51,8 @@ WARNING:
|
|||
|
||||
Convertigo Community edition is an open source MBaaS (Mobile Back end as a Service) combined with a MADP (Mobile application development platform). The platform is used to build complex Cross-platform Enterprise Mobile apps in a few days. Convertigo platform is composed of several components:
|
||||
|
||||
1. **Convertigo MBaaS**: The back-end MBaaS server part. Handles back-end connectors, micro-services execution, offline data device synchronization and serves Mobile Web apps. Runs as a Docker container with the **convertigo** image
|
||||
2. **Convertigo Web Connector**: An optional HTML web Connector server able to connect to any HTML based legacy app. Runs as a Docker container with a **web-connector** tag
|
||||
1. **Convertigo MBaaS**: The back-end MBaaS server part. Handles back-end connectors, micro-services execution, offline data device synchronization and serves Mobile Web apps. Runs as a Docker container with the `convertigo` image
|
||||
2. **Convertigo Web Connector**: An optional HTML web Connector server able to connect to any HTML based legacy app. Runs as a Docker container with the `i386/convertigo` image
|
||||
3. **Convertigo Studio**: Runs on a Windows or a MacOS workstation, Eclipse based IDE, used to program MBaaS micro-services workflows and optionaly use the "Mobile Builder" edition to build Mobile apps UIs in a MRAD (Mobile Rapid Application Development) Low code mode. Can be directly downloaded from [Sourceforge.net](https://sourceforge.net/projects/convertigo/files/latest/download)
|
||||
4. **Convertigo SDKs**: Can be used with third party Mobile development tools such as Xcode (iOS) Android Studio (Android) and Visual Studio (Windows Mobile, Windows UWP and Xamarin). SDKS are available on each platform standard repository (Bintray for Android, Cocoapods for iOS and Nuget for .NET)
|
||||
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@ WARNING:
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`1.22.1-stretch`, `1-stretch`, `1.22-stretch`, `stretch`, `1.22.1`, `1`, `1.22`, `latest` (*1.22.1/stretch/Dockerfile*)](https://github.com/rust-lang-nursery/docker-rust/blob/eddbafa6fd373678b680b52cee861609c95a9ea4/1.22.1/stretch/Dockerfile)
|
||||
- [`1.22.1-jessie`, `1-jessie`, `1.22-jessie`, `jessie` (*1.22.1/jessie/Dockerfile*)](https://github.com/rust-lang-nursery/docker-rust/blob/eddbafa6fd373678b680b52cee861609c95a9ea4/1.22.1/jessie/Dockerfile)
|
||||
- [`1.23.0-stretch`, `1-stretch`, `1.23-stretch`, `stretch`, `1.23.0`, `1`, `1.23`, `latest` (*1.23.0/stretch/Dockerfile*)](https://github.com/rust-lang-nursery/docker-rust/blob/e382ab252c238ab77f0b6e45b0705ba94b4e9e1d/1.23.0/stretch/Dockerfile)
|
||||
- [`1.23.0-jessie`, `1-jessie`, `1.23-jessie`, `jessie` (*1.23.0/jessie/Dockerfile*)](https://github.com/rust-lang-nursery/docker-rust/blob/e382ab252c238ab77f0b6e45b0705ba94b4e9e1d/1.23.0/jessie/Dockerfile)
|
||||
|
||||
# Quick reference
|
||||
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@ WARNING:
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`v1.5.0-rc3`, `1.5.0-rc3`, `v1.5`, `1.5`, `cancoillotte` (*scratch/amd64/Dockerfile*)](https://github.com/containous/traefik-library-image/blob/ce0d7acb0c306af5508c2af153d3fca5bac51f38/scratch/amd64/Dockerfile)
|
||||
- [`v1.5.0-rc3-alpine`, `1.5.0-rc3-alpine`, `v1.5-alpine`, `1.5-alpine`, `cancoillotte-alpine` (*alpine/Dockerfile*)](https://github.com/containous/traefik-library-image/blob/ce0d7acb0c306af5508c2af153d3fca5bac51f38/alpine/Dockerfile)
|
||||
- [`v1.5.0-rc4`, `1.5.0-rc4`, `v1.5`, `1.5`, `cancoillotte` (*scratch/amd64/Dockerfile*)](https://github.com/containous/traefik-library-image/blob/c32b156f3f11eb905416caf3d0c93a47e0c42743/scratch/amd64/Dockerfile)
|
||||
- [`v1.5.0-rc4-alpine`, `1.5.0-rc4-alpine`, `v1.5-alpine`, `1.5-alpine`, `cancoillotte-alpine` (*alpine/Dockerfile*)](https://github.com/containous/traefik-library-image/blob/c32b156f3f11eb905416caf3d0c93a47e0c42743/alpine/Dockerfile)
|
||||
- [`v1.4.6`, `1.4.6`, `v1.4`, `1.4`, `roquefort`, `latest` (*scratch/amd64/Dockerfile*)](https://github.com/containous/traefik-library-image/blob/11fb07f3be330bece4875ced219372c6bda16868/scratch/amd64/Dockerfile)
|
||||
- [`v1.4.6-alpine`, `1.4.6-alpine`, `v1.4-alpine`, `1.4-alpine`, `roquefort-alpine`, `alpine` (*alpine/Dockerfile*)](https://github.com/containous/traefik-library-image/blob/11fb07f3be330bece4875ced219372c6bda16868/alpine/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue