Found 557 results for "gitana 4.0 developers api resources settings post-applications-applicationid-settings"
The search executed in 0.006214658 seconds. That's fast.
![]() |
How does Cloud CMS compare to Prismic.io?Not sure which CMS is a better fit? Review these points to help guide your selection. Criteria Cloud CMS Prismic.io Ease of Use Implements a role-based UI to accommodate various functions. Complex user interface for defining content types and instances. Item creation must occur here. See API Access. Update Strategy Documents are published individually, or as part of larger change sets. Documents are published individually, or as part of larger change sets. Workflow Process Flexible workflow capa
Score: 1.3854557
|
![]() |
API Max Heap recommendationWhat is the recommended Xmx value for running the API service? The 2GB setting on the On-Premise "quickstart" distribution is a default for development usage. In production, we recommend putting as much memory as you can. Essentially, the API should use as much memory as is allocated to the API docker container. We usually ask customers to consider an M class large instance type (something on the order of 7.5GB of RAM per API). The UI can use considerably less. For the UI, a 2GB allocation is fi
Score: 1.3837658
|
![]() |
Gitana 3.2 / Guide / Guide / Multifactor AuthenticationImprove your Cloud CMS security with Multifactor Authentication. Learn how to set up MFA via providers like Authy and Duo Security efficiently.
Score: 1.3802122
|
![]() |
Gitana 4.0 / Content Engine / Multifactor AuthenticationEnhance security with Cloud CMS's Multifactor Authentication, requiring a verification code for access along with username and password.
Score: 1.3802122
|
![]() |
Gitana 3.2 / Guide / Guide / TransferEasily transfer, backup, and move data between Cloud CMS installations with a universal import-export facility, ensuring your data is portable and accessible.
Score: 1.3733063
|
![]() |
Gitana 4.0 / Content Engine / TransferEasily transfer, backup, and move data between Cloud CMS installations with a universal import-export facility, ensuring your data is portable and accessible.
Score: 1.3733063
|
![]() |
Gitana 4.0 / Forms / API / TemplatesDiscover Alpaca's advanced templating with custom views, layouts, and wizard options for dynamic form rendering and field overrides.
Score: 1.3690501
|
![]() |
Gitana 3.2 / Guide / Guide / Deployment / Deployment Handlers / IBM COS Deployment HandlerEffortlessly deploy packages to IBM Cloud Object Store with seamless error handling and customizable mappings.
Score: 1.3668683
|
![]() |
Gitana 4.0 / Content Engine / Deployment / Deployment Handlers / IBM COS Deployment HandlerEffortlessly deploy packages to IBM Cloud Object Store with seamless error handling and customizable mappings.
Score: 1.3668683
|
![]() |
Gitana 4.0 / Developers / Frameworks / Postman'Learn how to connect Cloud CMS using Postman with this comprehensive guide and enhance your API testing experience efficiently.'
Score: 1.3665153
|
![]() |
Gitana 3.2 / Guide / Guide / Bulk Import / FilesEffortlessly import and manage diverse content types in Cloud CMS using the Bulk Import tool and cloudcms-packager for seamless repository integration.
Score: 1.3662094
|
![]() |
Gitana 4.0 / Content Engine / Bulk Import / FilesEffortlessly import and manage diverse file types in Cloud CMS with our powerful Bulk Import tool and cloudcms-packager module.
Score: 1.3662094
|
![]() |
How does Cloud CMS compare to Contentful?Not sure which CMS is a better fit? Review these points to help guide your selection. Criteria Cloud CMS Contentful Ease of Use Implements a role-based UI to accommodate various functions. Simple user interface for defining content types and instances. Update Strategy Documents are published individually, or as part of larger change sets. Documents are published one-by-one. Workflow Process Flexible workflow capability. Allows teams and roles to be created along with a workflow designer for defi
Score: 1.3478187
|
![]() |
My UI modules aren't deploying. What should I check?If you're running an on-premise installation of Cloud CMS and are unable to deploy UI modules via the main user interface, here are a few tips and pointers. Things to consider: 1. When you click on the "Deploy Module" option, your a URL connection is made from the UI server back to the API server. Specifically, it invokes a POST to the route: /oneteam/modules/deploy Check your API side logs or any firewalls or proxies along the way to make sure that an API server receives this call. For example,
Score: 1.3455476
|
![]() |
Gitana 3.2 / Guide / Guide / Deployment / Deployment Handlers / Azure Blob Storage Deployment HandlerEasily deploy packages to Azure Blob Storage with configurable options and reliable handling for seamless storage management.
Score: 1.3448699
|
![]() |
Gitana 4.0 / Content Engine / Deployment / Deployment Handlers / Azure Blob Storage Deployment HandlerDeploy one or more packages to Azure Blob Storage seamlessly with our efficient Deployment Handler.
Score: 1.3448699
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Tags / @formRender Cloud CMS forms using Alpaca Forms by defining the type and form key. Learn implementation with examples and parameters for customization.
Score: 1.343106
|
![]() |
Gitana 4.0 / Developers / Application Server / Tags / @formRender Cloud CMS forms using Alpaca Forms by defining the type and form key. Learn implementation with examples and parameters for customization.
Score: 1.343106
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / KitsDownload pre-built Cloud CMS Docker kits for common scenarios, ideal for quick setup or as a configuration reference. Explore our resources now.
Score: 1.3325884
|
![]() |
Gitana 4.0 / Self Managed / KitsExplore Cloud CMS Docker Kits for pre-built, user-friendly configurations to quickly deploy APIs, UI, and more with ease using Docker and Docker Compose.
Score: 1.3325884
|
![]() |
Proxy API calls
Whenever a resulting URL looks something like: https://api.cloudcms.com/repositories/f0fb4efd3de07c54420a/branches/9bcdbfea8f2d900f0387/nodes/
Score: 1.3314475
|
![]() |
Gitana 3.2 / Guide / Guide / Single Sign On (SSO)Enhance security with Cloud CMS enterprise SSO, featuring SAML 2.0 and JWT integration for seamless user authentication.
Score: 1.3270775
|
![]() |
Gitana 4.0 / Content Engine / Single Sign On (SSO)Simplify user authentication with Cloud CMS Single Sign-On, seamlessly integrating SAML 2.0 and JWT for secure enterprise access.
Score: 1.3270775
|
![]() |
Supporting large binary filesCloud CMS offers a few different ways for you to store files - including storing them in S3 (recommended) or even on a local partition (such as an NFS mount). In our SaaS offering, everything is stored in S3 automatically and when you install on-premise, you can configure this to your preference. See this documentation page under Binary Storage: https://www.cloudcms.com/documentation/docker/configuration/api-server.html We definitely can handle large binary files in the 10's or 100's of megabyte
Score: 1.3201548
|
![]() |
REST based access callsThe authentication mechanism in Cloud CMS is OAuth 2.0. While you can use any of the flows, the easiest one to begin with is "password". We've outlined a basic example here using Advanced REST Client to show our API-first platform in action. First, from your Cloud CMS platform home page, navigate to "Manage Platform" and select the "API Keys" section to list all available projects for remote access: If you have no keys for your project then create a new "Application" from "Manage Platform" and t
Score: 1.3130282
|