Merge pull request #2276 from convertigo/convertigo-2023.02.01
Convertigo doc minor changes
This commit is contained in:
commit
f94eb046da
|
|
@ -1 +1 @@
|
|||
Open source Low Code & No Code Application Platform featuring MXDP/MBaaS for full-stack development.
|
||||
Enterprise grade full-stack Open source Low Code & No Code Platform for web & mobile application
|
||||
|
|
@ -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.
|
||||
|
||||
|
|
@ -70,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%%
|
||||
|
|
@ -248,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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue