Skip to content

Commit f94eb04

Browse files
authored
Merge pull request #2276 from convertigo/convertigo-2023.02.01
Convertigo doc minor changes
2 parents 1d9c65d + 28f7d93 commit f94eb04

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

convertigo/README-short.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Open source Low Code & No Code Application Platform featuring MXDP/MBaaS for full-stack development.
1+
Enterprise grade full-stack Open source Low Code & No Code Platform for web & mobile application

convertigo/content.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ Convertigo is an open source fullstack Low Code & No Code platform. The platform
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
66
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)
7-
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)
8-
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)
7+
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)
98

109
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.
1110

@@ -70,7 +69,7 @@ $ docker run -d --name C8O --link [mysql-container]:mysql -p 28080:28080
7069

7170
## Where is Convertigo Low Code server storing deployed projects
7271

73-
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 :
72+
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:
7473

7574
```console
7675
$ docker run --name C8O -v $(pwd):/workspace -d -p 28080:28080 %%IMAGE%%
@@ -248,7 +247,7 @@ $ docker run -d --name C8O -e SESSION_TIMEOUT=5 -p 28080:28080 %%IMAGE%%
248247

249248
## `DISABLE_SUDO` Environment variable
250249

251-
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.
250+
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.
252251

253252
The default `DISABLE_SUDO` value is **empty** and can be defined this way:
254253

0 commit comments

Comments
 (0)