Setup Nesta CMS Blog

Nesta CMS is a simple CMS based on Ruby and Sinatra web framework.

Procedure

Install nesta on MacOS X.

sudo gem install bundler
sudo gem install thin
sudo gem install shotgun
sudo gem install nesta

Create a new nesta site

nesta new myblog

Start nesta with shotgun.

cd myblog
shotgun config.ru

References