chrisrobbie / nesta

A lightweight CMS, implemented in Sinatra.

Home Page:http://effectif.com/nesta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nesta - a CMS for Ruby Developers

A CMS for small web sites (and/or blogs), written in Sinatra.

Content is written in Markdown and stored in text files. There is no database; write your content in your editor. Publish by pushing to a git repository.

Installation

You need a few gems:

$ sudo gem install builder haml maruku rspec shotgun sinatra vlad

Then clone the git repo and create some sample web pages:

$ git clone git://github.com/gma/nesta.git
$ cd nesta
$ cp config/config.yml.sample config/config.yml
$ rake setup:sample_content

That's it - run a web server in development mode with shotgun...

$ shotgun app.rb

...then point your web browser at http://localhost:9393. Start editing the files in nesta/content, and you're on your way.

See http://effectif.com/nesta for documentation.

About

A lightweight CMS, implemented in Sinatra.

http://effectif.com/nesta

License:MIT License


Languages

Language:Ruby 100.0%