Skip to content

tejesh0/random-read

 
 

Repository files navigation

OhMyPocket --- opensource port of getpocket.com

bookmark your favorite article

website: http://ohmypocket.com/

chrome extension

run rq

DJANGO_SETTINGS_MODULE=blue.settings rqworker

install libmysqlclient-dev to install mysql-python

sudo apt-get install libmysqlclient-dev

sudo apt-get install libxml2-dev libxslt1-dev python-dev

deploy note

gunicorn blue.wsgi --bind 127.0.0.1:8000 --pid /tmp/gunicorn.pid

supervisor config

[program:pocket]
command=/home/yang/workspace/random-read/env/bin/gunicorn blue.wsgi --bind 127.0.0.1:8989 --pid /tmp/gunicorn.pid;
directory=/home/yang/workspace/random-read
user=yang
autostart=true
autorestart=true

About

bookmark your favorit article

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.2%
  • Python 10.3%
  • CSS 4.4%
  • HTML 4.1%