Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jokull/calepin
Publish your markdown documents with the Dropbox API
https://github.com/jokull/calepin
Last synced: 13 days ago
JSON representation
Publish your markdown documents with the Dropbox API
- Host: GitHub
- URL: https://github.com/jokull/calepin
- Owner: jokull
- License: isc
- Created: 2012-04-17T19:39:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-09T17:56:04.000Z (almost 12 years ago)
- Last Synced: 2024-12-17T03:58:28.702Z (15 days ago)
- Language: JavaScript
- Homepage: http://calepin.co/
- Size: 682 KB
- Stars: 131
- Watchers: 9
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Quickstart
==========$ cd calepin
$ virtualenv --distribute venv
$ source venv/bin/activate
$ pip install -r requirements
$ pwd > venv/lib/python2.7/site-packages/app.pthEnvironment
-----------Now add `.env` with the development environment and `source` it. It should include values for the following values:
SECRET_KEY=
CALEPIN_ADMIN= # Admin email
CALEPIN_THEME= # See github.com/jokull/pelican-themes
CALEPIN_ROOT= # The place where user files are synced and served from
SQLALCHEMY_DATABASE_URI=postgresql://calepin@/calepin
DROPBOX_APP_KEY=
DROPBOX_SECRET=
SENTRY_DSN= # Optional but good for production
REDIS_URL = redis://Components
==========+ PostgreSQL
+ Redis
+ Flask api and frontend