Found 449 results for "gitana 3.2 guide guide api datatypes domaingroup"
The search executed in 0.002985265 seconds. That's fast.
![]() |
Gitana 4.0 / Content Engine / Access Policies / System Policies / project-userExplore the Gitana System Access Policy for project-user with detailed role permissions and JSON configurations.
Score: 1.5682027
|
![]() |
Gitana 4.0 / Content Engine / Access Policies / Templates / read-all-content-from-multiple-projectsOptimize access to multiple projects with Gitana's Access Policy Template. Manage and consume content easily from various sources.
Score: 1.5682027
|
![]() |
Gitana 4.0 / Content Engine / Access Policies / Templates / manage-content-of-a-type-in-a-folderExplore Gitana's Access Policy Template to manage content by type in specified folders efficiently.
Score: 1.5525876
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / UI ExtensionsEnhance your Cloud CMS UI with Docker-based extensions for seamless customization and integration. Ideal for on-premise deployment.
Score: 1.4699379
|
![]() |
Gitana 4.0 / Self Managed / UI ExtensionsEnhance your Cloud CMS UI with Docker-based extensions for seamless customization and integration. Ideal for on-premise deployment.
Score: 1.4699379
|
![]() |
The Beauty of Cloud CMS ChainingChaining is a common technique that has been widely adopted by modern JavaScript libraries to chain method calls together. The goal of chaining is to produce elegant and concise code that is easy to understand or maintain. For example, if you are a jQuery developer, you may produce similar code like this on daily basis. $('#mydiv').empty().html('Hello Word!').css('font-size','10px'); However, most popular JavaScript libraries only support “static” chaining, e.g. DOM object manipulation. If the m
Score: 1.4191241
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Authentication / Providers / LinkedInEnable LinkedIn authentication for Cloud CMS with integrated SSO. Configure your API keys to connect your app seamlessly.
Score: 1.375995
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Kits / QuickstartSet up your development environment quickly with our Quickstart kit, featuring UI, API, MongoDB, and Elasticsearch. Perfect for beginners!
Score: 1.3664649
|
![]() |
Gitana 4.0 / Self Managed / Kits / QuickstartLaunch your app effortlessly with Quickstart! Connect UI, API, MongoDB, and Elasticsearch using Docker for seamless local development.
Score: 1.3664649
|
![]() |
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.3533424
|
![]() |
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.3508288
|
![]() |
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.3508288
|
![]() |
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.3278222
|
![]() |
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.3278222
|
![]() |
Cloud CMS ArchitectureCloud CMS has two clusters that we run for customers who host apps with us. One cluster is for the "app server" tier (*.cloudcms.net) and the other is the "API" tier (api.cloudcms.com). The app server cluster consists of Node.js servers, and the API is a Java-backend that is stateless and implements the full REST API: As such, the API doesn't manage connections directly. Any invocation to it is a one-shot where each request contains everything needed to assert the user's identity and proceed wit
Score: 1.3242233
|
![]() |
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.3153789
|
![]() |
Gitana 4.0 / Self Managed / Containers / UI ServerOptimize your Cloud CMS UI Server with extensible Node.js features and environment configurations for seamless API integration.
Score: 1.3152094
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / KitsDownload Cloud CMS Docker Kits for pre-built configurations, API setup, and more. Ideal for quick deployment and versatile references.
Score: 1.3024428
|
![]() |
Gitana 4.0 / Self Managed / KitsExplore Cloud CMS Docker kits for pre-built configurations, from quick starts to OEM, designed to simplify deployment and improve performance.
Score: 1.3024428
|
![]() |
Proxy API calls
Whenever a resulting URL looks something like: https://api.cloudcms.com/repositories/f0fb4efd3de07c54420a/branches/9bcdbfea8f2d900f0387/nodes/
Score: 1.3016114
|
![]() |
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.2904756
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Configuration / UI ServerCloud CMS UI Server is a Node.js app within Docker, supporting extensible environment configurations.
Score: 1.2857212
|
![]() |
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.283237
|
![]() |
Gitana 3.2 / Guide / Guide / DockerOptimize your Cloud CMS deployment with Docker, offering flexible development and production setups on-premise or via virtual private clouds.
Score: 1.2812383
|
![]() |
Gitana 3.2 / Guide / Guide / Deployment / Deployment Handlers / Remote Deployment HandlerEffortlessly deploy to remote servers with our Remote Deployment Handler, supporting secure authentication and easy integration.
Score: 1.2703509
|