Skip to content

Commit 6add8c9

Browse files
convertigo: change some keywords in description
1 parent c62a143 commit 6add8c9

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

convertigo/content.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# What is Convertigo Mobility Platform ?
1+
# 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 complex Cross-platform Enterprise Mobile apps in a few days. Convertigo platform is composed of several components:
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:
44

5-
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
6-
2. **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 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 Mobile development tools such as Xcode (iOS) Android Studio (Android). SDKS are available on each platform standard repository (Bintray for Android, Cocoapods for iOS and Nuget for .NET)
5+
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 [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)
88
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)
99

1010
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.
@@ -21,27 +21,27 @@ Convertigo Community edition brought to you by Convertigo SA (Paris & San Franci
2121
$ docker run --name C8O -d -p 28080:28080 %%IMAGE%%
2222
```
2323

24-
This will start a container running the minimum Convertigo MBaaS server. Convertigo MBaaS uses images' **/workspace** directory to store configuration file and deployed projects as an Docker volume.
24+
This will start a container running the minimum Convertigo server. Convertigo uses images' **/workspace** directory to store configuration file and deployed projects as an Docker volume.
2525

2626
You can access the Server admin console on http://[dockerhost]:28080/convertigo and login using the default credentials: admin / admin
2727

2828
## Link Convertigo to a CouchDB database for FullSync (Convertigo EE only)
2929

30-
Convertigo MBaaS FullSync module uses Apache CouchDB 2.3.1 as NoSQL repository. You can use the **[couchdb](https://hub.docker.com/_/couchdb/)** docker image and link to it convertigo this way
30+
Convertigo FullSync module uses Apache CouchDB 2.3.1 as NoSQL repository. You can use the **[couchdb](https://hub.docker.com/_/couchdb/)** docker image and link to it convertigo this way
3131

3232
Launch CouchDB container and name it 'fullsync'
3333

3434
```console
3535
$ docker run -d --name fullsync couchdb:2.3.1
3636
```
3737

38-
Then launch Convertigo and link it to the running 'fullsync' container. Convertigo MBaaS sever will automatically use it as its fullsync repository.
38+
Then launch Convertigo and link it to the running 'fullsync' container. Convertigo Low Code sever will automatically use it as its fullsync repository.
3939

4040
```console
4141
$ docker run -d --name C8O --link fullsync:couchdb -p 28080:28080 %%IMAGE%%
4242
```
4343

44-
## Link Convertigo to a Billing & Analytics database
44+
## Link Convertigo Low Code Server to a Billing & Analytics database
4545

4646
### MySQL
4747

@@ -56,7 +56,7 @@ $ docker run -d --name C8O --link [mysql-container]:mysql -p 28080:28080
5656
%%IMAGE%%
5757
```
5858

59-
## Where is Convertigo MBaaS server storing deployed projects
59+
## Where is Convertigo Low Code server storing deployed projects
6060

6161
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 :
6262

@@ -66,7 +66,7 @@ $ docker run --name C8O -v $(pwd):/workspace -d -p 28080:28080 %%IMAGE%%
6666

6767
You can share the same workspace by all Convertigo containers. In this case, when you deploy a project on a Convertigo container, it will be seen by others. This is the best way to build multi-instance load balanced Convertigo server farms.
6868

69-
**Be sure to have a really fast file sharing between instances !!!**
69+
**Be sure to have a really fast file sharing between instances !!! We have experienced that Azure File Share is not fast enough**
7070

7171
To avoid log and cache mixing, you have to add 2 variables for instance specific paths:
7272

@@ -85,15 +85,15 @@ COPY myProject.car /usr/local/tomcat/webapps/convertigo/WEB-INF/default_user_wor
8585
COPY myDependency.car /usr/local/tomcat/webapps/convertigo/WEB-INF/default_user_workspace/projects/
8686
```
8787

88-
## Migrate from an earlier version of Convertigo
88+
## Migrate from an earlier version of Convertigo Low Code Platform
8989

9090
- Stop the container to perform a backup. And just back the workspace directory. This will backup all the projects definitions and some project data.
91-
- Start a new Convertigo MBaaS docker container mapping the workspace
91+
- Start a new Convertigo docker container mapping the workspace
9292
- All the workspace (Projects) will be automatically migrated to the new Convertigo MBaaS version
9393

9494
## Security
9595

96-
The default administration account of a Convertigo serveur is **admin** / **admin** and the **testplatform** is anonymous.
96+
The default administration account of a Convertigo server is **admin** / **admin** and the **testplatform** is anonymous.
9797

9898
These accounts can be configured through the *administration console* and saved in the **workspace**.
9999

@@ -189,7 +189,7 @@ $ docker run -d --name C8O -e DISABLE_SUDO=true -p 28080:28080 %%IMAGE%%
189189

190190
## Pre configurated Docker compose stack
191191

192-
You can use this [stack](https://github.com/convertigo/docker/blob/master/compose/mbaas/docker-compose.yml) to run a complete Convertigo MBaaS server with FullSync repository and MySQL analytics in a few command lines.
192+
You can use this [stack](https://github.com/convertigo/docker/blob/master/compose/mbaas/docker-compose.yml) to run a complete Convertigo Low Code server with FullSync repository and MySQL analytics in a few command lines.
193193

194194
```console
195195
$ mkdir c8oMBaaS

convertigo/license.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Convertigo Community Edition MBaaS image is licenced under [AGPL 3.0](http://www.gnu.org/licenses/agpl-3.0.html)
1+
Convertigo Community Edition image is licenced under [AGPL 3.0](http://www.gnu.org/licenses/agpl-3.0.html)

0 commit comments

Comments
 (0)