/iguazu

Photo Gallery site using Dropbox and Amazon

Primary LanguageRuby

Iguazu

Build Status Code Climate Dependency Status

What?

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.

Why?

A few reasons:

  1. 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!)

  2. Try and create a ruby web-app that Uncle Bob and Jim Gay would not kill me for making.

Status

Exceedingly early state, totally non-functional, this is not the ready-to-go site you are looking for.

Install

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.

Contributing

If you would like to contribute to Iguazu please read the CONTRIBUTING.md file.