Found 629 results for "gitana 4.0 developers api resources email get-applications-applicationid-emails"
The search executed in 0.002385411 seconds. That's fast.
![]() |
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.2989264
|
![]() |
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.291794
|
![]() |
Building Applications with Ratchet JS MVCOver the past few days, I’ve had a chance to delve back into ratchet.js which is a JavaScript MVC framework that I had a hand in building in 2010. By this point, there are a lot of JavaScript MVC frameworks that you can utilize. However, at the time we built it, we were very inspired by sammy.js, backbone.js and knockout.js. A few points on these libraries: I particularly liked sammy.js for its simplicity. The developers of that library do a great job minimizing the work and also utilized an int
Score: 1.282623
|
![]() |
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.2784762
|
![]() |
Gitana 4.0 / Content Engine / Deployment / Deployment Handlers / Remote Deployment HandlerEffortlessly deploy to remote servers with our Remote Deployment Handler, supporting secure authentication and easy integration.
Score: 1.2784762
|
![]() |
Gitana 3.2 / Guide / Guide / Integrations / ActiveMQOptimize your backend applications with ActiveMQ, a high-performance message broker, integrated with Cloud CMS for seamless API notifications.
Score: 1.273195
|
![]() |
Gitana 4.0 / Content Engine / Integrations / ActiveMQOptimize your Cloud CMS integration using Apache ActiveMQ for seamless API event handling and message queuing. Enhance scalability and performance.
Score: 1.273195
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Authentication / Providers / GitHubIntegrate GitHub authentication with Cloud CMS for seamless SSO and secure your applications with API keys configuration.
Score: 1.2678517
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Authentication / Providers / GoogleSeamlessly integrate Google SSO for your apps with Cloud CMS, offering easy setup of API keys for secure authentication.
Score: 1.2678517
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Authentication / Providers / TwitterEnable Twitter SSO in Cloud CMS with easy integration for web or mobile apps using API keys. Discover setup tips and configuration examples here.
Score: 1.2678517
|
![]() |
Gitana 4.0 / Developers / Application Server / Authentication / Providers / GoogleOptimize your Cloud CMS authentication by integrating Google SSO with our simple configuration guide.
Score: 1.2678517
|
![]() |
Gitana 3.2 / Guide / Guide / Bulk Import / CSVEasily import and manage CSV data in Cloud CMS using the Bulk Import tool, with examples from the 2014 World Cup Finals.
Score: 1.2671876
|
![]() |
Gitana 4.0 / Content Engine / Bulk Import / CSVImport CSV data effortlessly into Cloud CMS with our Bulk Import tool. Perfect for World Cup match data or any CSV file.
Score: 1.2671876
|
![]() |
Gitana 3.2 / Guide / Guide / Binary Files / File System Binary StorageOptimize your Cloud CMS file storage with efficient, configurable binary storage solutions for on-premise deployment.
Score: 1.2668306
|
![]() |
Gitana 4.0 / Content Engine / Platform / Binary Files / File System Binary StorageOptimize your storage with Cloud CMS through flexible binary file management, tailored for both shared and single-server environments.
Score: 1.2668306
|
![]() |
Migrating Binary files to S3By default, on-premise installations of Cloud CMS are configured with a GridFS (`gridfs`) Binary Storage Provider. This allows Cloud CMS to read and write binary files (such as attachments) to GridFS. At some point, as your installation grows, you may want change this. Suppose you wanted to move your binary files into S3 and use S3 as a Binary Storage Provider for Cloud CMS. To do so, we recommend the following steps: 1. Make a backup of your Cloud CMS database. 2. Create an S3 bucket and IAM us
Score: 1.2665756
|
![]() |
Getting Started Videos for Cloud CMSWe are very proud of Cloud CMS and encourage you to see for yourself the potential of Cloud CMS (Free Trial). To help you get the most out of the trial and knowledge of some of the features, we have recorded a number of ‘Getting Started’ videos showing some basic features, administration, and a ‘taster’ of some of the more interesting advanced features. (More videos to come for the advanced features). The Getting Started videos: Create a Project Add Users to Projects Upload Content Add Comments
Score: 1.2619319
|
![]() |
How does Cloud CMS work with a CDNThere are a few places where this either occurs automatically if you're using our hosted service or can occur optionally if you're either running within Docker containers on your own or integrating to custom CDN endpoints. First, the API itself can be fronted by a CDN that supports fallback lookup to an origin server. In this case, we recommend Amazon CloudFront with short-lived TTLs on cache headers. More specifically, you can use Amazon's API Gateway to get caching coverage across multiple geo
Score: 1.2543321
|
![]() |
Gitana 3.2 / Guide / Guide / API / Rate LimitingOptimize your Cloud CMS usage with rate limiting. Manage API requests effectively to maintain seamless app performance. Learn about bands and headers.
Score: 1.2454779
|
![]() |
How to Retrieve content by their document library pathYou can retrieve content by their document library path using the CMS API using the Node API. For example, you can paginate through the children of a node using this call: http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId_children GET /repositories/{repositoryId}/branches/{branchId}/nodes/{nodeId}/children?path={path} In this case, you would set "nodeId" to the value "root" to indicate the root node. And then use "path" to describe the offset. If yo
Score: 1.2439651
|
![]() |
Gitana 3.2 / Guide / Guide / UI Developers Guide / Templates / List ItemsCustomize your list item displays in CloudCMS UI using templates. Learn to configure icons, descriptions, and create tailor-made views effortlessly.
Score: 1.2435217
|
![]() |
Gitana 4.0 / Developers / User Interface Customization / Templates / List ItemsCustomize list items in CloudCMS UI with icons and descriptions using flexible templates. Learn how to create, sort, and manage list item displays.
Score: 1.2435217
|
![]() |
Gitana 4.0 / Forms / Fields / Object FieldComprehensive guide on using the 'object' field in schemas, with examples and customization options for properties, types, and styles.
Score: 1.239773
|
![]() |
Gitana 3.2 / Guide / Guide / Publishing / Preview ServersSet up Preview Servers to test website changes before going live. Customize servers for URL, API, or application endpoints.
Score: 1.2357969
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Maintenance / Health Check / Load BalancersOptimize your Cloud CMS production environment with efficient load balancers for API and UI, ensuring high availability and reliability.
Score: 1.2357969
|