I am looking to roll a simple CMS with Ruby and preferably Sinatra. www.nestacms.com looks like a terrific candidate.
Some key objectives:
- Allow business users to add/edit/remove pages (not via
git
but via app functionality) - Deploy on Heroku
As I understand, Nesta pages are generated by static page files in your deployment. Which is fine if you add via git
and push to Heroku.
But if you're wanting to create pages (files) in a Heroku web app, this isn't possible due to Heroku's read-only file system.
Looking for help around:
- Achieving objectives with Nesta and Heroku
- Alternative approaches