Found 633 results for "gitana 4.0 developers api definitions application"
The search executed in 0.003193878 seconds. That's fast.
![]() |
Access Cloud CMS content anonymously or as a guest userThis question often comes up from folks who are building HTML applications that run in a browser. They'd like the browser to connect to Cloud CMS to download content and display it. Usually this consists of things like images but also may consist of other types of content in Cloud CMS such as raw nodes, PDF files, video assets or more. OAuth 2.0 and Access Tokens Fundamentally, everything in Cloud CMS is secured from an access perspective using OAuth 2.0. This means that an OAuth 2.0 access toke
Score: 3.6299253
|
![]() |
Editorial FlowsEditorial Flows In Gitana 4.0, we introduced a new feature called Editorial Flows. With Editorial Flows, your editorial teams launch draft workspaces where they work on content items at their own pace. They can write new content, change existing content or delete things in isolation without worrying about how it will affect the main line of content. They are free to work without worry about stepping on each other's toes. They can make changes to the content graph, upload new files, adjust taxono
Score: 3.594585
|
![]() |
Gitana 3.2 / Guide / Guide / Applications / Public Services / Forgot Username FlowEnable secure username recovery in your app with Cloud CMS, utilizing email-based retrieval for a seamless user experience.
Score: 3.5895195
|
![]() |
Gitana 4.0 / Content Engine / Platform / Applications / Public Services / Forgot Username FlowEnable secure username recovery in Cloud CMS with our guide on using the 'forgot username' flow, ensuring easy access for your app users.
Score: 3.5895195
|
![]() |
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: 3.5786455
|
![]() |
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: 3.5786455
|
![]() |
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: 3.53677
|
![]() |
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: 3.5367298
|
![]() |
How does multi-tenancy work?How does multi-tenancy work? ie I want to have multiple companies with sub-groups of users in each company - to follow, how would we customize the interface for each company? There are two good ways to achieve multi-tenancy with Cloud CMS. - One is to use multiple "projects" - i.e. one per customer. Each project has it's own domain of users and groups, as well as it's own content definitions, instances and ACLs. As such, you can use each project to store the content on a per-client basis. You ca
Score: 3.5356119
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Container Services / KubernetesKubernetes: Automate deployment, scaling & management of containers on cloud platforms like Amazon, Google, Azure with open-source Kubernetes & Gitana SDK.
Score: 3.4972544
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / Content Modeling CookbookDiscover essential content modeling techniques with our comprehensive cookbook, featuring guides, code samples, and practical examples for every developer.
Score: 3.4900818
|
![]() |
Request Information about Enterprise Support - GitanaRequest Information about Enterprise Support - Gitana Enterprise Services and Licenses Gitana provides Managed Services and Support for On-Premise/Private Cloud installations at larger customers with custom pricing needs. We will work with you to determine beneficial ways that our staff can augment your own to provide DevOps support, implementation services, architectural guidance and source code licensing according to the needs of your business. Have a question about our offerings? Please reach
Score: 3.4666805
|
![]() |
Gitana 4.0 / Self Managed / Containers / UI ServerOptimize your Cloud CMS UI Server setup with Node.js, Docker, and environment variables for a seamless editorial experience.
Score: 3.3950765
|
![]() |
How to get a content definition JSON from the Cloud CMS API?There are a couple of ways to do this. The first is simply use the node GET call and pass in the qname like this: GET /repositories/{repositoryId}/branches/{branchId}/nodes/{qname} http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId This will give you back the JSON for the definition. Another way is to use this variation: GET /repositories/{repositoryId}/branches/{branchId}/definitions/{qname} http://api.cloudcms.com/docs#!/branch/get_repositories_rep
Score: 3.350417
|
![]() |
Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / registrationsExplore comprehensive platform and project registrations with detailed dashboards, menus, and pages for optimal workflow and management.
Score: 3.330219
|
![]() |
Gitana 4.0 / Developers / User Interface Customization / Contexts / registrationsExplore comprehensive platform and project registrations with detailed dashboards, menus, and pages for optimal workflow and management.
Score: 3.330219
|
![]() |
Gitana 4.0 / Developers / Drivers / JavaScript / NodeConnect Node apps to Gitana with our JavaScript 2.0 driver, supporting ECMAScript promises for seamless integration with popular frameworks.
Score: 3.3158596
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Maintenance / UpgradesUpgrade to Cloud CMS 3.2 with updated ElasticSearch and Docker setup steps. Ensure compatibility by rebuilding search indexes and re-indexing data stores.
Score: 3.2920213
|
![]() |
Gitana 3.2 / Guide / Guide / Applications / Public Services / Reset Password FlowEasily reset passwords for app users with Cloud CMS's secure flow using email or username recovery options.
Score: 3.2843819
|
![]() |
Gitana 4.0 / Content Engine / Platform / Applications / Public Services / Reset Password FlowEasily reset passwords for app users with Cloud CMS's secure flow using email or username recovery options.
Score: 3.2843819
|
![]() |
Definitions for Date formatOur 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: 3.2315543
|
![]() |
Gitana 4.0 / Developers / User Interface CustomizationOptimize your Cloud CMS experience with our guide to enhancing the user interface through customizable JavaScript and JSON configurations.
Score: 3.2233696
|
![]() |
Gitana 4.0 / Developers / Drivers / GoConnect Go apps to Gitana seamlessly. Use our Go driver to manage nodes, branches, and more. Explore examples and get started quickly.
Score: 3.1978812
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Configuration / UI ServerCloud CMS UI Server is a Node.js app within Docker, supporting extensible environment configurations.
Score: 3.1097338
|
![]() |
Gitana 3.2 / Guide / Guide / Getting StartedExplore Cloud CMS, an API-first CMS empowering businesses with content creation, management, and publishing for web and mobile apps. Get started today!
Score: 3.1058793
|