This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Mary Cook (author)
Tue Nov 03 14:40:59 -0800 2009
commit e0232499448d43b0a671b77fb0324c145abeb8d4
tree 76abb47d6384d74b3d927b31b138594a90df3544
parent 23b9a3af17eab19570e3f33d033430375a5c98c8
tree 76abb47d6384d74b3d927b31b138594a90df3544
parent 23b9a3af17eab19570e3f33d033430375a5c98c8
playmary /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Feb 06 06:04:03 -0800 2009 | |
| |
README | Sun Mar 01 03:15:20 -0800 2009 | |
| |
Rakefile | Fri Feb 06 05:25:06 -0800 2009 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | Fri Feb 06 05:25:06 -0800 2009 | |
| |
doc/ | Sat Aug 08 09:39:46 -0700 2009 | |
| |
lib/ | ||
| |
public/ | Sat Oct 24 06:45:18 -0700 2009 | |
| |
script/ | Fri Feb 06 05:25:06 -0800 2009 | |
| |
test/ | Fri Feb 06 05:25:06 -0800 2009 | |
| |
vendor/ | Wed Feb 25 13:58:07 -0800 2009 |
README
Playmary Your life in songs. See in action: http://playmary.com By: maryrosecook http://maryrosecook.com maryrosecook@maryrosecook.com --- Users can search for a song, select it and then have it automatically pulled to Amazon S3 from its location on the web and included in their Playmary. Seeqpod is used for song search. Users may also upload mp3s. --- Initial setup - Pull the code to your machine. - Create a folder called log in the root of your app. - Create a database. - database.yml file - Create it in config/ - Add your dev database details. e.g: development: adapter: mysql database: playmary_development username: root password: host: localhost - Create the database structure: - In your terminal: cd route/to/playmary/folder rake db:schema:load - Amazon S3 - Sign up at http://aws.amazon.com - Create a bucket. - Get at least one Seeqpod API key from http://seeqpod.com - Decide what the url_title of *your* personal Playmary will be. e.g. maryrosecook gives it a URL of yourdomain.com/maryrosecook - config.yml file - Go into the config/ directory and rename the config.example.yml file to config.yml - Fill in your Seeqpod API keys, S3 details, contact data and default url_title - Go.








