Found 251 results for "find"
The search executed in 4.41458E-4 seconds. That's fast.
![]() |
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: 2.9986143
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Installation / Standalone InstallationEasily set up the Cloud CMS Application Server with Node.js, Git, and simple configuration steps for seamless content delivery.
Score: 2.9986143
|
![]() |
Gitana 4.0 / Developers / Application Server / Installation / Standalone InstallationSet up the Cloud CMS Application Server with Node.js and Git for seamless content management. Download, configure, and launch easily.
Score: 2.9986143
|
![]() |
Gitana 4.0 / Developers / Frameworks / AngularJSLearn how to access Gitana content in Angular apps with step-by-step guidance and examples for API Keys and sample projects.
Score: 2.9986143
|
![]() |
Gitana 4.0 / Developers / Frameworks / ReactLearn how to seamlessly connect React apps to Cloud CMS with step-by-step guides, API key setup, and sample project insights.
Score: 2.9986143
|
![]() |
Gitana 4.0 / Developers / Frameworks / Vue.jsLearn how to connect Vue.js apps to Cloud CMS with API keys, examples, and setup guidance for seamless integration.
Score: 2.9986143
|
![]() |
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: 2.9986143
|
![]() |
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: 2.9986143
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Installation / Docker InstallationGet started with Cloud CMS Application Server using Docker. Learn installation, configuration, and setup for seamless integration across platforms.
Score: 2.9918714
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Maintenance / Datastore DeletionLearn how to manually remove MongoDB databases after deleting a Cloud CMS datastore, ensuring data backup and retention with administrator guidance.
Score: 2.9918714
|
![]() |
Gitana 4.0 / Developers / Application Server / Installation / Docker InstallationEasily install and configure Cloud CMS on Docker with our step-by-step guide. Learn to build, run, and connect using Docker and Git tools.
Score: 2.9918714
|
![]() |
Gitana 3.2 / Guide / Guide / Getting Started / Multiple ProjectsCollaborate seamlessly on diverse projects with customizable roles for team members. Create, review, and publish content efficiently in a secure platform.
Score: 2.9074082
|
![]() |
Gitana 4.0 / Developers / Frameworks / GatsbyBuild static sites effortlessly with Gatsby and Cloud CMS. Learn integration, manage API keys, and explore our bookstore example. Get started today!
Score: 2.9074082
|
![]() |
Gitana 4.0 / Developers / Frameworks / Nuxt.jsBuild static sites effortlessly with Nuxt.js and Cloud CMS. Access content seamlessly and explore sample projects for easy integration.
Score: 2.9074082
|
![]() |
Gitana 4.0 / Getting Started / Using your Data Platform / ProjectsCollaborate on versatile projects with customized roles for efficient content creation, approval, and publication across platforms. Create your ideal team space!
Score: 2.9074082
|
![]() |
Gitana 3.2 / Guide / Guide / Content Modeling / Default PathsCreate content paths easily with Cloud CMS. Use intuitive forms and dynamic templated variables for organized, SEO-friendly storage.
Score: 2.9010692
|
![]() |
Gitana 4.0 / Content Engine / Content Models / Default PathsOptimize your content organization with dynamic paths and templates in Cloud CMS. Save documents in intuitive, SEO-friendly directories.
Score: 2.9010692
|
![]() |
Announcing Gitana 4.0Announcing Gitana 4.0 Status Releases Registry Blog Cloud CMS Platform Platform Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Automation Automate your content creation and approval flows while taking advantage of AI services to enhance and curate content. P
Score: 2.8415108
|
![]() |
Reports and Analytics - GitanaReports and Analytics - Gitana Status Releases Registry Blog Cloud CMS Platform Platform Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Automation Automate your content creation and approval flows while taking advantage of AI services to enhance and curate c
Score: 2.8415108
|
![]() |
Gitana 3.2 / Guide / Guide / Features / ExtractableOptimize metadata extraction with Cloud CMS. Automatically extract properties from attachments to enhance your document's JSON data.
Score: 2.8215866
|
![]() |
Gitana 4.0 / Content Engine / Aspects / ExtractableOptimize metadata extraction with Cloud CMS. Automatically extract properties from attachments to enhance your document's JSON data.
Score: 2.8215866
|
![]() |
Building Applications with Ratchet JS MVCOver the past few days, I’ve had a chance to delve back into ratchet.js which is a JavaScript MVC framework that I had a hand in building in 2010. By this point, there are a lot of JavaScript MVC frameworks that you can utilize. However, at the time we built it, we were very inspired by sammy.js, backbone.js and knockout.js. A few points on these libraries: I particularly liked sammy.js for its simplicity. The developers of that library do a great job minimizing the work and also utilized an int
Score: 2.8215866
|
![]() |
Gitana 4.0 / Forms / API / FunctionsEnhance your web forms easily with Alpaca, a flexible jQuery plugin that simplifies JSON-driven form rendering and DOM manipulation.
Score: 2.7406864
|
![]() |
Migrating Binary files to S3By 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: 2.7406864
|
![]() |
WCM and CachingIn Dust, there is the notion of a context which has a stack running underneath it. As you drill down into tags, a new context is pushed that can write new context variables as well as access previous variables from previous stack frames. What we're doing in cloudcms-server is providing a dependency tracker so that each tag gets to declare the output (the HTML that was generated) and the set of dependencies that it depended on in order to generate the output. As an example, a query might run an u
Score: 2.7406864
|