wagn is something cool, and this is how I installed it on debian 6.0.7: already had my server setup with apache2, passenger, rvm and postgresql ( howto ) I also installed imagemagick (in case rmagick would work with it) got to your webroot sudo git clone https://github.com/wagn/wagn.git now you have a wagn folder change permissions to have write access, e.g.: sudo chown -R foobar:www-data wagn cd wagn (or whatever foldername you want) I tried, but no, rmagick is not working, so: outcomment rmagick in Gemfile bundle install --without mysql:memcache:test:debug:development:assets bundle exec rake wagn:install change your database.yml to fit your postgresql settings and of course have a working database already set up; wagn does dropping, creating, loading schema so your database user should be granted createdb privileges bundle exec rake wagn:create and you should see the db setting up create a /etc/apache2/sites-available/wagn.domain.com ...with e.g. a virtual host: ...
Alles mögliche: private Impressionen, Kocherlebnisse, Politik, Linux, Rails, Gärtnern uvm.