Found 121 results for "images quickstarts ruby ruby-logo.ee20be26"

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

Gitana / 4.0 / Developers / Drivers / Ruby

Ruby Connect your Ruby applications to Gitana Latest Version Version undefined Date The Gitana Ruby driver is a client library used to facilitate connections to the Gitana API. The driver handles OAuth authentication and token management, HTTPS calls, and provides convenient methods and classes with which to perform content operations. It works against Gitana instances on our SaaS platform as well as on-premise installations. Documentation The Ruby driver is a useful library that provides access

Score: 30.825035

Gitana / 4.0 / Developers / Cookbooks / Ruby Cookbook

Ruby Cookbook Getting Started The Ruby driver is published to https://rubygems.org/gems/cloudcms Install the gem as you would any other Gem gem install cloudcms You may choose to use Bundler or other dependency management tool. Connecting to Gitana To connect, create a file called gitana.json in a folder location readable by your application. For information on how to acquire this file, please read up on API Keys. Load the library containing the driver: require 'cloudcms' Connect to Cloud CMS by

Score: 21.397335

Gitana / 3.2 / Guide / Guide / Cookbooks / Ruby Cookbook

Ruby Cookbook Getting Started The Ruby driver is published to https://rubygems.org/gems/cloudcms Install the gem as you would any other Gem gem install cloudcms You may choose to use Bundler or other dependency management tool. Connecting to Gitana To connect, create a file called gitana.json in a folder location readable by your application. For information on how to acquire this file, please read up on Acquiring your API Keys. Load the library containing the driver: require 'cloudcms' Connect

Score: 13.374799

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 / 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

Gitana / 4.0 / Developers / Overview

Developers Explore our guides and examples to integrate with Gitana. Drivers Integrate to Gitana quickly using one of our pre-built drivers C# For Microsoft C# / .NET apps. Go For Go apps and tools. Java For Java, Spring Framework / Boot apps. JavaScript / Node For JavaScript / Node.js (ES 5, Promises, async). JavaScript (Legacy) (Deprecated) V1 driver for JS PHP For PHP apps (Drupal, Wordpress). Python For Python apps and tools. Ruby For Ruby and Ruby-on-Rails. Frameworks Get started quickly wi

Score: 4.044634

Gitana / 3.2 / Guide / Guide / Cookbooks

Cookbooks We've put together the following Cook Books to help you get started coding using the Cloud CMS drivers. Content Modeling Cookbook C# Cookbook Go Cookbook Java Cookbook JavaScript (Legacy) Cookbook JavaScript 2.0 Cookbook Node.js Cookbook PHP Cookbook Python Cookbook REST API Cookbook Ruby Cookbook Scripting Cookbook

Score: 3.4030094

Gitana / 4.0 / Developers / Cookbooks / Overview

Cookbooks We've put together the following Cook Books to help you get started coding using the Cloud CMS drivers. Content Modeling Cookbook C# Cookbook Go Cookbook Java Cookbook JavaScript (Legacy) Cookbook JavaScript 2.0 Cookbook Node.js Cookbook PHP Cookbook Python Cookbook REST API Cookbook Ruby Cookbook Scripting Cookbook

Score: 3.4030094

Gitana / 4.0 / Developers / Drivers / Overview

Drivers We offer driver libraries that you can drop into your new or existing web applications to make it very easy to interact with Cloud CMS. These drivers handle things like authentication state, concurrency and fast API calls over the wire. The following drivers are available: C# Go Java JavaScript / Node JavaScript (Legacy) PHP Python Ruby

Score: 3.3637378

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

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