forked from espen/balder
-
Notifications
You must be signed in to change notification settings - Fork 0
Balder - Open source Ruby on Rails photo gallery
License
dvictory/balder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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=> '[email protected]: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 0
No packages published
Languages
- Ruby 65.0%
- JavaScript 29.2%
- PHP 5.8%