sankarara / updog

A Static website host, powered by DropBox

Home Page:https://updog.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UpDog

Local Setup

$ git clone git@github.com:jshawl/updog.git
$ cd updog
$ bundle install
$ rake db:create
$ rake db:migrate

Create a new file:

# updog/config/application.yml

db_key: 'dropbox consumer key'
db_secret: 'dropbox consumer secret'
db_callback: 'http://localhost:3000/auth/dropbox/callback'
mailchimp_list_id: 'list id from mailchimp'
mailchimp_api_key: 'your mailchimp api key'

About

A Static website host, powered by DropBox

https://updog.co

License:MIT License


Languages

Language:HTML 54.3%Language:CSS 29.8%Language:Ruby 15.5%Language:JavaScript 0.5%