nesta-app-template
nesta-app-template copied to clipboard
App template for running a Nesta CMS backed blog, running on Heroku Cedar with quickstart installation and deployment instructions
Nesta CMS App Template
See an example of this template and the bundled clean theme running on Heroku at http://nesta-app-template.herokuapp.com/.
See this blog post for full background, installation and usage details: http://ryandaigle.com/a/deploying-nesta-cms-blog-heroku-cedar-pygments-syntax-highlighting
Run locally
Fork this repo on GitHub and clone locally to get the source on your local environment. Then run:
$ ./bootstrap.sh
$ foreman start
14:25:47 web.1 | started with pid 59647
Open your browser to http://localhost:5000 to see the site running locally with default configuration values.
Deploying
Assuming you have a Heroku account and have successfully installed the Heroku Toolbelt you can use this script to quickly deploy the site to Heroku, install any dependencies and setup the appropriate configuration.
The site will not incur any charges on Heroku and does not use sudo
. Please review the script source before executing.
$ ./deploy.sh
Next
Once the app is running view the Getting Started with the Nesta CMS App Template entry to see how to customize, update and maintain the site.