Found 205 results for "appserver services"

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

Gitana / 3.2 / Guide / Guide / Integrations / Docker

Docker Cloud CMS ships its on-premise offering using Docker. Docker provides a way to package up the architectural tiers of Cloud CMS into services that can easily be deployed in all kinds of interesting configurations. It greatly reduced the heavy Dev/Ops and IT cycle involved with running a cloud infrastructure service. With Docker, our customers can easily and efficiently run Cloud CMS on-premise, in their own data centers and even on their own laptops. Cloud CMS services running in Docker ar

Score: 1.6257141

Gitana / 4.0 / Data Engine / Integrations / Docker

Docker Cloud CMS ships its on-premise offering using Docker. Docker provides a way to package up the architectural tiers of Cloud CMS into services that can easily be deployed in all kinds of interesting configurations. It greatly reduced the heavy Dev/Ops and IT cycle involved with running a cloud infrastructure service. With Docker, our customers can easily and efficiently run Cloud CMS on-premise, in their own data centers and even on their own laptops. Cloud CMS services running in Docker ar

Score: 1.6257141

Assessing the CMS cost options?

The risks and costs associated with CMSs can be frightening. Many organizations have entered a CMS project, and are still to come out. Frustrated by the on-going costs of getting the CMS to work and then the costs of keeping it working. Partly this is due to unrealistic expectations but the primary reason is not looking at all the costs upfront and assessing the resources available to support a complex IT initiative. A basic for assessing your immediate and ongoing costs for any application is w

Score: 1.6254343

Gitana / 4.0 / Data Engine / General / Overview

General Custom Domain Name Geolocation Services

Score: 1.6151865

Gitana / 4.0 / Data Engine / Nodes / Overview

Node Services Attachments Data Lists Locking Reports

Score: 1.6126704

CMS for Training and Deploying to Private GPT and AI Foundation Models - Gitana

CMS for Training and Deploying to Private GPT and AI Foundation Models - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows

Score: 1.6118107

Gitana / 3.2 / Guide / Guide / General

General Custom Domain Name Data Lists Geolocation Services Locking

Score: 1.607662

Difference between an Application and a Project

A Project is a logical separation for work within Cloud CMS. It could be a site, a sub-site, a department, a web project or anything else you'd like. Projects let you organize teams, invite members and provide a place for you to collaborate on content. An Application is something that you create to provision resources and services dedicated to your web site or web/mobile application. Each Application provides storage and services that your app can access for things like user registration, passwo

Score: 1.6055444

Gitana / 3.2 / Guide / Guide / Actions / Send a Slack Message

Send a Slack Message ID: slackMessage Sends a Slack Message to a configured channel. For information on how to connect Slack and Cloud CMS, see Slack Integration. Configuration Property Type Required Default Description url text true The webhook URL provided by slack that will send messages to the configured channel. message text false Markdown message template of message that will be sent when action is fired. Required if template node is not provided. message text false Markdown message templa

Score: 1.5858694

Gitana / 4.0 / Data Engine / Behaviors / Actions / Send a Slack Message

Send a Slack Message ID: slackMessage Sends a Slack Message to a configured channel. For information on how to connect Slack and Cloud CMS, see Slack Integration. Configuration Property Type Required Default Description url text true The webhook URL provided by slack that will send messages to the configured channel. message text false Markdown message template of message that will be sent when action is fired. Required if template node is not provided. message text false Markdown message templa

Score: 1.5858694

Gitana / 3.2 / Guide / Guide / Application Server / Services / Flow

Flow Provides API services for browser-side UI application wizards whose configuration is defined in JSON. { "flow": { "enabled": true } }

Score: 1.583079

Gitana / 4.0 / Developers / Application Server / Services / Flow

Flow Provides API services for browser-side UI application wizards whose configuration is defined in JSON. { "flow": { "enabled": true } }

Score: 1.583079

Gitana / 3.2 / Guide / Guide / Docker / Kits / API Cluster

API Cluster The api-cluster kit defines the following services: ui api1 api2 apilb mongodb elasticsearch This kit differs from the quickstart in how it handles API requests. Requests are sent to the apilb container which runs a load balancer, distributing work between api1 and api2. It is worth reviewing the cluster settings for both of your api servers in order for them to correctly communicate. Running Use the following commands: docker-compose build --force-rm docker-compose up And then open

Score: 1.5479312

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / platform-manage-context

platform-manage-context [ { "evaluator": "context-platform", "config": { "platform-manage-context": { "items": [ { "key": "platform/manage/header", "title": "Manage Platform", "header": true, "order": 10000, "allowAuthority": [ "owner", "manager", "admin" ], "items": [ { "key": "platform/settings",

Score: 1.5155654

Gitana / 4.0 / Developers / User Interface Customization / Contexts / platform-manage-context

platform-manage-context [ { "evaluator": "context-platform", "config": { "platform-manage-context": { "items": [ { "key": "platform/manage/header", "title": "Manage Platform", "header": true, "order": 10000, "allowAuthority": [ "owner", "manager", "admin" ], "items": [ { "key": "platform/settings",

Score: 1.5155654

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

OEM The OEM kit provides a way for developers, integrators, partners and those who are embedded Cloud CMS in custom solutions to build and test extensions. These extensions include UI extensions as well as API extensions in the form of Java / Spring beans. The kit consists of the following services: ui api mongodb elasticsearch These are connected like this: Running Use the following commands: docker-compose build --force-rm docker-compose up And then open a browser to: http://localhost To acc

Score: 1.5117657

Gitana / 4.0 / Self Managed / Kits / OEM

OEM The OEM kit provides a way for developers, integrators, partners and those who are embedded Cloud CMS in custom solutions to build and test extensions. These extensions include UI extensions as well as API extensions in the form of Java / Spring beans. The kit consists of the following services: ui api mongodb elasticsearch These are connected like this: Running Use the following commands: docker-compose build --force-rm docker-compose up And then open a browser to: http://localhost To acc

Score: 1.5117657

Gitana / 3.2 / Guide / Guide / Workflow / Workflow Handlers / Slack Message

Slack Message Type: slackMessage This handler sends a slack message to a configured channel. It fires the slackMessage action and accepts a standard configuration for that action type. The config for this handler is as follows: { "url": "", "message": "" } Example { "type": "slackMessage", "config": { "url": "https://hooks.slack.com/services/A/SLACK/HOOK", "message": "Hello slack!" } }

Score: 1.5004803

Gitana / 4.0 / Data Engine / Workflow / Workflow Handlers / Slack Message

Slack Message Type: slackMessage This handler sends a slack message to a configured channel. It fires the slackMessage action and accepts a standard configuration for that action type. The config for this handler is as follows: { "url": "", "message": "" } Example { "type": "slackMessage", "config": { "url": "https://hooks.slack.com/services/A/SLACK/HOOK", "message": "Hello slack!" } }

Score: 1.5004803

Can Cloud CMS help develop my app?

Cloud CMS provides implementation services to help build your iOS, Android or HTML5 application and connect it to Cloud CMS for dynamic content delivery. As experts in both the front-end and back-end technologies, we provide quality work and deliver on schedule. For a quote, please contact us and tell us about your project.

Score: 1.4918317

Gitana / 3.2 / Guide / Guide / Applications / Public Services / Setting up your Email Provider

Setting up your Email Provider The public application services often need to send emails as part of their respective flows. To do this, a public email provider must be configured for the application. This is email provider that the public services will use when dispatching emails as part of a public flow. On this page, we cover a few convenience methods that are available to test your email provider as well as send emails straight away. This page assumes that you are already familiar with email

Score: 1.4770207

Gitana / 4.0 / Data Engine / Platform / Applications / Public Services / Setting up your Email Provider

Setting up your Email Provider The public application services often need to send emails as part of their respective flows. To do this, a public email provider must be configured for the application. This is email provider that the public services will use when dispatching emails as part of a public flow. On this page, we cover a few convenience methods that are available to test your email provider as well as send emails straight away. This page assumes that you are already familiar with email

Score: 1.4770207

Use Case: Machine Learning / AI - Gitana

Use Case: Machine Learning / AI - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taking advantage of AI services t

Score: 1.4193957

Gitana / 3.2 / Guide / Guide / Integrations / Okta

Okta Okta provides cloud software that helps companies manage and secure user authentication into modern applications, and for developers to build identity controls into applications, website web services and into devices. Okta plays the role of an Identity Provider that speaks SAML 2.0 and/or JWT. Cloud CMS integrates via either of these mechanism and can therefore integrate to Okta straight away as an identity provider. Cloud CMS provides Single Sign On (SSO) Enterprise support for a variety o

Score: 1.4028845

Gitana / 3.2 / Guide / Guide / Optical Character Recognition / OCR Providers / AWS Textract

AWS Textract Handles the Optical Character Recognition detection and analysis of characters in a binary payload using the Amazon Web Services Textract Service. The AWS Textract Service is described by: accessKey secretKey region bucketName Where the accessKey and secretKey are used to identify an IAM principal who has sufficient authority to invoke AWS Textract within the given region. In addition, the IAM principal needs sufficient authorities to read, write and delete an S3 object from the gi

Score: 1.4028845