Skip to content
forked from ReadBox/readbox

Easily readable version of Dropbox, faster to browse and safer to update.

Notifications You must be signed in to change notification settings

TU-Delft/readbox

This branch is 41 commits behind ReadBox/readbox:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

278113e · Oct 29, 2013

History

79 Commits
Oct 29, 2013
Oct 16, 2013
Oct 12, 2013
Oct 16, 2013
Sep 23, 2013
Sep 25, 2013
Sep 23, 2013
Sep 23, 2013
Sep 23, 2013
Oct 11, 2013
Oct 12, 2013
Oct 6, 2013
Sep 23, 2013

Repository files navigation

ReadBox

A dropbox wrapper with a faster interface and tagging support.

Install

  1. Get the files

    git clone git@github.com:ReadBox/readbox.git

  2. Create a local_settings.py with settings like these:

    STATIC_URL = 'http://your_server/static/' COMPRESS_URL = STATIC_URL

    DROPBOX_APP_KEY = ... DROPBOX_APP_SECRET = ... DROPBOX_ACCESS_TYPE = 'dropbox' DROPBOX_BASE_PATH = '/'

  3. Install the requirements (I would recommend doing this from within a virtualenv)

    pip install -r requirements.txt

  4. Authenticate and sYnc with dropbox:

    ./manage.py authenticate_dropbox ./manage.py sync

  5. Run!

    ./manage.py runserver

About

Easily readable version of Dropbox, faster to browse and safer to update.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published