public
Description: A demonstration gallery app using the funkensturm plugins.
Homepage: http://blog.funkensturm.de/downloads
Clone URL: git://github.com/funkensturm/funkengallery_demo.git
name age message
file .gitignore Thu Feb 19 12:34:42 -0800 2009 added database again [funkensturm]
file .gitmodules Mon Feb 16 01:28:37 -0800 2009 changed submodule github url [funkensturm]
file CHANGELOG Sun Feb 15 15:46:09 -0800 2009 Version 1.0 I'd say :) [funkensturm]
file README.textile Tue Sep 08 05:22:18 -0700 2009 trying to tweak the readme formatting yet again... [funkensturm]
file Rakefile Tue Jan 20 04:17:38 -0800 2009 Gitignored [funkensturm]
directory app/ Loading commit data...
directory config/
directory db/ Thu Feb 19 12:34:42 -0800 2009 added database again [funkensturm]
directory doc/ Tue Jan 20 04:17:38 -0800 2009 Gitignored [funkensturm]
directory log/ Tue Jan 20 04:17:38 -0800 2009 Gitignored [funkensturm]
directory private/ Sun Feb 15 16:09:34 -0800 2009 repaired fixtures [funkensturm]
directory public/
directory script/ Tue Jan 20 04:17:38 -0800 2009 Gitignored [funkensturm]
directory test/ Sat Feb 28 07:34:11 -0800 2009 fix in funkenlogin direct_login IS NULL [funkensturm]
directory tmp/ Tue Jan 20 04:17:38 -0800 2009 Gitignored [funkensturm]
directory vendor/ Tue Sep 08 05:15:38 -0700 2009 Using Rails 2.3.3 now, not frozen in vendor [funkensturm]
README.textile

Introduction

This is a beta example application to demonstrate the use of all funkensturm plugins.

Share comments at www.funkensturm.com

Requirements

Unless you change the config/database.yml file, you will need SQLite3:

sudo gem install sqlite3-ruby

Installation

1. Download the repository

git clone git://github.com/funkensturm/funkengallery_demo.git

2. Update the submodules in the repository

cd funkengallery_demo

git submodule init

git submodule update

3. Run your Rails server

Login with username “admin” and password “test”