This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Getting Started
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.gitNext, 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/serverThat’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






