Found 130 results for "appserver installation module"

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

Gitana / 3.2 / Guide / Guide / Bulk Import / CSV

CSV The Cloud CMS Bulk Import tool makes it easy to import content from a CSV (comma-separated value) text file into a Cloud CMS content repository. Suppose you have a CSV data set consisting of the 2014 World Cup Finals matches. It might look something like this: match_num,round/group,date,time,stadium,where,home,score,away,home_scorers,away_scorers 49,Round of 16,Jun 28,13:00,Estádio Mineirão,Belo Horizonte,Brazil,"3-2 pen. 1-1 (1-1, 1-1)",Chile,David Luiz 18', Alexis Sánchez 32' 50,Round of 1

Score: 1.7349753

Gitana / 4.0 / Data Engine / Bulk Import / CSV

CSV The Cloud CMS Bulk Import tool makes it easy to import content from a CSV (comma-separated value) text file into a Cloud CMS content repository. Suppose you have a CSV data set consisting of the 2014 World Cup Finals matches. It might look something like this: match_num,round/group,date,time,stadium,where,home,score,away,home_scorers,away_scorers 49,Round of 16,Jun 28,13:00,Estádio Mineirão,Belo Horizonte,Brazil,"3-2 pen. 1-1 (1-1, 1-1)",Chile,David Luiz 18', Alexis Sánchez 32' 50,Round of 1

Score: 1.7349753

Gitana / 4.0 / Developers / Drivers / PHP

PHP Connect your PHP applications to Gitana Latest Version Version undefined Date The Gitana PHP 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. Installation To install, run: composer require cloudcms/cloudcms Example

Score: 1.6807982

Gitana / 4.0 / Developers / Drivers / Python

Python Connect your Python applications to Gitana Latest Version Version undefined Date The Gitana Python driver allows you to easily connect your Python 3 applications with the Gitana server. It will work within any Python application and with web frameworks like Flask or Django. Currently supports the following functionality: Connect to and refresh access tokens with the API Read platform, branch, and repositories Read, query, search, create, update, and delete nodes Installation Make sure you

Score: 1.6807982

Gitana / 3.2 / Guide / Guide / Deployment

Deployment Cloud CMS Deployment lets you publish content from a source Cloud CMS project branch to one or more destination Deployment Endpoints. These Deployment Endpoints may include Amazon S3 buckets, FTP servers, file system locations and Cloud CMS branches on the same cluster or running in a cluster located in another data center somewhere else in the world. The Deployment process can be triggered manually or automatically. It may run as part of a Publishing process for your content. It may

Score: 1.6802944

Gitana / 4.0 / Data Engine / Deployment / Overview

Deployment Cloud CMS Deployment lets you publish content from a source Cloud CMS project branch to one or more destination Deployment Endpoints. These Deployment Endpoints may include Amazon S3 buckets, FTP servers, file system locations and Cloud CMS branches on the same cluster or running in a cluster located in another data center somewhere else in the world. The Deployment process can be triggered manually or automatically. It may run as part of a Publishing process for your content. It may

Score: 1.6802944

Gitana / 3.2 / Guide / Guide / Bulk Import / XML

XML The Cloud CMS Bulk Import tool makes it easy to import content from an XML file into a Cloud CMS content repository. XML is a common format for content that has been exported from an existing database or legacy CMS system. Suppose you have a XML data set containing information about soccer leagues around the world. It might look something like this:

Score: 1.6762853

Gitana / 4.0 / Data Engine / Bulk Import / XML

XML The Cloud CMS Bulk Import tool makes it easy to import content from an XML file into a Cloud CMS content repository. XML is a common format for content that has been exported from an existing database or legacy CMS system. Suppose you have a XML data set containing information about soccer leagues around the world. It might look something like this:

Score: 1.6762853

Gitana / 4.0 / Developers / Command Line Interface / Overview

Command Line The Cloud CMS command-line client gives developers a way to work with their Cloud CMS tenant projects, applications, data stores and other resources from the command line. The CLI (command-line client) is a Node.js based command line tool that is very easy to use and available at no charge. Note: A valid Cloud CMS subscription is required to connect to Cloud CMS with the command-line client. This subscription can be a paid subscription or a free trial account. Getting Started client

Score: 1.6756785

Gitana / 4.0 / Developers / Drivers / JavaScript (Legacy)

JavaScript (Legacy) Connect your HTML browser applications to Gitana Latest Version Version undefined Date The Gitana JavaScript driver can be dropped into any web or mobile application running in the browser, within Node.js or any of a host of web frameworks including jQuery, Vue.js, Next.js, Nuxt and many others. Loading the Driver In the Browser ### Using AMD define(["gitana"], function(Gitana) { Gitana.connect({...}, function() { // ...your code

Score: 1.6610802

Gitana / 3.2 / Guide / Guide / Binary Files / File System Binary Storage

File System Binary Storage Cloud CMS supports store binary files to a direct file system volume or mount by by allowing it to serve as a backend provider for the storage of binary files within Cloud CMS. When files are uploaded to Cloud CMS, they are parsed and worked with and then eventually written down to the file system for persistence. When users seek to download those binary files, they are streamed back from disk. Depending on how you elect to configure your binary storage providers, Clou

Score: 1.6239407

Gitana / 3.2 / Guide / Guide / Binary Files / GridFS Binary Storage

GridFS Binary Storage Cloud CMS supports MongoDB GridFS by allowing it to serve as a backend provider for the storage of binary files within Cloud CMS. When files are uploaded to Cloud CMS, they are parsed and worked with and then eventually sent over to Amazon S3 for persistence. When users seek to download those binary files, they are streamed back from S3. Depending on how you elect to configure your binary storage providers, Cloud CMS may employ an TTL cache in between to avoid going back to

Score: 1.6239407

Gitana / 3.2 / Guide / Guide / Docker / Security Notices / CVE-2021-44228

CVE-2021-44228 Cloud CMS API Container Cloud CMS API docker containers prior to version 3.2.71 ship with a version of Log4j2 that contains the vulnerability identified on December 9, 2021 as CVE-2021-44228. The Cloud CMS API shipped with recent versions packages with Log4j2 version 2.10.1 and runs on JDK 11.0.2. While the Cloud CMS product does not use Log4j lookups and does not use JNDI, we still recommend taking mitigation steps for this vulnerability. For purposes of mitigating CVE-2021-44228

Score: 1.6239407

Gitana / 4.0 / Developers / Drivers / Go

Go Connect your Go applications to Gitana Latest Version Version undefined Date Current version: v0.1.3. Released Jun 13, 2022 The Gitana Go driver allows you to easily connect your Go applications to the Gitana server. Currently supports the following functionality: Connect to and refresh access tokens with the API Read platform, branches, repositories, projects, releases Read, query, search, create, update, and delete nodes Manage node translations, versions, associations, attachments Make gra

Score: 1.6239407

Gitana / 4.0 / Data Engine / Platform / Binary Files / File System Binary Storage

File System Binary Storage Cloud CMS supports store binary files to a direct file system volume or mount by by allowing it to serve as a backend provider for the storage of binary files within Cloud CMS. When files are uploaded to Cloud CMS, they are parsed and worked with and then eventually written down to the file system for persistence. When users seek to download those binary files, they are streamed back from disk. Depending on how you elect to configure your binary storage providers, Clou

Score: 1.6239407

Gitana / 4.0 / Data Engine / Platform / Binary Files / GridFS Binary Storage

GridFS Binary Storage Cloud CMS supports MongoDB GridFS by allowing it to serve as a backend provider for the storage of binary files within Cloud CMS. When files are uploaded to Cloud CMS, they are parsed and worked with and then eventually sent over to Amazon S3 for persistence. When users seek to download those binary files, they are streamed back from S3. Depending on how you elect to configure your binary storage providers, Cloud CMS may employ an TTL cache in between to avoid going back to

Score: 1.6239407

Gitana / 3.2 / Guide / Guide / Command Line

Command Line The Cloud CMS command-line client gives developers a way to work with their Cloud CMS tenant projects, applications, data stores and other resources from the command line. The CLI (command-line client) is a Node.js based command line tool that is very easy to use and available at no charge. Note: A valid Cloud CMS subscription is required to connect to Cloud CMS with the command-line client. This subscription can be a paid subscription or a free trial account. Getting Started client

Score: 1.6208683

Gitana / 3.2 / Guide / Guide / Transfer

Transfer Cloud CMS provides a universal import and export facility that lets you transfer your data in and out of Cloud CMS installations. It also allows you to copy or move data from one Cloud CMS installation to another. Everything in Cloud CMS is portable in this respect. You are always free to export your data and download it. You're also free to upload your data and import it. This universal transfer service is very well suited for: Backing up your content or projects Moving your content or

Score: 1.5589832

Gitana / 4.0 / Data Engine / Transfer / Overview

Transfer Cloud CMS provides a universal import and export facility that lets you transfer your data in and out of Cloud CMS installations. It also allows you to copy or move data from one Cloud CMS installation to another. Everything in Cloud CMS is portable in this respect. You are always free to export your data and download it. You're also free to upload your data and import it. This universal transfer service is very well suited for: Backing up your content or projects Moving your content or

Score: 1.5589832

Gitana / 3.2 / Guide / Guide / Docker / Monitoring API Server with an APM

Monitoring 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: 1.5210348

Gitana / 4.0 / Self Managed / Monitoring / Overview

Monitoring 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: 1.5210348

Cloud CMS JavaScript Driver Release 1.0.3 is out!

The Cloud CMS team is pleased to announce the immediate availability of version 1.0.3 of the Cloud CMS JavaScript Driver for jQuery, Dojo, Javascript/HTML5 and Node.js applications. Download today from http://github.com/gitana/gitana-javascript-driver. JavaScript Driver for Cloud CMS The Cloud CMS JavaScript Driver is a JS library that you can drop into your HTML5/JS applications to take advantage of the authoring and delivery APIs of the Cloud CMS server. It makes it easier for developers to ut

Score: 1.4764993

Migrating Binary files to S3

By default, on-premise installations of Cloud CMS are configured with a GridFS (`gridfs`) Binary Storage Provider. This allows Cloud CMS to read and write binary files (such as attachments) to GridFS. At some point, as your installation grows, you may want change this. Suppose you wanted to move your binary files into S3 and use S3 as a Binary Storage Provider for Cloud CMS. To do so, we recommend the following steps: 1. Make a backup of your Cloud CMS database. 2. Create an S3 bucket and IAM us

Score: 1.4743223

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

JWT This page provides a simple example of how to configure Cloud CMS for JWT. For a deeper explanation of Cloud CMS Single Sign On (SSO) and the role that JWT plays in it, please read our documentation on Single Sign On. The example provided here is pretty simple. It is put together this way to keep things simple. In practice, you'll make modifications to this approach depending upon the needs of your security and identity provider system. JWT.IO Let's generate a JSON Web Token. Open up a brows

Score: 1.461733

Gitana / 4.0 / Data Engine / Authentication / Single Sign On (SSO) / JWT

JWT This page provides a simple example of how to configure Cloud CMS for JWT. For a deeper explanation of Cloud CMS Single Sign On (SSO) and the role that JWT plays in it, please read our documentation on Single Sign On. The example provided here is pretty simple. It is put together this way to keep things simple. In practice, you'll make modifications to this approach depending upon the needs of your security and identity provider system. JWT.IO Let's generate a JSON Web Token. Open up a brows

Score: 1.461733