https://github.com/msolomon/flesh
https://github.com/msolomon/flesh
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/msolomon/flesh
- Owner: msolomon
- Created: 2014-02-23T02:41:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-27T06:47:20.000Z (over 10 years ago)
- Last Synced: 2025-02-24T06:14:32.912Z (4 months ago)
- Language: Ruby
- Size: 625 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flesh
[](https://travis-ci.org/msolomon/flesh)
## Setup
1. Install Postgres 9 (I'm using 9.3 installed via `brew`)
1. Edit config/database.yml "development" to match your Postgres setup
1. Install rvm or rbenv
1. Install Ruby 2.1
1. If using RVM, `rvm use 2.1@flesh --create`
1. Then run some commands:```bash
bundle install
rake db:setup db:populate
rake
```