Found 477 results for "docs api templates"

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

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

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

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

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

Gitana 4.0 / Developers / Frameworks / cURL

Learn how to use cURL for API calls and connectivity with Cloud CMS, plus access key management and example scripts.

Score: 1.3244463

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

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

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

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

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

Building Applications with Ratchet JS MVC

Over the past few days, I’ve had a chance to delve back into ratchet.js which is a JavaScript MVC framework that I had a hand in building in 2010. By this point, there are a lot of JavaScript MVC frameworks that you can utilize. However, at the time we built it, we were very inspired by sammy.js, backbone.js and knockout.js. A few points on these libraries: I particularly liked sammy.js for its simplicity. The developers of that library do a great job minimizing the work and also utilized an int

Score: 1.3232479

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

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

Configure Cloud CMS Single Sign On (SSO) with JBoss Keycloak for seamless identity integration via SAML 2.0/JWT. Learn setup and usage details here.

Score: 1.315464

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

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

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

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

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

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

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

Gitana 4.0 / Self Managed / Kits

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

Score: 1.3024045

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

Supporting large binary files

Cloud CMS offers a few different ways for you to store files - including storing them in S3 (recommended) or even on a local partition (such as an NFS mount). In our SaaS offering, everything is stored in S3 automatically and when you install on-premise, you can configure this to your preference. See this documentation page under Binary Storage: https://www.cloudcms.com/documentation/docker/configuration/api-server.html We definitely can handle large binary files in the 10's or 100's of megabyte

Score: 1.2904434

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

Gitana 3.2 / Guide / Guide / Workflow / Sample Workflows / Ad hoc Approval with Email Template

Enhance your approval workflow with customizable email templates to streamline communication and decision-making.

Score: 1.2852789