Skip to content
forked from espen/balder

Balder - Open source Ruby on Rails photo gallery

License

Notifications You must be signed in to change notification settings

dvictory/balder

 
 

Repository files navigation

== Welcome to Balder photo gallery Engine

This is a fork of the original app Made by Espen Antonsen.

 see http://balderapp.com for details on the app

This fork makes that fork work as a Rails Mountable Engine.
This is a work in progess, but the basics should work.  Customization are limited.

== Installation

1. In Gem file add:
gem 'balder',:git=> 'git@github.com:dvictory/balder.git'

2.'bundle install' to install required gems.
3 rake balder:install:migrations
4. rake db:migrate
5. in routes.rb add - mount Balder::Engine => "/balder"
5. Start up the project with your preferred web-server, goto localhost:3000/balder


== Copyright and license info

This code is copyrighted by Espen Antonsen. The source code is available free under the MIT License.

About

Balder - Open source Ruby on Rails photo gallery

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 65.0%
  • JavaScript 29.2%
  • PHP 5.8%