Dropbox managed Ruby On Rails (Or maybe Sinatra; hell maybe even a static site a la jekyll, I haven't decided yet) Photo-Gallery site.
A few reasons:
-
Give my mother an easy way to create and manage her own photo-gallery site without leaving the desktop paradigm she is used to. (Look, big words!)
-
Try and create a ruby web-app that Uncle Bob and Jim Gay would not kill me for making.
Exceedingly early state, totally non-functional, this is not the ready-to-go site you are looking for.
Iguazu uses environment variables to store information needed to connect to dropbox.
The 4 environment variables are DROPBOX_APP_KEY DROPBOX_APP_SECRET DROPBOX_TOKEN DROPBOX_SECRET
You can set them using
export DROPBOX_APP_KEY=dummy_data
export DROPBOX_APP_SECRET=dummy_data
export DROPBOX_TOKEN=dummy_data
export DROPBOX_SECRET=dummy_data
on Linux and Mac or
set DROPBOX_APP_KEY=dummy_data
set DROPBOX_APP_SECRET=dummy_data
set DROPBOX_TOKEN=dummy_data
set DROPBOX_SECRET=dummy_data
on Windows.
If you would like to contribute to Iguazu please read the CONTRIBUTING.md file.