0268.html 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Install OpenMediaVault on Armbian</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="OpenMediaVault,Armbian,Debian,Buster,Self-Hosted,Web Based Fun,SingleBoardComputer,Amlogic,S912,S905x,Raspberry Pi Alternative,HowTo,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Install OpenMediaVault on Armbian">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="06/03/2022 10:02:10 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Install OpenMediaVault on Armbian</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>Log into the Armbian device</li>
  27. <li>Run the following commands in a terminal:<br />
  28. <code class="codeBlock"># update software repositories and install available updates<br />
  29. sudo apt update<br />
  30. sudo apt upgrade<br />
  31. # download and run OpenMediaVault installer<br />
  32. wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash</code></li>
  33. <li>Open a web browser and navigate to http://localhost</li>
  34. <li>Log into OMV with username admin and password openmediavault</li>
  35. <li>Welcome to OpenMediaVault running on a cheap single board computer</li>
  36. </ol>
  37. <p>Guides for Raspberry Pi and Armbian:&nbsp;<a href="https://forum.openmediavault.org/index.php?thread/28789-installing-omv5-on-raspberry-pi-s-armbian-sbc-s-i386-32-bit-platforms/" target="_blank">https://forum.openmediavault.org/index.php?thread/28789-installing-omv5-on-raspberry-pi-s-armbian-sbc-s-i386-32-bit-platforms/</a></p>
  38. </div>
  39. </div>
  40. </body>
  41. </html>