- libertree-db gem/repo
- libertree-client gem/repo
- GraphicsMagick or ImageMagick
It is recommended to use RVM for Ruby and gem management, but this is not required. memcached is recommended, but not required.
gem install bundler
bundle install
cp config/database.yaml.example config/database.yaml # edit as desired
cp config/application.yaml.example config/application.yaml # edit as desired
bundle exec unicorn -Ilib -p <port number>
Don't forget the -Ilib argument to ensure libraries under the lib/ dir are found.