https://github.com/gitana/cloudcms-developers-quickstart
Cloud CMS Quick Start Application Code
https://github.com/gitana/cloudcms-developers-quickstart
Last synced: 9 months ago
JSON representation
Cloud CMS Quick Start Application Code
- Host: GitHub
- URL: https://github.com/gitana/cloudcms-developers-quickstart
- Owner: gitana
- Created: 2018-09-27T12:50:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-16T14:47:29.000Z (about 4 years ago)
- Last Synced: 2025-02-17T02:41:35.694Z (over 1 year ago)
- Language: CSS
- Homepage: https://gitana.io
- Size: 5.54 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloud CMS Quick Start App
This GitHub repository contains the Cloud CMS QuickStart Application source code.
## Getting Started
1. Perform a Git Clone to pull down a copy of this Git repo locally.
2. Make any adjustments needed to `html/custom.js` to insert your API keys.
## How to Run
1. Install the Cloud CMS command line client
npm install -g cloudcms-cli
2. Connect to Cloud CMS
cloudcms init
3. Pull down your gitana.json file
cloudcms application download-api-keys --application <%=application%>
This file should be saved alongside index.html
3. Start the Cloud CMS local server
The Cloud CMS command line tool comes with a handy web server that you can run to serve your Sample App locally.
From the command line, go to the directory where this GitHub repository lives on your local computer, and then:
````
cloudcms server start
````
4. Open it up in a browser
Point your favorite browser to `http://localhost:2999`.