Skip to content
gma edited this page Sep 13, 2010 · 14 revisions

Introduction

Nesta is a lightweight CMS, ideally suited to running a small web site or a blog. It’s perfect for people who:

  1. Would rather edit their content in a text editor than in a web browser.
  2. Want to optimise their web site using forward thinking SEO techniques.
  3. Are capable of publishing a page by copying a text file to their web server.

Quick Start

These instructions are too brief. Fuller docs are coming, but I’ve not launched the site that’ll be hosting them yet…

$ git clone git://github.com/gma/nesta.git $ cd nesta $ cp config/config.yml.sample config/config.yml $ rake setup:sample_content $ ruby app.rb
Clone this wiki locally