README.rst 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. Supervisor
  2. ==========
  3. Supervisor is a client/server system that allows its users to
  4. control a number of processes on UNIX-like operating systems.
  5. Supported Platforms
  6. -------------------
  7. Supervisor has been tested and is known to run on Linux (Ubuntu), Mac OS X
  8. (10.4, 10.5, 10.6), and Solaris (10 for Intel) and FreeBSD 6.1. It will
  9. likely work fine on most UNIX systems.
  10. Supervisor will not run at all under any version of Windows.
  11. Supervisor is known to work with Python 2.4 or later but will not work
  12. under any version of Python 3.
  13. Documentation
  14. -------------
  15. You can view the current Supervisor documentation online `in HTML format
  16. <http://supervisord.org/>`_ . This is where you should go for detailed
  17. installation and configuration documentation.
  18. Mailing list, Reporting Bugs, and Viewing the Source Repository
  19. ---------------------------------------------------------------
  20. You may subscribe to the `Supervisor-users mailing list
  21. <http://lists.supervisord.org/mailman/listinfo/supervisor-users>`_.
  22. Please report bugs in the `Github issue tracker
  23. <https://github.com/Supervisor/supervisor/issues>`_. .
  24. You can view the source repository for supervisor via
  25. `https://github.com/Supervisor/supervisor
  26. <https://github.com/Supervisor/supervisor>`_.
  27. Contributing
  28. ------------
  29. If you'd like to contribute to supervisor directly, please contact the
  30. `Supervisor-users mailing list
  31. <http://lists.supervisord.org/mailman/listinfo/supervisor-users>`_.