Found 624 results for "gitana 4.0 developers api definitions settings"

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

Gitana / 3.2 / Guide / Guide / Transfer

Easily transfer, backup, and move data between Cloud CMS installations with a universal import-export facility, ensuring your data is portable and accessible.

Score: 1.3510761

Gitana / 4.0 / Content Engine / Transfer / Overview

Easily transfer, backup, and move data between Cloud CMS installations with a universal import-export facility, ensuring your data is portable and accessible.

Score: 1.3510761

How does Cloud CMS compare to Prismic.io?

Not sure which CMS is a better fit? Review these points to help guide your selection. Criteria Cloud CMS Prismic.io Ease of Use Implements a role-based UI to accommodate various functions. Complex user interface for defining content types and instances. Item creation must occur here. See API Access. Update Strategy Documents are published individually, or as part of larger change sets. Documents are published individually, or as part of larger change sets. Workflow Process Flexible workflow capa

Score: 1.3505783

Comparison: Cloud CMS vs Prismic

Not sure which CMS is a better fit? Review these points to help guide your selection. Criteria Cloud CMS Prismic Ease of Use Implements a role-based UI to accommodate various functions. Complex user interface for defining content types and instances. Item creation must occur here. See API Access. Update Strategy Documents are published individually, or as part of larger change sets. Documents are published individually, or as part of larger change sets. Workflow Process Flexible workflow capabil

Score: 1.3505783

API Max Heap recommendation

What 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.3491322

Gitana / 3.2 / Guide / Guide / Deployment / Deployment Handlers / Azure Blob Storage Deployment Handler

Easily deploy packages to Azure Blob Storage with configurable options and reliable handling for seamless storage management.

Score: 1.3488021

Gitana / 4.0 / Content Engine / Deployment / Deployment Handlers / Azure Blob Storage Deployment Handler

Deploy one or more packages to Azure Blob Storage seamlessly with our efficient Deployment Handler.

Score: 1.3488021

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

Render Cloud CMS forms using Alpaca Forms by defining the type and form key. Learn implementation with examples and parameters for customization.

Score: 1.3381408

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

Render Cloud CMS forms using Alpaca Forms by defining the type and form key. Learn implementation with examples and parameters for customization.

Score: 1.3381408

Gitana / 4.0 / Developers / Frameworks / Postman

Learn how to connect to Cloud CMS using Postman with our detailed guide and step-by-step instructions.

Score: 1.3320242

Gitana / 3.2 / Guide / Guide / Content Modeling / Attachment Properties

Optimize your content management with easy-to-use attachment properties in Cloud CMS, offering seamless file integration and real-time syncing.

Score: 1.3318455

Gitana / 3.2 / Guide / Guide / Forms / Fields / Related Content

Optimize file uploads with custom options for node types, paths, sizes, and more using our advanced related content control system.

Score: 1.3318455

Gitana / 4.0 / Content Engine / Content Models / Attachment Properties

Manage binary attachments effortlessly with Cloud CMS's attachment properties, offering auto-updates and easy form integration for seamless editorial control.

Score: 1.3318455

Gitana / 4.0 / Forms / CMS / Fields / Related Content

Easily manage and upload content assets with the versatile related-content control, optimizing file storage and ensuring seamless user interaction.

Score: 1.3318455

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

Optimize user login with Cloud CMS's Single Sign On (SSO) using SAML 2.0 and JWT for seamless integration.

Score: 1.3289735

Gitana / 4.0 / Developers / Authentication / Single Sign On (SSO)

Enable seamless user authentication with Cloud CMS's SAML and JWT Enterprise SSO integration, compatible with major identity providers.

Score: 1.3289735

Cloud CMS Architecture

Cloud 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.3200675

How does Cloud CMS compare to Contentful?

Not sure which CMS is a better fit? Review these points to help guide your selection. Criteria Cloud CMS Contentful Ease of Use Implements a role-based UI to accommodate various functions. Simple user interface for defining content types and instances. Update Strategy Documents are published individually, or as part of larger change sets. Documents are published one-by-one. Workflow Process Flexible workflow capability. Allows teams and roles to be created along with a workflow designer for defi

Score: 1.3137448

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.31124

Comparison: Cloud CMS vs Contentful

Looking for the best CMS online? Review these points to help guide your headless CMS selection. Criteria Cloud CMS Contentful Ease of Use Implements a role-based UI to accommodate various functions. Simple user interface for defining content types and instances. Flexibility JSON schema with types and associations that you can continually evolve in-place. Basic content model only, difficult to change once configured Update Strategy Documents are published individually, or as part of larger change

Score: 1.3068888

Gitana / 4.0 / Forms / API / Custom Fields

Create custom fields in Alpaca forms with ease. Extend field types, override methods, and access open-source code to customize UI components.

Score: 1.306441

Gitana / 4.0 / Forms / Fields / Color Picker Field

Bootstrap Color Picker: Customize and select hexadecimal colors easily with our adaptable color picker tool. Ideal for web developers.

Score: 1.306441

Gitana / 3.2 / Guide / Guide / Docker / Kits

Download Cloud CMS Docker Kits for pre-built configurations, API setup, and more. Ideal for quick deployment and versatile references.

Score: 1.2983233

Gitana / 4.0 / Self Managed / Kits / Overview

Explore Cloud CMS Docker kits for pre-built configurations, from quick starts to OEM, designed to simplify deployment and improve performance.

Score: 1.2983233

Proxy API calls

Whenever a resulting URL looks something like: https://api.cloudcms.com/repositories/f0fb4efd3de07c54420a/branches/9bcdbfea8f2d900f0387/nodes//attachments/thumb.jpg It works great as an API URL but not necessarily as one that can be resolved by the end user's browser. In a typical Node.js-based architecture, you have the User’s browser Node.js application server Cloud CMS backend API The URL generated above is the URL directly to the resource in the backend API. What you really would pre

Score: 1.2975172