From bf708b3d3bf5922d8aa88e55e0e93e65b459c1d4 Mon Sep 17 00:00:00 2001 From: Nicolas Albert Date: Wed, 1 Feb 2023 11:00:06 +0100 Subject: [PATCH 1/2] minor changes --- convertigo/README-short.txt | 2 +- convertigo/content.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/convertigo/README-short.txt b/convertigo/README-short.txt index 3d2df5140a57..c61df8fe4bb8 100644 --- a/convertigo/README-short.txt +++ b/convertigo/README-short.txt @@ -1 +1 @@ -Open source Low Code & No Code Application Platform featuring MXDP/MBaaS for full-stack development. \ No newline at end of file +Enterprise grade full-stack Open source Low Code & No Code Platform for web & mobile application \ No newline at end of file diff --git a/convertigo/content.md b/convertigo/content.md index dbcff92d7603..c2d19a0f86aa 100644 --- a/convertigo/content.md +++ b/convertigo/content.md @@ -4,8 +4,7 @@ Convertigo is an open source fullstack Low Code & No Code platform. The platform 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 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 [Sourceforge.net](https://sourceforge.net/projects/convertigo/files/latest/download) -3. **Convertigo SDKs**: Can be used with third party Client Web & Mobile development tools such as Xcode (iOS) Android Studio (Android) Angualr, Vue.js or plain js . SDKS are available on each platform standard repository (Bintray for Android, Cocoapods for iOS and Nuget for .NET) -4. **Convertigo Forms**: 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) +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) 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. From 28f7d938a0f139a35a6ca0b3e279246c75c8316c Mon Sep 17 00:00:00 2001 From: Nicolas Albert Date: Wed, 1 Feb 2023 18:57:09 +0100 Subject: [PATCH 2/2] typo --- convertigo/content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/convertigo/content.md b/convertigo/content.md index c2d19a0f86aa..e42e41696eef 100644 --- a/convertigo/content.md +++ b/convertigo/content.md @@ -69,7 +69,7 @@ $ docker run -d --name C8O --link [mysql-container]:mysql -p 28080:28080 ## Where is Convertigo Low Code server storing deployed projects -Projects are deployed in the Convertigo workspace, a simple file system directory. You can map the docker container **/workspace** to your physical system by using : +Projects are deployed in the Convertigo workspace, a simple file system directory. You can map the docker container **/workspace** to your physical system by using: ```console $ docker run --name C8O -v $(pwd):/workspace -d -p 28080:28080 %%IMAGE%% @@ -247,7 +247,7 @@ $ docker run -d --name C8O -e SESSION_TIMEOUT=5 -p 28080:28080 %%IMAGE%% ## `DISABLE_SUDO` Environment variable -The image include **sudo** command line, configured to allow the **convertigo** user to use it without password and to perform some **root** action inside the container. This variable allows to disable this permission. +The image includes **sudo** command line, configured to allow the **convertigo** user to use it without password and to perform some **root** action inside the container. This variable allows to disable this permission. The default `DISABLE_SUDO` value is **empty** and can be defined this way: