Found 572 results for "gitana 4.0 developers api resources deployment post-deployments-deploymentid-analyze"

The search executed in 0.003158625 seconds. That's fast.

Sync from one environment to another

Within Cloud CMS sync capabiities are generally referred to as the "transfer system". They allow you to export individual objects, data stores or even collections of these as an archive (ZIP) within a vault. You can then move those archives to storage for backup or move them to new Cloud CMS server instances for restoration or replication. We have support for transfer within our API, our drivers and also within the user interface. The latter is useful in that you can script it pretty effectively

Score: 0.87163574

Gitana 4.0 / User Interface / User Interface / Multilingual

Optimize your content for multilingual support with features to set locales, manage translations, and apply multilingual behavior.

Score: 0.8695805

Dynamic ProxyPassReverseCookieDomain with Apache 2

We do a lot of HTML5 and JavaScript application hosting at Cloud CMS. Our platform lets you build HTML5 applications and deploy them to our cloud infrastructure with just a couple of clicks. As a result, we’ve gotten pretty friendly with Apache 2, virtual hosts, mod_rewrite, proxies and more. Applications built on our platform use OAuth2 over SSL. We support all of the authentication flows even for HTML5/JS applications. Inherently, these applications are considered “untrusted” in any two-legged

Score: 0.8695805

Gitana 3.2 / Guide / Guide / Traversal

Explore Cloud CMS's powerful Traversal API to query graph-like content structures by relationships, nodes, and associations, ensuring secure, efficient data retrieval.

Score: 0.8688976

Gitana 3.2 / Guide / Guide / Application Server / Web Content Management

Streamline content management with Cloud CMS. Easily edit, preview, and publish web pages for seamless collaboration and optimized performance.

Score: 0.8688976

Gitana 4.0 / Developers / Application Server / Web Content Management

Streamline content management with Cloud CMS. Easily edit, preview, and publish web pages for seamless collaboration and optimized performance.

Score: 0.8688976

Gitana 4.0 / Content Engine / Traversal

Optimize content exploration in Cloud CMS with advanced traversal techniques, defining node connections and permissions for refined content discovery.

Score: 0.8688976

Security: Grade A

Cloud CMS comes in two flavors - on-premise and hosted. For our hosted customers, we host 100% of Cloud CMS and take care of all of the data backup, migrations, security, load balancing and… well, everything! It’s the whole kit and kaboodle. It’s all of the DevOps and stuff solved for you. One of the fun aspects of this is keeping up with security requirements around SSL and HTTP Transport. Cloud CMS customers automatically gain the advantage of SSL for all of their communication with the Cloud

Score: 0.856816

Requirements for CMS Publishing

What does "publish" mean? In a CMS, publishing means moving content from a draft state to a published version. It will update the content on the published target(s) with the changes made since the last publish date. This sounds simple enough but the requirements for publishing are usually far more complex and interesting. What Publishing must do Publish must work Seems like this is stating the obvious but it is critical. Must be able to confidently publish desired content to the right place and

Score: 0.8509221

Gitana 3.2 / Guide / Guide / Templates / Workflow

Explore comprehensive details of a workflow instance, including ID, state, context, and associated project information, all accessible via intuitive URLs.

Score: 0.84249175

Gitana 4.0 / Content Engine / Templates / Workflow

Explore comprehensive details of a workflow instance, including ID, state, context, and associated project information, all accessible via intuitive URLs.

Score: 0.84249175

Gitana 3.2 / Guide / Guide / Attachments

Effortlessly manage and store binary assets as attachments on objects within Cloud CMS, all through intuitive JSON-based handling and a user-friendly interface.

Score: 0.84057146

Gitana 4.0 / Content Engine / Nodes / Attachments

Efficiently store and retrieve binary assets with Cloud CMS, supporting attachments for objects like Content Nodes, Users, and Archives.

Score: 0.84057146

Gitana 3.2 / Guide / Guide / Features

Discover Cloud CMS's versatile features to enhance your content nodes with behaviors like multilingual support, geolocation, audit logging, and more.

Score: 0.81612515

Gitana 4.0 / Content Engine / Aspects

Enhance your Cloud CMS content with features like multilingual, geolocation, and thumbnails. Customize with JSON for seamless integration.

Score: 0.81612515

Gitana 3.2 / Guide / Guide / Application Server / Tags / @queryOne

Optimize your node queries with @queryOne. Retrieve and display single content items efficiently with advanced sorting, filtering, and caching options.

Score: 0.8152335

Gitana 4.0 / Developers / Application Server / Tags / @queryOne

Optimize your node queries with @queryOne. Retrieve and display single content items efficiently with advanced sorting, filtering, and caching options.

Score: 0.8152335

Gitana 3.2 / Guide / Guide / Single Sign On (SSO) / JWT

Learn how to configure Cloud CMS for JWT with an easy step-by-step guide. Integrate single sign-on (SSO) using JWT effectively.

Score: 0.7949828

Gitana 3.2 / Guide / Guide / Features / Container

Learn how Cloud CMS allows flexible node relationships without assumed structures, supporting container models with the f:container feature.

Score: 0.78968394

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.73

Upgrade to Cloud CMS 3.2.73, connect Elastic Search via condor client, and optimize using our command line upgrade tool.

Score: 0.78968394

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.74

Upgrade smoothly to Cloud CMS 3.2.74 with our tools for configuring Elastic Search clients and using the Command Line Client for optimal performance.

Score: 0.78968394

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.76

Upgrade to Cloud CMS 3.2.76 with new tools for seamless configuration and Elastic Search integration using the optimized condor client.

Score: 0.78968394

Gitana 4.0 / Content Engine / Aspects / Container

Learn how Cloud CMS allows flexible node relationships without assumed structures, supporting container models with the f:container feature.

Score: 0.78968394

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: 0.78968394

Programmatically create content in a folder?

The Cloud CMS content API lets you work with JSON to create any kind of content you'd like. It supports any JSON structure you desire and also supports a number of special properties that you can use to make life easier for you. These special properties are: _rootNodeId - The mount node ID of the root against which relatives path are computed. By default, this is the root of the repository. In general, it isn't necessary to use this property unless you have multiple mount nodes configured. And m

Score: 0.76568717