https://github.com/alex-ray/karmaville-optimization
dbc query optimization
https://github.com/alex-ray/karmaville-optimization
Last synced: about 1 year ago
JSON representation
dbc query optimization
- Host: GitHub
- URL: https://github.com/alex-ray/karmaville-optimization
- Owner: Alex-ray
- Created: 2013-04-30T00:25:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-30T00:58:34.000Z (over 13 years ago)
- Last Synced: 2025-01-08T19:40:43.920Z (over 1 year ago)
- Language: Ruby
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to KarmaVille
## Getting Started
KarmaVille uses [PostgreSQL](http://www.postgresql.org/). Run the following commands to get started:
```text
$ git clone git://github.com/Devbootcamp/karmaville.git
$ cd karmaville
$ bundle install
$ rake db:setup
```
The `rake db:setup` command could take several minutes to run.