Skip to content

A web frontend for Libertree written in Ruby, using Ramaze.

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENCE
Unknown
LICENSE
Notifications You must be signed in to change notification settings

Libertree/libertree-frontend-ramaze

Repository files navigation

Libertree Frontend (Ramaze)

Requirements:

  • 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.

Installation and Setup

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

Running

bundle exec unicorn -Ilib -p <port number>

Don't forget the -Ilib argument to ensure libraries under the lib/ dir are found.

About

A web frontend for Libertree written in Ruby, using Ramaze.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENCE
Unknown
LICENSE

Stars

Watchers

Forks

Packages

No packages published