Found 267 results for "gitana 3.2 guide guide docker kits quickstart"
The search executed in 0.002559928 seconds. That's fast.
![]() |
Gitana 4.0 / Content Engine / Access Policies / Templates / read-all-content-from-multiple-projectsOptimize access to multiple projects with Gitana's Access Policy Template. Manage and consume content easily from various sources.
Score: 1.5681639
|
![]() |
Gitana 4.0 / Developers / Frameworks / GatsbyBuild static sites effortlessly with Gatsby and Cloud CMS. Connect using our GraphQL plugin and explore examples to jumpstart your project.
Score: 1.5634624
|
![]() |
Gitana 4.0 / Developers / Frameworks / Nuxt.jsCreate static sites effortlessly with Nuxt.js and Cloud CMS. Access tools, examples, and the Cloud CMS Nuxt module for seamless content integration.
Score: 1.5634624
|
![]() |
Setup a Next.JS Static Site using Cloud CMSThe web application ecosystem has improved leaps and bounds over the years, and its never been easier to make high performance static/hybrid sites quickly and using good development practices. And its just as easy to get these sites going using Cloud CMS as a datasource! Below you'll find a quick guide to get you started using Next.JS with Cloud CMS to setup a simple bookstore website, and some highlights from the code. Getting Started First, you'll need to have a Cloud CMS account and Sample pr
Score: 1.5628967
|
![]() |
Gitana 4 Roadmap – Job queue performance and managementWith the early arrival of Gitana 4.0, we’ve improved the product to deliver a number of important improvements to our customers -- the user interface has been enhanced to provide a better editorial experience, the publishing engine now uses deltas and differencing for faster releases with smaller payloads and we’ve baked both generational and discerning AI services into the foundation of our product, just to name a few. In this article, I’d like to provide some insight into our future direction.
Score: 1.5611222
|
![]() |
Gitana 4.0 / Content Engine / Access Policies / Templates / manage-content-of-a-type-in-a-folderExplore Gitana's Access Policy Template to manage content by type in specified folders efficiently.
Score: 1.5525463
|
![]() |
Gitana 3.2 / Guide / Guide / Authentication / DriversLearn to securely connect applications to Cloud CMS using OAuth2, manage tokens, and avoid exposing sensitive credentials in your source code.
Score: 1.5212567
|
![]() |
Gitana 4.0 / Developers / Authentication / DriversLearn to securely connect applications to Cloud CMS using OAuth2, manage tokens, and avoid exposing sensitive credentials in your source code.
Score: 1.5212567
|
![]() |
Gitana 4.0 / Developers / Cookbooks / Java CookbookExplore our comprehensive Java Cookbook for Gitana Drivers and learn how to get started, connect, create nodes, and make associations with code samples.
Score: 1.5144894
|
![]() |
Gitana 4.0 / Developers / Cookbooks / C# CookbookExplore C# with Gitana: Easy setup, connect using JSON or direct values, and master querying and node management in .NET Core projects.
Score: 1.5083656
|
![]() |
Gitana 4.0 / Developers / Cookbooks / PHP CookbookExplore the PHP Cookbook for comprehensive guides and code samples to seamlessly integrate Gitana's PHP driver into your projects.
Score: 1.500277
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / JavaScript (Legacy) CookbookExplore the Gitana JavaScript (Legacy) Cookbook to learn about connecting, node creation, asynchronous chaining, and more with detailed code examples and guides.
Score: 1.444473
|
![]() |
Gitana 3.2 / Guide / Guide / Binary Files / File System Binary StorageOptimize your Cloud CMS file storage with efficient, configurable binary storage solutions for on-premise deployment.
Score: 1.4440091
|
![]() |
Gitana 3.2 / Guide / Guide / Binary Files / GridFS Binary StorageOptimize MongoDB storage with GridFS for binary files in Cloud CMS, featuring integration with Amazon S3 and other cloud solutions.
Score: 1.4440091
|
![]() |
Gitana 4.0 / Content Engine / Platform / Binary Files / File System Binary StorageOptimize your Cloud CMS file storage with efficient, configurable binary storage solutions for on-premise deployment.
Score: 1.4440091
|
![]() |
Gitana 4.0 / Content Engine / Platform / Binary Files / GridFS Binary StorageOptimize your binary storage with Cloud CMS and MongoDB GridFS, ensuring efficient, scalable, and cost-effective file management.
Score: 1.4440091
|
![]() |
Supporting large binary filesCloud CMS offers a few different ways for you to store files - including storing them in S3 (recommended) or even on a local partition (such as an NFS mount). In our SaaS offering, everything is stored in S3 automatically and when you install on-premise, you can configure this to your preference. See this documentation page under Binary Storage: https://www.cloudcms.com/documentation/docker/configuration/api-server.html We definitely can handle large binary files in the 10's or 100's of megabyte
Score: 1.4440091
|
![]() |
The Beauty of Cloud CMS ChainingChaining is a common technique that has been widely adopted by modern JavaScript libraries to chain method calls together. The goal of chaining is to produce elegant and concise code that is easy to understand or maintain. For example, if you are a jQuery developer, you may produce similar code like this on daily basis. $('#mydiv').empty().html('Hello Word!').css('font-size','10px'); However, most popular JavaScript libraries only support “static” chaining, e.g. DOM object manipulation. If the m
Score: 1.419018
|
![]() |
Gitana 3.2 / Guide / Guide / Antivirus ScanningEnable seamless antivirus scanning for Cloud CMS, ensuring secure content uploads and reliable protection against threats across SaaS and on-premise solutions.
Score: 1.4000543
|
![]() |
Gitana 4.0 / Content Engine / Platform / Antivirus ScanningEnable seamless antivirus scanning for Cloud CMS, ensuring secure content uploads and reliable protection against threats across SaaS and on-premise solutions.
Score: 1.4000543
|
![]() |
How does Cloud CMS work with a CDNThere are a few places where this either occurs automatically if you're using our hosted service or can occur optionally if you're either running within Docker containers on your own or integrating to custom CDN endpoints. First, the API itself can be fronted by a CDN that supports fallback lookup to an origin server. In this case, we recommend Amazon CloudFront with short-lived TTLs on cache headers. More specifically, you can use Amazon's API Gateway to get caching coverage across multiple geo
Score: 1.4000543
|
![]() |
Gitana 3.2 / Guide / Guide / Bulk Import / FilesEffortlessly import and manage diverse content types in Cloud CMS using the Bulk Import tool and cloudcms-packager for seamless repository integration.
Score: 1.3507583
|
![]() |
Gitana 4.0 / Content Engine / Bulk Import / FilesEffortlessly import and manage diverse file types in Cloud CMS with our powerful Bulk Import tool and cloudcms-packager module.
Score: 1.3507583
|
![]() |
How to monitor API traffic from a node js appIt is sometimes helpful to see the API traffic that is going on between the Gitana javascript driver and the Cloud CMS API server. This is a non-intrusive method of doing that. install a tool called Charles Proxy https://www.charlesproxy.com/ This is an excellent tool for monitoring http/https traffic. Once installed, start Charles Proxy and enable reverse proxy: Check "Enable Reverse Proxies" and then click the "Add" button. A port will be assigned (55703 in the example below). Set Remote Host
Score: 1.3507583
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Tags / @formRender Cloud CMS forms using Alpaca Forms by defining the type and form key. Learn implementation with examples and parameters for customization.
Score: 1.3277488
|