Skip to content
tpak edited this page Sep 12, 2010 · 3 revisions

Even though this project is still in quite a volatile state, you can still have a go by following these steps:

Clone the project:

git clone git://github.com/nakajima/aintablog.git

Next, get defensio credentials at defensio.com, then enter them into config/defensio.yml.

Then peform the following steps:

mkdir log sudo gem install feed-normalizer hpricot # If you don’t already have them cp config/settings.yml.sample config/settings.yml cp config/database.yml.sample config/database.yml rake db:migrate script/server

That’s all there is to it (I think). Let me know if I’m wrong.

On linux you’ll need to make sure you have the necessary dependencies. For RedHat/CentOS:

sudo yum install libxml2 libxml2-devel libxslt libxslt-devel sudo yum install sqlite sqlite-devel ruby-doc ruby-devel
Clone this wiki locally