Skip to content

Commit

Permalink
Added some more instructions to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
mncaudill committed Nov 24, 2011
1 parent 48345e8 commit 9fe4dea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ _These instructions are incomplete. They'll probably work but I have tested them

$> cd schema

$> mysql -u $USER -p < SETUP.md
$> mysql -u root -p < SETUP.md

$> cat *schema | mysql -u root -p flickr

Expand All @@ -42,6 +42,11 @@ _These instructions are incomplete. They'll probably work but I have tested them

* That's it.

Backing up photos
--
After setting up everything above, and setting your API key callback to "http://YOURDOMAINNAME.com/auth/", visit /account/backups/. This will
create your backup user account and then from here you can run the various backup scripts inside of the bin/ directory.

To do:
--

Expand Down

0 comments on commit 9fe4dea

Please sign in to comment.