Found 602 results for "gitana 4.0 engine api datatypes branch"

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

Gitana 3.2 / Guide / Guide / Application Server / Installation / Docker Installation

Get started with Cloud CMS Application Server using Docker. Learn installation, configuration, and setup for seamless integration across platforms.

Score: 3.1532574

Gitana 4.0 / Developers / Application Server / Installation / Docker Installation

Easily install and configure Cloud CMS on Docker with our step-by-step guide. Learn to build, run, and connect using Docker and Git tools.

Score: 3.1532574

Gitana 4.0 / Content Engine / Access Policies / System Policies / project-collaborator

Explore the project-collaborator Gitana System Access Policy, detailing roles and conditions for granting Collaborator and Contributor permissions.

Score: 3.1234508

Gitana 4.0 / Developers / Frameworks / AngularJS

Connect Gitana content to your Angular app easily. Follow step-by-step instructions to set up API Keys and kickstart your project with sample code.

Score: 3.089666

Gitana 3.2 / Guide / Guide / Docker / Kits / OEM

Optimize Cloud CMS integrations with the OEM kit, featuring UI and API extensions for developers and partners. Build and test seamlessly.

Score: 3.0789528

Gitana 4.0 / Self Managed / Kits / OEM

OEM kit streamlines building and testing UI and API extensions in customized Cloud CMS solutions, using Docker and tools like MongoDB and Elasticsearch.

Score: 3.0789528

Gitana 4.0 / Self Managed

Run Gitana on-premise or in a virtual private cloud with Kubernetes and Helm support. Set up with MongoDB, Elastic Search, and more for development.

Score: 3.0277498

Sign up for a free 14-day trial account - Gitana

Sign up for a free 14-day trial account - Gitana Try Gitana All we need is a valid email address to get started. We'll send you a link that you can use to sign up. Get Started

Score: 3.0146055

Gitana 4.0 / Developers / Drivers / Ruby

Connect your Ruby apps to Gitana with ease. Use our open-source Ruby driver for seamless API integration and access comprehensive documentation.

Score: 3.0021896

Gitana 4.0 / Developers / Frameworks / Next.js

Build and deploy static sites with Next.js and Cloud CMS. Easy setup, configuration guides, and example projects included.

Score: 2.9530091

Gitana 4.0 / Developers / Frameworks / SvelteKit

Build static and hybrid sites effortlessly with SvelteKit and Cloud CMS. Discover tools, API setup, and sample projects to enhance your development.

Score: 2.9530091

Gitana 4.0

Discover all features and capabilities of Cloud CMS 4.0 with our comprehensive documentation guide.

Score: 2.9130826

Gitana 4.0 / Developers / Frameworks / React

Learn to connect React apps with Cloud CMS. Access API keys, explore bookstore site, and setup using Gitana SDK for seamless content integration.

Score: 2.9097767

Gitana 4.0 / Developers / Frameworks / Vue.js

Learn to connect Vue.js apps to Cloud CMS with this guide, featuring API key setup and a sample bookstore project for Nuxt.js developers.

Score: 2.9097767

Gitana 4.0 / Developers / Frameworks / Gatsby

Build static sites effortlessly with Gatsby and Cloud CMS. Connect using our GraphQL plugin and explore examples to jumpstart your project.

Score: 2.88748

Gitana 4.0 / Developers / Frameworks / Nuxt.js

Create static sites effortlessly with Nuxt.js and Cloud CMS. Access tools, examples, and the Cloud CMS Nuxt module for seamless content integration.

Score: 2.88748

Gitana 3.2 / Guide / Guide / Docker / Security Notices / CVE-2022-22965

Secure your Cloud CMS instance against CVE-2022-22965 by upgrading to 3.2.76 or applying our recommended workaround.

Score: 2.8223

Gitana 3.2 / Guide / Guide / Security

Secure your content with Cloud CMS. Our platform offers robust, multi-layered access controls ensuring only authorized users access your data.

Score: 2.8176484

Is there a programmatic way to add more content to workflows?

There is a programmatic way to add more content to workflows once they're in-flight. However, once the workflow is in-flight, the workflow process instance isn't the correct place to add things. Instead, you'd want to add new content to a workflow task. Essentially, a workflow is made up of a series of tasks. When the workflow transitions from one node to another in the workflow model, it instantiates a new task and the task holds the state (and references to documents) for that phase of the wor

Score: 2.8154268

Using the JavaScript driver to run an elasticsearch query

The Cloud CMS REST API allows for elasticsearch queries against a branch. The API endpoint is POST /repositories/{repositoryId}/branches/{branchId}/nodes/search The payload is a JSON object containing a top-level property called "search" which wraps the elasticsearch DSL query. The JavaScript driver exposes this call on the Branch object using the searchNodes() methods. Examples: 1) Search for nodes containing the keyword "hello" in any property: req.branch(function (err, branch) { branch.trap(f

Score: 2.7920518

Gitana 3.2 / Guide / Guide / Actions / Web Hook

Optimize your HTTP web hook calls with detailed configuration options for authentication, headers, and payloads, ensuring secure and effective communication.

Score: 2.7339902

Gitana 4.0 / Content Engine / Behaviors / Actions / Web Hook

Optimize your HTTP web hook calls with detailed configuration options for authentication, headers, and payloads, ensuring secure and effective communication.

Score: 2.7339902

The Beauty of Cloud CMS Chaining

Chaining 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: 2.7018378

Gitana 3.2 / Guide / Guide / Publishing / Preview Servers

Set up Preview Servers to test website changes before going live. Customize servers for URL, API, or application endpoints.

Score: 2.6925864

Gitana 4.0 / Content Engine / Publishing / Preview Servers

Set up Preview Servers to detect issues before going live. Customize server types: URL, API, or Application, for efficient content review.

Score: 2.6925864