Found 278 results for "release download index"
The search executed in 0.001456916 seconds. That's fast.
![]() |
Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.88Upgrade to Cloud CMS 3.2.88! Enjoy ARM aarch64 support with better performance and lower costs. Requires MongoDB 4.0+ and Redis 6.x+.
Score: 3.2865005
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.89Upgrade to Cloud CMS 3.2.89 with ARM-64 support, MongoDB 4.4+ requirements, and Redis 6.x configuration for improved performance and deployment flexibility.
Score: 3.2865005
|
![]() |
Cloud CMS JavaScript Driver Release 1.0.3 is out!The Cloud CMS team is pleased to announce the immediate availability of version 1.0.3 of the Cloud CMS JavaScript Driver for jQuery, Dojo, Javascript/HTML5 and Node.js applications. Download today from http://github.com/gitana/gitana-javascript-driver. JavaScript Driver for Cloud CMS The Cloud CMS JavaScript Driver is a JS library that you can drop into your HTML5/JS applications to take advantage of the authoring and delivery APIs of the Cloud CMS server. It makes it easier for developers to ut
Score: 3.2865005
|
![]() |
Download Version 1.0.3 of the Cloud CMS Java DriverThe Cloud CMS team is pleased to announce the immediate availability of the 1.0.3 version of the Gitana Java Driver for Cloud CMS. Java Driver for Cloud CMS The Gitana Java Driver is a Java library that you can include with your Java applications to take advantage of a programmatic way of interacting with the Cloud CMS server. It makes it easier for developers to utilize Cloud CMS functionality without having to manually handle calls against HTTP/REST, data serialization and event handling. The
Score: 3.2762334
|
![]() |
Upgrade to version 1.0.6 of our new JavaScript/HTML5 driver!The Cloud CMS team is pleased to announce the immediate availability of the 1.0.6 version of the Gitana JavaScript Driver for Cloud CMS. JavaScript Driver for Cloud CMS The Gitana JavaScript Driver is a JS library that you can drop into your HTML5/JS applications to take advantage of the authoring and delivery APIs of the Cloud CMS server. It makes it easier for developers to utilize the Cloud CMS HTTP/REST APIs by providing native convenience functions via JavaScript. The Gitana JavaScript Driv
Score: 3.14853
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.79Upgrade to Cloud CMS 3.2.79 with support for ARM-64, enhanced ElasticSearch integration, and Redis 6.x compatibility for improved performance.
Score: 3.1246758
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.80Upgrade to Cloud CMS 3.2.80 for enhanced ARM-64 support, improved ElasticSearch integration, and Redis 6.x compatibility. Optimize your deployment now.
Score: 3.1246758
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.81Upgrade to Cloud CMS 3.2.81 for ARM aarch64 support, new ElasticSearch client, Redis 6.x upgrade, and improved performance. Explore release notes now!
Score: 3.1246758
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.82Upgrade to Cloud CMS 3.2.82 for ARM-64 support and enhanced performance. Optimize ElasticSearch connections with the Condor client and update Redis to 6.x+.
Score: 3.1246758
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.83Upgrade to Cloud CMS 3.2.83 with improved ARM aarch64 support, ElasticSearch connection via condor, and Redis updates for better performance.
Score: 3.1246758
|
![]() |
Alpaca 1.0.3 Released!We’re pleased to announce the release of Alpaca Web Forms 1.0.3 for jQuery, jQuery UI and jQuery Mobile. Alpaca is an open-source project that provides an easy way to render web forms using JSON schema. It consists of a jQuery plugin and provides a nice abstraction so that you can change form layouts, validation logic and presentation with simple changes to JSON. Alpaca provides the web forms capabilities for Cloud CMS - The Cloud Content Management Platform for the Enterprise. This release incl
Score: 3.0591185
|
![]() |
Gitana 4.0 / Developers / Command Line Interface / CommandsOptimize your Cloud CMS commands with our comprehensive Command Line Interface guide. Explore root, admin, application, and archive commands efficiently.
Score: 2.9313126
|
![]() |
Gitana 3.2 / Guide / Guide / Command LineEffortlessly manage Cloud CMS projects with a node.js CLI. Seamlessly install, connect and execute commands for free.
Score: 2.7607503
|
![]() |
Misc 1.0 / Tools / CLICloud CMS CLI offers developers a free and easy-to-use tool to manage projects, data stores, and more from the command line.
Score: 2.7607503
|
![]() |
Gitana 3.2 / Guide / Guide / Features / IndexableOptimize your content indexing with Cloud CMS. Configure search-index updates, exclude paths, and enhance performance for precise search results.
Score: 2.7115064
|
![]() |
Gitana 4.0 / Content Engine / Aspects / IndexableOptimize your content indexing with Cloud CMS. Configure search-index updates, exclude paths, and enhance performance for precise search results.
Score: 2.7115064
|
![]() |
Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / messagesManage and resolve release conflicts efficiently with tools to schedule, finalize, and review changes in your projects.
Score: 2.517584
|
![]() |
Gitana 4.0 / Developers / User Interface Customization / Contexts / messagesManage and resolve release conflicts efficiently with tools to schedule, finalize, and review changes in your projects.
Score: 2.517584
|
![]() |
How do I search for nested content?Cloud CMS maintains two indexes that are of interest for finding things. The primary index is the MongoDB index - against which you can run any query you can dream up using the MongoDB DSL. The secondary index is the Elastic Search index - against which you can run any search you can dream up using the Elastic Search DSL. For information all kinds of really powerful stuff you can do with this, see: https://www.cloudcms.com/documentation/content-services/query.html https://www.cloudcms.com/docume
Score: 2.5154233
|
![]() |
Gitana 3.2 / Guide / Guide / Releases / ActionsConfigure and execute release actions with Gitana; supports email, Slack, and web hooks. Customize with JSON for optimal workflow integration.
Score: 2.5105524
|
![]() |
Gitana 4.0 / Content Engine / Branch Overview / Releases / ActionsConfigure actions like sending emails, Slack messages, or firing web hooks on release events. Utilize variables like releaseId for custom setups.
Score: 2.5105524
|
![]() |
Query PerformanceApplication queries Application code which consumes Cloud CMS content typically runs query API calls. These queries can be optimized in the following ways: Request only the properties needed When an application requires only a few properties from a set of nodes you should use “_fields” to limit the properties returned. This can drastically reduce the size of the payload and therefore the response time. In this example, we only need “_doc”, “title” and “_type” so these are the only fields that wi
Score: 2.506209
|
![]() |
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: 2.4948835
|
![]() |
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: 2.4948835
|
![]() |
Gitana 3.2 / Guide / Guide / User Interface / ReleasesManage content effortlessly with Cloud CMS Releases, enabling collaborative workspaces, scheduled publishing, and conflict resolution for seamless content management.
Score: 2.4662998
|