Skip to content
mvanveen edited this page Jan 10, 2012 · 3 revisions

How To Setup A Dropblog

Dropbox

App Engine

Step One: Setup app key

⚠️ This step is temporary and will be replaced!

$ python dropbox_client.py
Welcome to the dropblog configuration tool
Please go to https://www.dropbox.com/1/oauth/authorize?oauth_token=9te9aoa2b4r85kl
OK ?
done

Step Two: Configure App Engine

First register a new app engine app instance.

Next, Change the application field in app.yaml to your app identifier.

application: s~yourapphere

Note: The s~ implies a High Replication instance.

Step Three: Deploy!

Deploy via appcfg

$ appcfg.py udpate .

Step Four: Configure Dropbox

Relax!

You're ready to start your dropbox blog.

Read the following guide to get started.

Clone this wiki locally