This is the source code for SANPO. It is released under the Mozilla Public License version 2.0. The included graphical assets are not covered by this license and may not be redistributed without explicit permission.
In most cases:
git clone git://github.com/gueorgui/sanpo.git
cd sanpo
bundle install
rails s
rake db:migrate
open "http://localhost:3000"
# Ubuntu/Debian users might want install packages for MySQL and WebKit
sudo apt-get install qt4-dev-tools libqt4-dev libqt4-core libqt4-gui libmysql-ruby libmysqlclient-dev
You will also need to configure email delivery to match your
environment (see bottom of config/application.rb
).
Originally developed by Gueorgui Tcherednitchenko (@gueorgui) in Tokyo, Japan. Illustrations by @monja415. Additional tests by cwabbott and EmilRehnberg. Thank you very much!