Found 485 results for "api content-models overview"
The search executed in 0.001534735 seconds. That's fast.
Gitana / 4.0 / Developers / Cookbooks / Ruby CookbookRuby 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: 7.106985
|
|
Gitana / 3.2 / Guide / Guide / CookbooksCookbooks 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: 7.1054077
|
|
Gitana / 4.0 / Developers / Cookbooks / Node.js CookbookNode.js Cookbook Getting Started To get started with the Node.js driver, please visit the Cloud CMS Node.js Driver Page. One thing to keep in mind is that the Node.js driver is based on the JavaScript driver. As such, they're pretty similar. That said, the Node.js driver can do a few important tricks that you can't do in the JavaScript driver. Connecting to Cloud CMS To connect, create a file called gitana.json in your application root. For information on how to acquire this file, please read up
Score: 7.029389
|
|
Gitana / 4.0 / Developers / Cookbooks / C# Cookbook
C# Cookbook Getting Started To get started with the C# driver, visit Gitana C# Driver Page or the Github Page. It is written with .NET Core and can be used in any compatible project. You can install the driver via the command line: dotnet add package cloudcms
or from within Visual Studio: Install-Package cloudcms
Or by adding this to your .csproj file (you may have to adjust the version):
Score: 6.9724236
|
|
Gitana / 3.2 / Guide / Guide / Docker / Monitoring API Server with an APMMonitoring API Server with an APM The Cloud CMS API Server is a Java application that launches inside of a Java Servlet Container. As such, Application Performance Montioring (APM) frameworks such as New Relic can be used to monitor performance metrics and other run-time data. Production Performance Although APM frameworks are designed such that they do not impact production performance more than is necessary, the impact is not zero. Cloud CMS Support may, therefore, ask you to disable monitorin
Score: 6.719972
|
|
Gitana / 4.0 / Developers / Cookbooks / Java Cookbook
Java Cookbook Getting Started To get started with the Java driver, please visit the GitanaJava Driver Page. We recommend that you use Maven. At a minimum, you will need to add the following repository declaration to your pom.xml file:
Score: 6.638972
|
|
Gitana / 4.0 / Self Managed / Configuration / OverviewConfiguration Antivirus Server API Server Encrypting Properties UI Server
Score: 6.565795
|
|
Gitana / 3.2 / Guide / Guide / Overview_page Access Policies Actions Antivirus Scanning API API Keys Applications Application Server Attachments Auditing Authentication Binary Files Branches Bulk Import Command Line Conditions Content Modeling Cookbooks Deployment Docker Features Find Forms General GraphQL Integrations Multifactor Authentication Modules Narration Optical Character Recognition Platform Policies Projects Publishing Query Recognition Releases Reports Rules Scripting Search Security Single Sign On (SSO) Supported Stacks
Score: 6.4731193
|
|
Gitana / 4.0 / Forms / API / OverviewAPI Further Reading Callbacks Conditional Dependencies Connectors Cookbook Custom Fields Data Sources Dependencies Events Forms Functions Internationalization Layouts Lookups Observables Ordering Recursive References References Serialization Templates Usage Validation Views Wizards
Score: 6.4694595
|
|
Gitana / 4.0 / Developers / Drivers / OverviewDrivers 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: 6.3624177
|
|
Gitana / 4.0 / Developers / Cookbooks / JavaScript 2.0 CookbookJavaScript 2.0 Cookbook Getting Started To get started with the JavaScript driver, please visit the Gitana JavaScript 2.0 Driver Page. This JavaScript driver, in contrast to the Gitana JavaScript 1.0 Driver, fully supports ECMAScript promises, which makes it easier to seamlessly integrate with your javascript apps. Connecting to Gitana You can connect and then use this driver in three different but equivalent ways: Async / Await Promises Callbacks Async / Await const cloudcms = require("cloudcms
Score: 6.353277
|
|
Gitana / 4.0 / Data Engine / Integrations / OverviewIntegrations Cloud CMS allows you to connect to external cloud-based services for purposes of things like: external data storage for binary data auto-record updates to dns servers event handling to cloud notification handlers To configure these services, you simply create a service descriptor via the main interface: Service descriptors are declared once and can be re-used multiple times within your platform, across different projects and applications. Service descriptors are encrypted on the ser
Score: 6.2794585
|
|
Gitana / 3.2 / Guide / Guide / Docker / Kits / API ClusterAPI 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: 5.7619953
|
|
Gitana / 4.0 / Self Managed / Kits / OverviewKits Cloud CMS ships a number of pre-built kits containing Docker configuration files to help you get start. These kits are built from customer feedback to provide the most commonly requested scenarios. They can be used straight away or at the very least can serve as a useful reference. To download the Cloud CMS Docker Kits, please visit our Docker download page. Kits All of the Docker kits utilize Docker and Docker Compose. In each kit, you'll find a docker-compose.yml file which describes the
Score: 5.684832
|
|
Gitana / 4.0 / Data Engine / Scripting / OverviewScripting Cloud CMS provides a server-side Scripting API that allows you to write custom actions, rules and behaviors that execute on the server. These scripts can be introduced at any time and do not require any server downtime. Developers can write scripts and hook them into Cloud CMS at any time to adjust how the product behaves and operates. The Scripting API consists of a set of server-side Scripting Objects that wrap your content and expose a select set of API service methods for your use.
Score: 5.468484
|
|
Gitana / 4.0 / Self Managed / Docker / OverviewDocker 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: 5.464919
|
|
Gitana / 3.2 / Guide / OverviewGuide 3.2 Guide
Score: 5.4498186
|
|
Gitana / 4.0 / Data Engine / Behaviors / Overview_page Actions Conditions Policies Rules
Score: 5.443772
|
|
Gitana / 4.0 / Forms / Cookbooks / OverviewCookbooks Further Reading Nested Tables
Score: 5.443772
|
|
Gitana / 4.0 / Self Managed / Kubernetes / OverviewKubernetes TODO Getting Started TODO
Score: 5.443772
|
|
Gitana / 4.0 / Data Engine / General / OverviewGeneral Custom Domain Name Geolocation Services
Score: 5.4407625
|
|
Gitana / 4.0 / Data Engine / Discovery / Overview_page Find GraphQL Query Search Traversal Tree
Score: 5.4377627
|
|
Gitana / 4.0 / Data Engine / Nodes / OverviewNode Services Attachments Data Lists Locking Reports
Score: 5.4377627
|
|
Gitana / 4.0 / Self Managed / Maintenance / OverviewMaintenance Repository Compression Health Check / Load Balancers Upgrades
Score: 5.4347725
|
|
Gitana / 4.0 / Data Engine / Services / Overview_page Narration Optical Character Recognition Recognition Text Analysis Transcription
Score: 5.431791
|