This GitHub repository contains the Cloud CMS QuickStart Application source code.
-
Perform a Git Clone to pull down a copy of this Git repo locally.
-
Make any adjustments needed to
html/custom.js
to insert your API keys.
-
Install the Cloud CMS command line client
npm install -g cloudcms-cli
-
Connect to Cloud CMS
cloudcms init
-
Pull down your gitana.json file
cloudcms application download-api-keys --application <%=application%>
This file should be saved alongside index.html
-
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
- Open it up in a browser
Point your favorite browser to http://localhost:2999
.