Skip to content

Commit c92c040

Browse files
update convertigo docker image documentation (helm ref + env updates) (#2658)
1 parent 36a7150 commit c92c040

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

convertigo/README-short.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Enterprise grade full-stack Open source Low Code & No Code Platform for web & mobile application
1+
Enterprise-grade full-stack open-source AI-driven Low Code & No Code platform for web & mobile apps

convertigo/content.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# What is Convertigo Low Code Platform ?
22

3-
Convertigo is an open source fullstack Low Code & No Code platform. The platform is used to build Enterprise Web & Mobile apps in a few days. Convertigo platform is composed of several components:
3+
Convertigo is an open source fullstack AI driven Low Code & No Code platform. The platform is used to build Enterprise Web & Mobile apps in a few days. Convertigo platform is composed of several components:
44

55
1. **Convertigo Server**: The back-end server part. Handles back-end connectors, micro-services execution, offline data device synchronization and serves Web & Mobile Web apps. Runs as a Docker container with the `convertigo` image
6-
2. **Convertigo Studio**: Runs on a Windows or a MacOS workstation, Eclipse based IDE, used to program Back-end micro-services workflows and use the "Mobile Builder" edition to build Mobile & Web apps UIs in a MXDP (Multi eXperience Development Platform) Low code mode. Can be directly downloaded from [Convertigo](https://www.convertigo.com/get-started-page)
6+
2. **Convertigo Studio**: Runs on a Windows or a MacOS workstation, Eclipse based IDE, used to program Back-end micro-services workflows and use the "Mobile Builder" edition to build Mobile & Web apps UIs with AI assistance Low code mode. Can be directly downloaded from [Convertigo](https://www.convertigo.com/get-started-page)
77
3. **Convertigo NoCode Studio**: The No Code App Builder to build form based apps as PWAs or Web applications with a Web Based NoCode studio intented for non technical developpers (Citizen Developpers)
88

9-
Convertigo Community edition brought to you by Convertigo SA (Paris & San Francisco). The platform is currently used by more than 100K developers worldwide, building enterprise class mobile apps.
9+
Convertigo Community edition brought to you by Convertigo SA. The platform is currently used by more than 150K developers worldwide, building enterprise class business apps.
1010

1111
> [www.convertigo.com](https://www.convertigo.com)
1212
@@ -98,7 +98,7 @@ COPY myDependency.car /usr/local/tomcat/webapps/convertigo/WEB-INF/default_user_
9898

9999
## Make image with pre-deployed configuration
100100

101-
You can add to your image a set of pre-configured symbols by copying the `global_symbols.properties`, you have to have this file next to your `Dockerfile`:
101+
You can add a set of preconfigured symbols to your image by copying the `global_symbols.properties` file. Make sure this file is located in the same directory as your `Dockerfile`:
102102

103103
```console
104104
FROM %%IMAGE%%
@@ -113,7 +113,7 @@ COPY global_symbols.properties /usr/local/tomcat/webapps/convertigo/WEB-INF/defa
113113

114114
## Security
115115

116-
The default administration account of a Convertigo server is **admin** / **admin** and the **testplatform** is anonymous.
116+
The default administration account of a Convertigo server is **admin** / **admin**.
117117

118118
These accounts can be configured through the **administration console** and saved in the **workspace**.
119119

@@ -125,12 +125,12 @@ You can change the default administration account :
125125
$ docker run -d --name C8O -e CONVERTIGO_ADMIN_USER=administrator -e CONVERTIGO_ADMIN_PASSWORD=s3cret -p 28080:28080 %%IMAGE%%
126126
```
127127

128-
### `CONVERTIGO_TESTPLATFORM_USER` and `CONVERTIGO_TESTPLATFORM_PASSWORD` Environment variables
128+
### `CONVERTIGO_ANONYMOUS_DASHBOARD` Environment variable
129129

130-
You can lock the **testplatform** by setting the account :
130+
You can allow anonymous access to `/convertigo/dashboard/` by setting:
131131

132132
```console
133-
$ docker run -d --name C8O -e CONVERTIGO_TESTPLATFORM_USER=tp_user -e CONVERTIGO_TESTPLATFORM_PASSWORD=s3cret -p 28080:28080 %%IMAGE%%
133+
$ docker run -d --name C8O -e CONVERTIGO_ANONYMOUS_DASHBOARD=true -p 28080:28080 %%IMAGE%%
134134
```
135135

136136
## HTTPS / SSL Configuration
@@ -294,3 +294,7 @@ $ cd convertigo
294294
$ curl -sL https://github.com/convertigo/docker/archive/refs/heads/compose.tar.gz | tar xvz --strip-components=1
295295
$ docker compose up -d
296296
```
297+
298+
## Convertigo Helm chart
299+
300+
You can find the [Convertigo Helm chart](https://artifacthub.io/packages/helm/convertigo/convertigo) and its documentation on ArtifactHUB.

0 commit comments

Comments
 (0)