Found 119 results for "images quickstart new-13.53204213"

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

Gitana / 4.0 / Data Engine / Bulk Import / Files

Files The Cloud CMS Bulk Import tool makes it easy to import content from a file system into a Cloud CMS content repository. Let's imagine that you have some images sitting in an images directory. You wish to ingest these into Cloud CMS as part of an Image Library application. The image directory might look like this: images\ chunio.jpg disney.jpg pavlov.jpg These images are just files on disk. They could be any file type, really. Cloud CMS can ingest files of any format including p

Score: 12.919748

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

Quickstart The Quickstart kit defines 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 access the API directly: https://localhost:8080 docker-compose.yml version: "2" services: ui: build: ./ui networks: - cloudcms depends_on: - api env_file: - ./ui/ui.env ports: - "80:80" api:

Score: 11.135937

Gitana / 4.0 / Self Managed / Kits / Quickstart

Quickstart The Quickstart kit defines 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 access the API directly: https://localhost:8080 docker-compose.yml version: "2" services: ui: build: ./ui networks: - cloudcms depends_on: - api env_file: - ./ui/ui.env ports: - "80:80" api:

Score: 11.135937

Gitana / 3.2 / Guide / Guide / Recognition

Recognition This section describes features that are coming in 4.0 With Recognition in place, a content instance will automatically have its default binary attachment processed through recognition services to detect and discover meaning contained in the underlying image. The recognition process will detect the following kinds of elements: Faces Celebrities Labels Text Moderation Labels (bad language, adult content) Any binary content that you place into Cloud CMS will automatically be processed

Score: 11.121626

Gitana / 4.0 / Data Engine / Services / Recognition

Recognition This section describes features that are coming in 4.0 With Recognition in place, a content instance will automatically have its default binary attachment processed through recognition services to detect and discover meaning contained in the underlying image. The recognition process will detect the following kinds of elements: Faces Celebrities Labels Text Moderation Labels (bad language, adult content) Any binary content that you place into Cloud CMS will automatically be processed

Score: 11.121626

Gitana / 4.0 / Data Engine / Content Models / Attachment Properties

Attachment Properties Cloud CMS provides support for properties that auto-manage the creation, update and deletion of binary attachments for a node. These are known as "attachment properties". They provide an easy way for editorial users to manage binary attachments from within a form. Attachment properties provide the following benefits: They provide an easy form-driven way for editorial users to upload and manage named attachments of a node. They automatically reflect important attachment info

Score: 9.706476

Gitana / 3.2 / Guide / Guide / Docker

Docker Cloud CMS offers the option to run development and production installations of its software on-premise or within a virtual private cloud. This option is available to subscription customers and can be utilized in both a development and production capacity. The actual installation and management of the various services involved in a full-scale production-ready Cloud CMS deployment is facilitated greatly through the use of Docker. Docker provides a way for all of the various tiers to be enca

Score: 8.936549

Gitana / 4.0 / Self Managed / Docker / Overview

Docker Cloud CMS offers the option to run development and production installations of its software on-premise or within a virtual private cloud. This option is available to subscription customers and can be utilized in both a development and production capacity. The actual installation and management of the various services involved in a full-scale production-ready Cloud CMS deployment is facilitated greatly through the use of Docker. Docker provides a way for all of the various tiers to be enca

Score: 8.936549

Gitana / 3.2 / Guide / Guide / Bulk Import / Files

Files The Cloud CMS Bulk Import tool makes it easy to import content from a file system into a Cloud CMS content repository. Let's imagine that you have some images sitting in an images directory. You wish to ingest these into Cloud CMS as part of an Image Library application. The image directory might look like this: images\ chunio.jpg disney.jpg pavlov.jpg These images are just files on disk. They could be any file type, really. Cloud CMS can ingest files of any format including p

Score: 5.658267

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

Gitana / 3.2 / Guide / Guide / Content Modeling / Attachment Properties

Attachment Properties Cloud CMS provides support for properties that auto-manage the creation, update and deletion of binary attachments for a node. These are known as "attachment properties". They provide an easy way for editorial users to manage binary attachments from within a form. Attachment properties provide the following benefits: They provide an easy form-driven way for editorial users to upload and manage named attachments of a node. They automatically reflect important attachment info

Score: 2.873984

Gitana / 3.2 / Guide / Guide / Forms / Fields / Attachment Picker

Attachment Picker ID: attachment-picker The attachment-picker field type renders a modal picker for an attachment. Definition configuration: { "type": "object", "_attachment": { "id": "default" } } Form configuration: { "type": "attachment-picker" } Options The following options may be specified for the control: Option Type Default Description picker.fileTypes array Array of allowable file extensions for upload (ex. `['png', 'jpg', pdf']`) picker.maxFileSize integer Max

Score: 2.873984

Gitana / 4.0 / Forms / CMS / Fields / Attachment Picker

Attachment Picker ID: attachment-picker The attachment-picker field type renders a modal picker for an attachment. Definition configuration: { "type": "object", "_attachment": { "id": "default" } } Form configuration: { "type": "attachment-picker" } Options The following options may be specified for the control: Option Type Default Description picker.fileTypes array Array of allowable file extensions for upload (ex. `['png', 'jpg', pdf']`) picker.maxFileSize integer Max

Score: 2.873984

Gitana / 3.2 / Guide / Guide / Recognition / Recognition Providers

Recognition Providers AWS Rekognition

Score: 2.6940608

Gitana / 3.2 / Guide / Guide / Text Analysis / Text Analysis Providers

Text Analysis Providers AWS Comprehend

Score: 2.6940608

Gitana / 4.0 / Data Engine / Services / Recognition / Recognition Providers

Recognition Providers AWS Rekognition

Score: 2.6940608

Gitana / 4.0 / Data Engine / Services / Text Analysis / Text Analysis Providers

Text Analysis Providers AWS Comprehend

Score: 2.6940608

Gitana / 3.2 / Guide / Guide / Docker / Maintenance / Upgrades

Upgrades This document provides technical guidance for upgrades. Upgrade to Cloud CMS Version 3.2 The Elastic Search version in this release has been updated from 1.7.1 to 6.2.4. Steps to follow to set up Docker 3.2: Download the Docker release 3.2 here. Download the Zip or Tar file of Elastic Search 6.2.4 here and then Unzip the package. Unzip the Docker release package, Create a new folder and paste the kit you use from the package. You can also replace your existing kit with the new release's

Score: 2.6642857

Gitana / 4.0 / Self Managed / Maintenance / Upgrades

Upgrades This document provides technical guidance for upgrades. Upgrade to Cloud CMS Version 3.2 The Elastic Search version in this release has been updated from 1.7.1 to 6.2.4. Steps to follow to set up Docker 3.2: Download the Docker release 3.2 here. Download the Zip or Tar file of Elastic Search 6.2.4 here and then Unzip the package. Unzip the Docker release package, Create a new folder and paste the kit you use from the package. You can also replace your existing kit with the new release's

Score: 2.6642857

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

Cloud CMS Docker images

Cloud CMS is available as a set of Docker images so that you can run it on your own. This includes running it on-premise within your own data center as well as running it on Amazon AWS, Rackspace, IBM Bluemix or a variety of other Docker Container hosting platforms. Cloud CMS distributes its Docker images via Docker Hub. These are private images that are not generally available. Rather, Cloud CMS subscribers are granted permission to pull down the images once they've signed up for a Cloud CMS Do

Score: 2.5882661

Gitana / 3.2 / Guide / Guide / Forms / Fields / Related Content

Related Content ID: related-content The related-content field type renders an upload field that is pre-configured to upload assets and store them as standalone document nodes within the content graph. This is useful, say, if you wanted to let end users upload images and store them in an /Images folder. Sample configuration: { "type": "related-content", "uploadPath": "/Images" } The related content control should be modeled on top of either an object or an array field. This is very simil

Score: 2.530838

Gitana / 4.0 / Forms / CMS / Fields / Related Content

Related Content ID: related-content The related-content field type renders an upload field that is pre-configured to upload assets and store them as standalone document nodes within the content graph. This is useful, say, if you wanted to let end users upload images and store them in an /Images folder. Sample configuration: { "type": "related-content", "uploadPath": "/Images" } The related content control should be modeled on top of either an object or an array field. This is very simil

Score: 2.530838

Gitana / 3.2 / Guide / Guide / Forms / Fields / File Picker

File Picker ID: file-picker The file-picker field type renders a modal picker for a file. This uses the File Folder service within Cloud CMS to let you browse through folder-based navigation. A breadcrumb is rendered at the top to help users step through the folder hierarchy. Sample configuration: { "type": "file-picker" } As with the node picker, the file picker should be modeled on top of either an object or an array field. The former is used for selection of a single node whereas the lat

Score: 2.4086277

Gitana / 4.0 / Forms / CMS / Fields / File Picker

File Picker ID: file-picker The file-picker field type renders a modal picker for a file. This uses the File Folder service within Cloud CMS to let you browse through folder-based navigation. A breadcrumb is rendered at the top to help users step through the folder hierarchy. Sample configuration: { "type": "file-picker" } As with the node picker, the file picker should be modeled on top of either an object or an array field. The former is used for selection of a single node whereas the lat

Score: 2.4086277