Skip to content

Commit

Permalink
ref #844 handle the new compose structure
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-albert committed Jan 21, 2025
1 parent 78997ad commit d829911
Show file tree
Hide file tree
Showing 26 changed files with 13 additions and 5,936 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,11 @@ jobs:
- name: Create "c8oforms_standalone" dockerized version
run: |
wget https://github.com/convertigo/docker/raw/refs/tags/c8oforms-2.1.0/compose/mbaas/docker-compose.yml -O c8oforms_standalone/docker-compose.yml
sed -i -e "s,/?$ /convertigo/,/?$ /convertigo/projects/C8Oforms/DisplayObjects/mobile/index.html," c8oforms_standalone/docker-compose.yml
wget https://github.com/convertigo/docker/raw/refs/tags/c8oforms-2.1.0/compose/mbaas/.env -O c8oforms_standalone/.env
sed -i -e "s,HTTPD_ENABLE=0,HTTPD_ENABLE=1," -e "s,BASEROW_ENABLE=0,BASEROW_ENABLE=1," c8oforms_standalone/.env
mkdir -p c8oforms_standalone/workspace/projects/
curl -sL https://github.com/convertigo/docker/archive/refs/tags/c8oforms-2.1.0.tar.gz | tar xvz --strip-components=1 -C c8oforms_standalone
sed -i -e "s,HTTPD_ENABLE=0,HTTPD_ENABLE=1," -e "s,BASEROW_ENABLE=0,BASEROW_ENABLE=1," -e "s,HTTPD_ROOT_URL=/convertigo/,HTTPD_ROOT_URL=/convertigo/projects/C8Oforms/DisplayObjects/mobile/index.html," c8oforms_standalone/.env
mkdir -p c8oforms_standalone/workspace/projects/BaserowIntegration
find build -name "*.car" -exec unzip {} -d c8oforms_standalone/workspace/projects \;
wget https://github.com/convertigo/c8oprj-baserowintegration/archive/refs/tags/c8oforms-2.1.0.zip -O BaserowIntegration.zip
unzip BaserowIntegration.zip
rm BaserowIntegration.zip
mv c8oprj-baserowintegration-c8oforms-2.1.0 c8oforms_standalone/workspace/projects/BaserowIntegration
curl -sL https://github.com/convertigo/c8oprj-baserowintegration/archive/refs/tags/c8oforms-2.1.0.tar.gz | tar xvz --strip-components=1 -C c8oforms_standalone/workspace/projects/BaserowIntegration
tar -czvf c8oforms_standalone.tar.gz c8oforms_standalone
- name: Save application project
Expand Down
2 changes: 1 addition & 1 deletion DisplayObjects/mobile/assets/i18n/en.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version_c8o": "2.1.0-beta15",
"version_c8o": "2.1.0-beta16",
"height_px": "Height (px)",
"maps_others": "Others",
"zoom_level": "Zoom level",
Expand Down
2 changes: 1 addition & 1 deletion DisplayObjects/mobile/assets/i18n/es.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version_c8o": "2.1.0-beta15",
"version_c8o": "2.1.0-beta16",
"height_px": "Altura (px)",
"maps_others": "Otros",
"zoom_level": "Nivel de zoom",
Expand Down
2 changes: 1 addition & 1 deletion DisplayObjects/mobile/assets/i18n/fr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version_c8o": "2.1.0-beta15",
"version_c8o": "2.1.0-beta16",
"height_px": "Hauteur (px)",
"maps_others": "Autres",
"zoom_level": "Niveau de zoom",
Expand Down
2 changes: 1 addition & 1 deletion DisplayObjects/mobile/assets/i18n/it.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version_c8o": "2.1.0-beta15",
"version_c8o": "2.1.0-beta16",
"height_px": "Altezza (px)",
"maps_others": "Altri",
"zoom_level": "Livello di zoom",
Expand Down
2 changes: 1 addition & 1 deletion c8oProject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
contextTimeout: ${C8Oforms.context.timeout=60}
corsOrigin: =Origin
httpSessionTimeout: ${C8Oforms.http_session.timeout=60}
version: 2.1.0-beta15
version: 2.1.0-beta16
↓c8oforms_fs [connectors.FullSyncConnector]: 🗏 connectors/c8oforms_fs.yaml
↓c8oforms_response_fs [connectors.FullSyncConnector]: 🗏 connectors/c8oforms_response_fs.yaml
↓HTTP_connector [connectors.HttpConnector]: 🗏 connectors/HTTP_connector.yaml
Expand Down
167 changes: 0 additions & 167 deletions c8oforms_standalone/README.html

This file was deleted.

Empty file.
55 changes: 0 additions & 55 deletions c8oforms_standalone/docker-compose.yml

This file was deleted.

2 changes: 0 additions & 2 deletions c8oforms_standalone/init_couchdb.sh

This file was deleted.

260 changes: 0 additions & 260 deletions c8oforms_standalone/tomcat/conf/catalina.policy

This file was deleted.

Loading

0 comments on commit d829911

Please sign in to comment.