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)
Mon Nov 30 12:37:01 -0800 2009
playmary /
| name | age | message | |
|---|---|---|---|
| |
.gems | Mon Nov 30 09:08:50 -0800 2009 | |
| |
.gh | Mon Nov 30 12:27:41 -0800 2009 | |
| |
.gitignore | Mon Nov 30 09:42:26 -0800 2009 | |
| |
README | Sun Mar 01 03:15:20 -0800 2009 | |
| |
Rakefile | Fri Feb 06 05:25:06 -0800 2009 | |
| |
app/ | Mon Nov 30 10:02:09 -0800 2009 | |
| |
config/ | Mon Nov 30 09:08:50 -0800 2009 | |
| |
db/ | Fri Feb 06 05:25:06 -0800 2009 | |
| |
doc/ | Sat Aug 08 09:39:46 -0700 2009 | |
| |
lib/ | Mon Nov 30 12:37:01 -0800 2009 | |
| |
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.







