https://github.com/dvandersluis/compendium_demo
Demo application for Compendium
https://github.com/dvandersluis/compendium_demo
Last synced: about 1 year ago
JSON representation
Demo application for Compendium
- Host: GitHub
- URL: https://github.com/dvandersluis/compendium_demo
- Owner: dvandersluis
- Created: 2014-03-30T17:27:48.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-05T22:26:15.000Z (about 12 years ago)
- Last Synced: 2025-01-24T01:42:55.438Z (over 1 year ago)
- Language: Ruby
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Compendium Demo
This is a demonstration application for using [Compendium](https://github.com/dvandersluis/compendium)
along with [Amcharts.rb](https://github.com/dvandersluis/amcharts.rb).
#### Usage
1. Clone this project with git.
2. Setup database.yml with your database credentials.
3. Run `rake db:migrate` and `rake db:seed` to populate the database.
4. Run `rails s` to start a Rails server.
5. Navigate your browser to `localhost:3000`.