No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

README.rst 2.1 KiB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. Current Master Build Status
  40. ---------------------------
  41. |Codeship Status for pinry/pinry|
  42. .. Links
  43. .. |Pinry| image:: https://raw.github.com/pinry/pinry/master/logo.png
  44. .. |Codeship Status for pinry/pinry| image:: https://www.codeship.io/projects/461ebc50-70be-0130-073a-22000a9d07d8/status?branch=master
  45. :target: https://www.codeship.io/projects/2005
  46. .. _getpinry.com: http://getpinry.com/
  47. .. _Read the Docs: http://pinry.readthedocs.org/
  48. .. _docker-pinry GitHub repository: https://github.com/pinry/docker-pinry