您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. |Pinry|
  2. =======
  3. The open-source core of Pinry, a tiling image board system for people
  4. who want to save, tag, and share images, videos and webpages in an easy
  5. to skim through format.
  6. For more information and a working demo board visit `getpinry.com`_. For the
  7. latest documentation check out `Read the Docs`_.
  8. Requirements
  9. ------------
  10. Pinry is built on top of Django and optimized to run on a Linux
  11. environment. However we have gotten Pinry to work on Windows and Mac as
  12. well but it may require some extra digging around configuration. Pinry's
  13. Python requirements are all in the ``requirements.txt`` file and easily
  14. installable once you have up a virtual environment. What you need
  15. initially:
  16. * Python
  17. * pip
  18. * virtualenv
  19. * Your OS's build tools (Ubuntu: ``build-essential``, Mac: ``Xcode``)
  20. * Build dependencies for PIL/Pillow (Ubuntu:
  21. ``apt-get build-dep python-imaging``)
  22. Testing
  23. -------
  24. We have many tests built into Pinry to ensure that changes don't break
  25. anything. If you are live dangerously and have cutting edge new Pinry
  26. features first you can use our master branch for your own instance. We
  27. recommend using our tags/versions though.
  28. To run Pinry's tests inside the Pinry repo run::
  29. virtualenv .
  30. bin/pip install -r requirements.txt
  31. bin/python manage.py test
  32. Production Deployment
  33. ---------------------
  34. Our supported and suggested way to deploy Pinry is using Docker. We
  35. provide support and instructions for that over at the `docker-pinry
  36. GitHub repository`_.
  37. If you'd like a different setup then check out the hundreds of tutorials
  38. for production Django deployment found via Google.
  39. Extra
  40. -----
  41. Other software related to Pinry:
  42. * `Pinry Chrome extension`_ (sources in `chrome-pinry GitHub repository`_)
  43. Current Master Build Status
  44. ---------------------------
  45. |Codeship Status for pinry/pinry|
  46. .. Links
  47. .. |Pinry| image:: https://raw.github.com/pinry/pinry/master/logo.png
  48. .. |Codeship Status for pinry/pinry| image:: https://www.codeship.io/projects/461ebc50-70be-0130-073a-22000a9d07d8/status?branch=master
  49. :target: https://www.codeship.io/projects/2005
  50. .. _getpinry.com: http://getpinry.com/
  51. .. _Read the Docs: http://pinry.readthedocs.org/
  52. .. _docker-pinry GitHub repository: https://github.com/pinry/docker-pinry
  53. .. _chrome-pinry GitHub repository: https://github.com/lapo-luchini/chrome-pinry
  54. .. _Pinry Chrome extension: https://chrome.google.com/webstore/detail/pinry-chrome/jmhdcnmfkglikfjafdmdikoonedgijpa