A simple copy-paste, edit-text-only cms.
NO LONGER MAINTAINED, PLEASE SEE: https://github.com/sebbekarlsson/nilms
All this CMS provides is route / page management and a wysiwyg editor for editable areas created by the template developer.
- Theme developer creates templates
- Theme developer creates editable areas for the site admin, inside the templates.
- Site admin creates routes / pages and selects which template these pages should use.
- Site admin can whenever she wants edit the editable areas using the wysiwyg editor.
coming soonWill put instructions here soon.
- 0:
copy the
config.example.jsontoconfig.jsonand edit it and fill in your data.
- 1: Make sure you have the dependencies:
sass gem for ruby
gem install sass
-
2: execute
python setup.py develop -
3: execute
foliumer-develop -
4:
The CMS should be up and running at
http://localhost:5000
- NOTE:
When killing the develop-process (
foliumer-develop), make sure you also run:
pkill -f sass
To kill the sass process as well.