Found 104 results for "appserver installation standalone"

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

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

Standalone Installation The Cloud CMS Application Server is a Node.js / Express-based Application that can be downloaded and run with very little setup. All you need to do is provide your Cloud CMS account credentials and the Cloud CMS Application Server will connect and come online ready to serve your content. Node.js To get started, you will need Node.js. Please visit http://www.node.js.org to download Node.js for your platform. Git You will also need to be familiar with Git. The source for th

Score: 15.387765

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

Standalone Installation The Cloud CMS Application Server is a Node.js / Express-based Application that can be downloaded and run with very little setup. All you need to do is provide your Cloud CMS account credentials and the Cloud CMS Application Server will connect and come online ready to serve your content. Node.js To get started, you will need Node.js. Please visit http://www.node.js.org to download Node.js for your platform. Git You will also need to be familiar with Git. The source for th

Score: 15.387765

Gitana / 3.2 / Guide / Guide / Modules

Modules All you need to build your own add-on modules is GitHub and some JavaScript / HTML skills. You can get started quickly by forking the Cloud CMS UI Sample Add-on Module repository on GitHub. This sample add-on works with the data set provided by the Sample Project (which is included with every free trial). Fork the Sample Module on GitHub Register your Module Note: To register your module, you must have Manager rights to your tenant. If you do not have Manager rights, you will either need

Score: 13.610202

Gitana / 4.0 / User Interface / Modules / Overview

Modules All you need to build your own add-on modules is GitHub and some JavaScript / HTML skills. You can get started quickly by forking the Cloud CMS UI Sample Add-on Module repository on GitHub. This sample add-on works with the data set provided by the Sample Project (which is included with every free trial). Fork the Sample Module on GitHub Register your Module Note: To register your module, you must have Manager rights to your tenant. If you do not have Manager rights, you will either need

Score: 13.610202

Gitana / 4.0 / Developers / Application Server / Clustering

Clustering The Cloud CMS Application Server supports running on a single Node process as well as multiple Node processes. Node processes can run on a single server instance or can be spread across multiple server instances behind a load balancer. By default, the Application Server starts up and allocates itself to a single CPU. This is known as single mode. Even if you have a server with more than one CPU on it, the Application Server will still only bind to 1 of those CPUs. When the Application

Score: 13.022238

Gitana / 3.2 / Guide / Guide / Application Server

Application Server The Cloud CMS Application Server offers an easy way for customers to assemble powerful, front-end custom APIs and web sites for Cloud CMS. It is completely free and runs on top of the popular Node.js technology stack. With Cloud CMS, customers have a choice of using any front-end presentation technology they wish. In many cases, customers already have a technology investment (such as C#, PHP, Java or Ruby) and thus a preference for continuing to build on that technology stack.

Score: 12.164187

Gitana / 4.0 / Developers / Application Server / Overview

Application Server The Cloud CMS Application Server offers an easy way for customers to assemble powerful, front-end custom APIs and web sites for Cloud CMS. It is completely free and runs on top of the popular Node.js technology stack. With Cloud CMS, customers have a choice of using any front-end presentation technology they wish. In many cases, customers already have a technology investment (such as C#, PHP, Java or Ruby) and thus a preference for continuing to build on that technology stack.

Score: 12.164187

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

Installation Docker Installation Module Installation Standalone Installation

Score: 11.742296

Gitana / 4.0 / Developers / Application Server / Installation

Installation Docker Installation Module Installation Standalone Installation

Score: 11.742296

Definitions for Date format

Our definitions are based on JSON schema and, as such, the default is to use strings for dates. The date controls in our forms engine let you customize the format string so that you can store ISO 8601 or other formats (perhaps simplified formats) as per your preference. The advantage here is simplicity with these controls and compatibility with JSON schema. The disadvantage is that MongoDB provides a lot of very powerful capabilities for range query and sorting that do not play as nicely with th

Score: 6.572474

Gitana / 3.2 / Guide / Guide / Application Server / Installation / Docker Installation

Docker Installation The Cloud CMS Application Server is additionally provided as a Docker image. With Docker, you can launch this image within its own container running on Linux, Mac OS or Windows. The container can be managed, brought online and shutdown at any time. Docker To get started, you will need to familiarize yourself with Docker. Install Docker onto your operating system and become familiar with the command line tools. Git You will also need to be familiar with Git. The source for the

Score: 6.2292366

Gitana / 4.0 / Developers / Application Server / Installation / Docker Installation

Docker Installation The Cloud CMS Application Server is additionally provided as a Docker image. With Docker, you can launch this image within its own container running on Linux, Mac OS or Windows. The container can be managed, brought online and shutdown at any time. Docker To get started, you will need to familiarize yourself with Docker. Install Docker onto your operating system and become familiar with the command line tools. Git You will also need to be familiar with Git. The source for the

Score: 6.2292366

Gitana / 3.2 / Guide / Guide / Application Server / Installation / Module Installation

Module Installation The Cloud CMS Application Server can also be run as a custom Node.js application. It is available as a Node.js module that you can require() in from npmjs.org. The server features a number of extension points that you can utilize to wire in new functionality or extend the framework. Getting Started Here is a simple example where we start up the Application Server from within a Node.js application: var server = require("cloudcms-server/server"); server.start(); The start() me

Score: 6.0392423

Gitana / 4.0 / Developers / Application Server / Installation / Module Installation

Module Installation The Cloud CMS Application Server can also be run as a custom Node.js application. It is available as a Node.js module that you can require() in from npmjs.org. The server features a number of extension points that you can utilize to wire in new functionality or extend the framework. Getting Started Here is a simple example where we start up the Application Server from within a Node.js application: var server = require("cloudcms-server/server"); server.start(); The start() me

Score: 6.0392423

Gitana / 3.2 / Guide / Guide / Application Server / Clustering

Clustering The Cloud CMS Application Server supports running on a single Node process as well as multiple Node processes. Node processes can run on a single server instance or can be spread across multiple server instances behind a load balancer. By default, the Application Server starts up and allocates itself to a single CPU. This is known as single mode. Even if you have a server with more than one CPU on it, the Application Server will still only bind to 1 of those CPUs. When the Application

Score: 5.2686625

Gitana / 3.2 / Guide / Guide / Integrations / ActiveMQ

ActiveMQ ActiveMQ is a high performance Apache 2.0 licensed Message Broker and JMS 1.1 implementation. It provides a high performance and scalable implementation of an effective and popular message queue that lets you decouple your front end applications (and the Cloud CMS UI Server) from back end API notifications. You can use ActiveMQ to transmit any volume of data, at any level of throughput, without losing messages or requiring other services to be always available. Cloud CMS Application Ser

Score: 3.6614637

Gitana / 4.0 / Data Engine / Integrations / ActiveMQ

ActiveMQ ActiveMQ is a high performance Apache 2.0 licensed Message Broker and JMS 1.1 implementation. It provides a high performance and scalable implementation of an effective and popular message queue that lets you decouple your front end applications (and the Cloud CMS UI Server) from back end API notifications. You can use ActiveMQ to transmit any volume of data, at any level of throughput, without losing messages or requiring other services to be always available. Cloud CMS Application Ser

Score: 3.6614637

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 You can load the driver into your web application in one of three ways: In the Browser