funkensturm / funkengallery_demo
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.gitmodules | ||
| |
CHANGELOG | ||
| |
README.textile | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
log/ | ||
| |
private/ | ||
| |
public/ | ||
| |
script/ | ||
| |
test/ | ||
| |
tmp/ | ||
| |
vendor/ |
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-rubyInstallation
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”

