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 (
commit da732774b37a1f83557f1dfdd1f549307e8dd95a
tree 0c3f5bb27cdd0bde04336fa5edcbf1cb15ce9727
parent 462d4e30d12ae0b77b88c29c8d87be6adb30c27d
tree 0c3f5bb27cdd0bde04336fa5edcbf1cb15ce9727
parent 462d4e30d12ae0b77b88c29c8d87be6adb30c27d
| 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/








