0213.html 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Install phpMyAdmin Dark Theme Windows or Linux</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="PHP,phpMyAdmin,Dark Theme,Customization,Look and Feel,Web Based Tools,MySQL,DBA,Database Admin,pmahomme_dark,Tutorial,How To,i12bretro,Linux,Windows">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Install phpMyAdmin Dark Theme Windows or Linux">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Install phpMyAdmin Dark Theme Windows or Linux</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <h2>Install on Linux</h2>
  25. <ol>
  26. <li>Log into the Linux device</li>
  27. <li>Run the following commands in a terminal:
  28. <div class="codeBlock"># install git<br />
  29. sudo apt-get install git<br />
  30. # clone the dark theme from git<br />
  31. git clone https://github.com/i12bretro/pmahomme-dark.git<br />
  32. # copy the dark theme to the phpmyadmin themes directory<br />
  33. sudo cp ./pmahomme-dark /var/www/html/phpmyadmin/themes -r</div>
  34. </li>
  35. <li>Log into the phpMyAdmin web interface</li>
  36. <li>On the main page change the theme to pmahomme_dark</li>
  37. </ol>
  38. <h2>Install on Windows</h2>
  39. <ol>
  40. <li>Open a web browser and navigate to&nbsp;https://github.com/i12bretro/pmahomme-dark</li>
  41. <li>Click the Code dropdown &gt; Download ZIP</li>
  42. <li>Extract the downloaded .zip file</li>
  43. <li>Copy the entire pmahomme-dark to the phpMyAdmin /themes directory</li>
  44. <li>Log into the phpMyAdmin web interface</li>
  45. <li>On the main page change the theme to pmahomme_dark</li>
  46. </ol>
  47. </div>
  48. </div>
  49. </body>
  50. </html>