vendors.html 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Distributing and packaging phpMyAdmin &#8212; phpMyAdmin 4.8.5 documentation</title>
  7. <link rel="stylesheet" href="_static/classic.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: './',
  12. VERSION: '4.8.5',
  13. COLLAPSE_INDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true
  16. };
  17. </script>
  18. <script type="text/javascript" src="_static/jquery.js"></script>
  19. <script type="text/javascript" src="_static/underscore.js"></script>
  20. <script type="text/javascript" src="_static/doctools.js"></script>
  21. <link rel="index" title="Index" href="genindex.html" />
  22. <link rel="search" title="Search" href="search.html" />
  23. <link rel="copyright" title="Copyright" href="copyright.html" />
  24. <link rel="top" title="phpMyAdmin 4.8.5 documentation" href="index.html" />
  25. <link rel="next" title="Copyright" href="copyright.html" />
  26. <link rel="prev" title="Security policy" href="security.html" />
  27. </head>
  28. <body role="document">
  29. <div class="related" role="navigation" aria-label="related navigation">
  30. <h3>Navigation</h3>
  31. <ul>
  32. <li class="right" style="margin-right: 10px">
  33. <a href="genindex.html" title="General Index"
  34. accesskey="I">index</a></li>
  35. <li class="right" >
  36. <a href="copyright.html" title="Copyright"
  37. accesskey="N">next</a> |</li>
  38. <li class="right" >
  39. <a href="security.html" title="Security policy"
  40. accesskey="P">previous</a> |</li>
  41. <li class="nav-item nav-item-0"><a href="index.html">phpMyAdmin 4.8.5 documentation</a> &#187;</li>
  42. </ul>
  43. </div>
  44. <div class="document">
  45. <div class="documentwrapper">
  46. <div class="bodywrapper">
  47. <div class="body" role="main">
  48. <div class="section" id="distributing-and-packaging-phpmyadmin">
  49. <h1>Distributing and packaging phpMyAdmin<a class="headerlink" href="#distributing-and-packaging-phpmyadmin" title="Permalink to this headline">¶</a></h1>
  50. <p>This document is intended to give advices to people who want to
  51. redistribute phpMyAdmin inside other software package such as Linux
  52. distribution or some all in one package including web server and MySQL
  53. server.</p>
  54. <p>Generally you can customize some basic aspects (paths to some files and
  55. behavior) in <code class="file docutils literal"><span class="pre">libraries/vendor_config.php</span></code>.</p>
  56. <p>For example if you want setup script to generate config file in var, change
  57. <code class="docutils literal"><span class="pre">SETUP_CONFIG_FILE</span></code> to <code class="file docutils literal"><span class="pre">/var/lib/phpmyadmin/config.inc.php</span></code> and you
  58. will also probably want to skip directory writable check, so set
  59. <code class="docutils literal"><span class="pre">SETUP_DIR_WRITABLE</span></code> to false.</p>
  60. <div class="section" id="external-libraries">
  61. <h2>External libraries<a class="headerlink" href="#external-libraries" title="Permalink to this headline">¶</a></h2>
  62. <p>phpMyAdmin includes several external libraries, you might want to
  63. replace them with system ones if they are available, but please note
  64. that you should test whether version you provide is compatible with the
  65. one we ship.</p>
  66. <p>Currently known list of external libraries:</p>
  67. <dl class="docutils">
  68. <dt>js/jquery</dt>
  69. <dd>jQuery js framework and various jQuery based libraries.</dd>
  70. <dt>vendor/</dt>
  71. <dd>The download kit includes various Composer packages as
  72. dependencies.</dd>
  73. </dl>
  74. </div>
  75. </div>
  76. </div>
  77. </div>
  78. </div>
  79. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  80. <div class="sphinxsidebarwrapper">
  81. <h3><a href="index.html">Table Of Contents</a></h3>
  82. <ul>
  83. <li><a class="reference internal" href="#">Distributing and packaging phpMyAdmin</a><ul>
  84. <li><a class="reference internal" href="#external-libraries">External libraries</a></li>
  85. </ul>
  86. </li>
  87. </ul>
  88. <h4>Previous topic</h4>
  89. <p class="topless"><a href="security.html"
  90. title="previous chapter">Security policy</a></p>
  91. <h4>Next topic</h4>
  92. <p class="topless"><a href="copyright.html"
  93. title="next chapter">Copyright</a></p>
  94. <div role="note" aria-label="source link">
  95. <h3>This Page</h3>
  96. <ul class="this-page-menu">
  97. <li><a href="_sources/vendors.txt"
  98. rel="nofollow">Show Source</a></li>
  99. </ul>
  100. </div>
  101. <div id="searchbox" style="display: none" role="search">
  102. <h3>Quick search</h3>
  103. <form class="search" action="search.html" method="get">
  104. <div><input type="text" name="q" /></div>
  105. <div><input type="submit" value="Go" /></div>
  106. <input type="hidden" name="check_keywords" value="yes" />
  107. <input type="hidden" name="area" value="default" />
  108. </form>
  109. </div>
  110. <script type="text/javascript">$('#searchbox').show(0);</script>
  111. </div>
  112. </div>
  113. <div class="clearer"></div>
  114. </div>
  115. <div class="related" role="navigation" aria-label="related navigation">
  116. <h3>Navigation</h3>
  117. <ul>
  118. <li class="right" style="margin-right: 10px">
  119. <a href="genindex.html" title="General Index"
  120. >index</a></li>
  121. <li class="right" >
  122. <a href="copyright.html" title="Copyright"
  123. >next</a> |</li>
  124. <li class="right" >
  125. <a href="security.html" title="Security policy"
  126. >previous</a> |</li>
  127. <li class="nav-item nav-item-0"><a href="index.html">phpMyAdmin 4.8.5 documentation</a> &#187;</li>
  128. </ul>
  129. </div>
  130. <div class="footer" role="contentinfo">
  131. &#169; <a href="copyright.html">Copyright</a> 2012 - 2018, The phpMyAdmin devel team.
  132. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.9.
  133. </div>
  134. </body>
  135. </html>