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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.rdoc | ||
| |
Rakefile | ||
| |
app/ | ||
| |
config/ | ||
| |
db/ | ||
| |
doc/ | ||
| |
public/ | ||
| |
script/ | ||
| |
test/ | ||
| |
vendor/ |
README.rdoc
Welcome to flickr_chooser
We needed some flickr images. This is a quick and dirty app.
You’ll need an update-to-date flickr_fu
gem sources -a http://gems.github.com sudo gem install commonthread-flickr_fu
and mime-types
sudo gem install mime-types
create a config/flickr.yml file that has your flickr api key and looks like this:
key: 'ce10c78532e1fd..........'
secret: '00184......'
then
rake db:migrate
and access the site
./script/server http://127.0.0.1:3000/








