Found 570 results for "ui-dev configuration"

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

Gitana 4.0 / Self Managed / Docker

Optimize Cloud CMS with Docker for seamless development and production. Deploy on-premise or in private clouds with ease, leveraging AWS and Docker tools.

Score: 0.5854316

Gitana 3.2 / Guide / Guide / API / Data Types / Registration

Optimize your registration process with detailed guidance on configuration, email management, billing options, and user properties for seamless integration.

Score: 0.58511937

Gitana 3.2 / Guide / Guide / Features / Rates

Optimize your association ratings with automatic computation of rating statistics, including total count, value, and averages.

Score: 0.56863195

Gitana 3.2 / Guide / Guide / Application Server / Installation / Standalone Installation

Easily set up the Cloud CMS Application Server with Node.js, Git, and simple configuration steps for seamless content delivery.

Score: 0.56863195

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.73

Upgrade to Cloud CMS 3.2.73 and ensure seamless integration with ElasticSearch using the optimized condor client and comprehensive upgrade tools.

Score: 0.56863195

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.74

Upgrade to Cloud CMS 3.2.74: Configure with the condor client for ElasticSearch and use the upgrade tool for a seamless transition.

Score: 0.56863195

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.76

Upgrade to Cloud CMS 3.2.76 with our new upgrade tool and configure your system for enhanced ElasticSearch support using the Condor HTTP/S client.

Score: 0.56863195

Gitana 4.0 / Developers / Application Server / Installation / Standalone Installation

Set up the Cloud CMS Application Server with Node.js and Git for seamless content management. Download, configure, and launch easily.

Score: 0.56863195

Gitana 4.0 / Content Engine / Aspects / Rates

Optimize your association ratings with automatic computation of rating statistics, including total count, value, and averages.

Score: 0.56863195

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

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

Gitana 4.0 / Reference / Types / UI Config

Explore the comprehensive UI Config documentation to efficiently manage and customize user interfaces. Access features, methods, and cookbooks for various languages.

Score: 0.5613232

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

Gitana 4.0 / Content Engine / 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: 0.55525184

Gitana 3.2 / Guide / Guide / Antivirus Scanning

Enable seamless antivirus scanning for Cloud CMS, ensuring secure content uploads and reliable protection against threats across SaaS and on-premise solutions.

Score: 0.55138063

Gitana 3.2 / Guide / Guide / Command Line / Modules Commands

Optimize Cloud CMS command-line tool for deploying, managing, and registering JavaScript UI modules from public Git repositories.

Score: 0.55138063

Gitana 4.0 / Developers / Command Line Interface / Modules Commands

Optimize Cloud CMS modules with command-line tools to register, deploy, and manage UI modules using GitHub in AMD format.

Score: 0.55138063

Gitana 4.0 / Content Engine / Platform / Antivirus Scanning

Enable advanced virus scanning for Cloud CMS content with our robust antivirus integration, ensuring secure data management across platforms.

Score: 0.55138063

Gitana 4.0 / Forms / API / Internationalization

Enhance web forms with Alpaca's i18n bundles. Localized support for 16 languages, including Spanish and Chinese. Easy customization options.

Score: 0.55138063

Content Model - Association example

Question. Suppose that I have the following collection types: Customers Orders and I want to store the Customer ID and the Customer Name on each Order… If the customer then updates his Name, how is it possible (if at all) to update the customer’s name on all of his orders - in a single atomic transaction? Answer. For this situation, you would have two content types - Customer and Order. One good way to address this is to utilize an association between the two. You could declare an association ty

Score: 0.55138063

Gitana 3.2 / Guide / Guide / Applications / Public Services / Forgot Username Flow

Enable secure username recovery in your app with Cloud CMS, utilizing email-based retrieval for a seamless user experience.

Score: 0.5503435

Gitana 4.0 / Content Engine / Platform / Applications / Public Services / Forgot Username Flow

Enable secure username recovery in Cloud CMS with our guide on using the 'forgot username' flow, ensuring easy access for your app users.

Score: 0.5503435

Content Management as a Microservice

One of the big ideas we pursued when we set out to build Cloud CMS was to design the product so that it was entirely decoupled. Our vision was to have a number of discrete tiers that would consist of either single servers or clusters of servers dedicated to a single class of problems. For example, the Content API tier is dedicated to powering our JSON API. It does nothing else but receive requests, execute them and hand back JSON data responses. It had nothing to do with presentation or renderin

Score: 0.5503435

How we use Docker at Cloud CMS

At Cloud CMS, we use Docker to provision our cloud infrastructure servers on top of Amazon Web Services. Our stack consists of five different clusters: Cloud CMS API Cloud CMS UI Cloud CMS App Server for Dynamic Hosting Elastic Search MongoDB With the exception of MongoDB, all of these clusters are allocated using elastic load balancing and are architected in such a way that we can spin up new servers and tear down old ones with elastic demand. That is to say, they are fully elastic in design. T

Score: 0.5503435

Cloud CMS Web and Mobile Forms

One of the things that Cloud CMS does really well is forms - specifically, web and mobile forms. If you’ve ever worked with the development of forms before, you know they’re pretty tricky to put together. You typically have back-end code that is responsible for taking a data structure, validating it and writing it to a database. And you also have front-end code which does user-facing data validation that is cosmetically appealing (pretty red boxes) and helpful. You need to think about customizin

Score: 0.5503435