2012-04-26 15:47:42 +00:00
2012-04-26 03:44:16 +00:00
2012-04-26 15:47:42 +00:00
2012-04-26 03:44:16 +00:00
2012-04-26 15:47:42 +00:00
2012-04-26 03:44:16 +00:00

Pinry

A Wookmark/Pintrest clone created for self hosting. With all the silly uproar over if it's legal or not to "pin" images I decided to just create a self-hosted version that doesn't have the issue of some of your images randomly showing up missing.

To run Pinry...

Have virtualenv and pip installed. You may also need to have the build dependencies for PIL installed. (If you are on Ubuntu you can do this by typing "sudo build-dep python-imaging".)

$ git clone git@github.com:overshard/pinry.git
$ cd pinry
$ virtualenv .
$ bin/pip install -r requirements.txt
$ bin/python manage.py syncdb
$ bin/python manage.py migrate
$ bin/python manage.py runserver

Following this will get you a test server up and running, google around for more information on running Django on a production server.

Description
Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format. It's open-source and self-hosted.
https://docs.getpinry.com/ Readme 22 MiB
Languages
Python 42%
Vue 40.3%
JavaScript 12.2%
Shell 3.1%
SCSS 1.3%
Other 1.1%