Found 313 results for "appserver appserver overview module"

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

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / document-actions

Efficiently manage documents with multilingual, lock, or attachment features, allowing actions like lock, unlock, update, or download in the admin console.

Score: 3.0016413

Gitana 4.0 / Developers / User Interface Customization / Contexts / document-actions

Efficiently manage documents with multilingual, lock, or attachment features, allowing actions like lock, unlock, update, or download in the admin console.

Score: 3.0016413

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / header

Explore our Help and Account sections for easy access to documentation, videos, support, account settings, and subscription management.

Score: 2.9396832

Gitana 4.0 / Developers / User Interface Customization / Contexts / header

Explore our Help and Account sections for easy access to documentation, videos, support, account settings, and subscription management.

Score: 2.9396832

Gitana 3.2 / Guide / Guide / User Interface / Multilingual / Customize Translations UI

Simplify your UI with Cloud CMS by configuring multilingual document translations effortlessly. See how to customize your interface easily.

Score: 2.67872

Gitana 4.0 / User Interface / User Interface / Multilingual / Customize Translations UI

Customize Cloud CMS UI for multilingual document translations with simple configurations in your module. Adjust translation visibility easily.

Score: 2.67872

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

Gitana 3.2 / Guide / Guide / Forms / Fields / CK Editor

Enhance your forms with CKEditor, a customizable HTML editor with plugins, for intuitive visual editing and streamlined content management.

Score: 2.4458973

Gitana 4.0 / Forms / CMS / Fields / CK Editor

Enhance your editorial experience with CKEditor, a flexible HTML editor with customizable plugins and tools for visual HTML editing.

Score: 2.4458973

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

Gitana 3.2 / Guide / Guide / Application Server / Installation

Learn how to set up your server with our comprehensive guides: Docker, Module, or Standalone Installation for Gitana 3.2.

Score: 2.4300473

Gitana 4.0 / Developers / Application Server / Installation

Explore Docker, Module, and Standalone installation guides for Gitana App Server. Step-by-step instructions for seamless setup.

Score: 2.4300473

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

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts

Explore Cloud CMS's browser-side configuration service to customize rendering with context keys and schemas. Extend component functionality using actions, navigation, and dashboard elements.

Score: 2.2686682

Gitana 4.0 / Developers / User Interface Customization / Contexts

Optimize your Cloud CMS experience by understanding and extending context configurations for dynamic page rendering and component control.

Score: 2.2686682

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

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

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

Gitana 4.0 / Developers / Command Line Interface / Commands

Explore Cloud CMS CLI commands for managing repositories, nodes, domains, projects, and more efficiently. Your guide to streamlined operations.

Score: 1.9830244

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

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

Gitana 3.2 / Guide / Guide / Command Line

The Cloud CMS command-line client enables developers to manage projects and resources seamlessly. Easy setup and free access included.

Score: 1.883584

Gitana 3.2 / Guide / Guide / UI Developers Guide / Evaluators

Learn how evaluators define conditions for runtime configurations, impacting observed data and user permissions, with a wide variety of types available.

Score: 1.8222003

Gitana 4.0 / Developers / User Interface Customization / Evaluators

Discover how evaluators help define conditions for configuration inclusion based on runtime aspects like observables, permissions, and current user authority.

Score: 1.8222003

Node Lifecycle Events

First, you configure your tenant with the AWS credentials of an IAM user and a SNS topic ARN that you wish to publish notification events to. This can be on your own AWS account so that you can work with these notifications any way you'd like. The notifications are for a variety of node lifecycle events. The primary one is "node_invalidation" which happens whenever a node's state changes. It's an indication that anyone caching anything downstream might want to reconsider their cache state. In te

Score: 1.7923119