paulca / feelings
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Paul Campbell (author)
Fri Dec 11 06:17:37 -0800 2009
feelings /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Dec 11 06:01:42 -0800 2009 | |
| |
README | Fri Nov 13 16:32:56 -0800 2009 | |
| |
Rakefile | Tue Dec 23 15:35:15 -0800 2008 | |
| |
app/ | Fri Dec 11 06:17:37 -0800 2009 | |
| |
config/ | Fri Nov 13 16:31:59 -0800 2009 | |
| |
db/ | Sun Feb 08 10:52:29 -0800 2009 | |
| |
doc/ | Tue Dec 23 15:35:15 -0800 2008 | |
| |
lib/ | Tue Dec 23 15:35:15 -0800 2008 | |
| |
public/ | Tue Mar 24 01:55:03 -0700 2009 | |
| |
script/ | Tue Dec 23 15:35:15 -0800 2008 | |
| |
spec/ | Sun Feb 08 10:49:56 -0800 2009 | |
| |
stories/ | Tue Dec 23 15:35:15 -0800 2008 | |
| |
vendor/ | Sun Feb 08 10:45:51 -0800 2009 |
README
*Feelings* is a tumble-log written in Rails, but built to take advantage of the schema-less design of CouchDB. Getting up and running is simple: 1) Download Feelings: git clone git://github.com/paulca/feelings.git 2) Install couchrest gem install couchrest 3) Create the database rake db:create 4) Create the tables: rake db:schema:load 5) Fire up CouchDB couchdb 6) Edit your config files cp config/settings.yml.example config/settings.yml cp config/couchdb.yml.example config/couchdb.yml 7) Fire up the Rails app: script/server See your posts here: http://localhost:3000/ Manage your posts here: http://localhost:3000/posts/new
