Found 542 results for "gitana 3.2 guide guide api metadata"

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

Gitana 4.0 / Reference / Types / Server

Explore our comprehensive Server API documentation, featuring methods, properties, and examples to accelerate your development efforts.

Score: 1.5079744

Gitana 3.2 / Guide / Guide / Branches / Actions

Configure automated actions for release events with JSON settings. Supports Send Email and Web Hook with variables like releaseId and branchId.

Score: 1.4813809

Gitana 4.0 / Content Engine / Branches / Actions

Optimize your release management with configurable actions, variables, email, and web hooks. Tailor JSON settings for precise execution.

Score: 1.4813809

Gitana 3.2 / Guide / Guide / Docker / UI Extensions

Enhance your Cloud CMS UI with Docker-based extensions for seamless customization and integration. Ideal for on-premise deployment.

Score: 1.4697715

Gitana 4.0 / Self Managed / UI Extensions

Enhance your Cloud CMS UI with Docker-based extensions for seamless customization and integration. Ideal for on-premise deployment.

Score: 1.4697715

Gitana 3.2 / Guide / Guide / User Interface / Projects / Export a Project

Export, backup, and share your projects seamlessly with Cloud CMS. Store archives in a Vault and manage metadata for easy collaboration.

Score: 1.4519491

Gitana 4.0 / User Interface / Projects / Export a Project

Effortlessly export and manage Cloud CMS projects as archives for backup, restore, or template creation. Move projects across environments with ease.

Score: 1.4519491

Gitana 3.2 / Guide / Guide / Application Server / Authentication / Providers / LinkedIn

Enable LinkedIn authentication for Cloud CMS with integrated SSO. Configure your API keys to connect your app seamlessly.

Score: 1.3759862

Gitana 3.2 / Guide / Guide / Docker / Kits / Quickstart

Set up your development environment quickly with our Quickstart kit, featuring UI, API, MongoDB, and Elasticsearch. Perfect for beginners!

Score: 1.3664562

Gitana 4.0 / Self Managed / Kits / Quickstart

Launch your app effortlessly with Quickstart! Connect UI, API, MongoDB, and Elasticsearch using Docker for seamless local development.

Score: 1.3664562

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

Gitana 3.2 / Guide / Guide / Bulk Import / Files

Effortlessly import and manage diverse content types in Cloud CMS using the Bulk Import tool and cloudcms-packager for seamless repository integration.

Score: 1.35076

Gitana 4.0 / Content Engine / Bulk Import / Files

Effortlessly import and manage diverse file types in Cloud CMS with our powerful Bulk Import tool and cloudcms-packager module.

Score: 1.35076

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

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

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

Gitana 4.0 / Reference / Types / Deployment Package

Explore the Deployment Package in our Platform documentation, featuring properties, methods, and language-specific cookbooks to enhance your development.

Score: 1.3186044

Gitana 4.0 / Reference / Types / Deployment Record

Discover the comprehensive guide to Deployment Record, detailing methods, properties, schema, and available API interactions.

Score: 1.3186044

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

Gitana 4.0 / Self Managed / Containers / UI Server

Optimize your Cloud CMS UI Server with extensible Node.js features and environment configurations for seamless API integration.

Score: 1.3151822

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

Gitana 4.0 / Reference / Types / Changeset

Explore Changeset API for Cloud CMS to manage your branch content with ease. Enhance content curation and authoring with advanced features.

Score: 1.2977421

Gitana 3.2 / Guide / Guide / Docker / Configuration / UI Server

Cloud CMS UI Server is a Node.js app within Docker, supporting extensible environment configurations.

Score: 1.2856888

Gitana 4.0 / Reference / Types / Platform

Access Cloud CMS data stores and platform-scoped objects with authentication for robust data management and development.

Score: 1.2853491

REST based access calls

The 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.2832074