Skip to content

sebbekarlsson/paste-cms

Repository files navigation

PASTE-CMS

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.

Development steps of a simple paste-site

Running the CMS in production

coming soon Will put instructions here soon.

Running the CMS as a developer

  • 0:

copy the config.example.json to config.json and 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.

Releases

No releases published

Packages

 
 
 

Contributors