Sikuliaq IT Asset Manager (skqitam)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

284 lines
14 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta name="author" content="John Haverlack (jehaverlack@alaska.edu)">
  8. <link rel="shortcut icon" href="img/favicon.ico">
  9. <title>Install - Sikuliaq IT Asset Manager</title>
  10. <link href="css/bootstrap.min.css" rel="stylesheet">
  11. <link href="css/font-awesome.min.css" rel="stylesheet">
  12. <link href="css/base.css" rel="stylesheet">
  13. <link href="js/styles/default.css" rel="stylesheet">
  14. <link href="css/all.min.css" rel="stylesheet">
  15. <link href="css/satnag-icons.css" rel="stylesheet">
  16. <link href="css/uaf.css" rel="stylesheet">
  17. <link href="css/cfos.css" rel="stylesheet">
  18. <link href="css/cfos-theme.css" rel="stylesheet">
  19. <link href="css/jquery.json-viewer.css" rel="stylesheet">
  20. <link href="css/jjsonviewer.css" rel="stylesheet">
  21. <link href="css/cfosgroups.css" rel="stylesheet">
  22. <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
  23. <!--[if lt IE 9]>
  24. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  25. <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
  26. <![endif]-->
  27. <script src="js/jquery-1.10.2.min.js" defer></script>
  28. <script src="js/bootstrap.min.js" defer></script>
  29. </head>
  30. <body>
  31. <div id="banner" style="position: relative; top: -70px; width: 100%; z-index:100;">
  32. <div class="row">
  33. <div id="banner-bar" class="col-sm-12">
  34. <div style="width: 100%; padding: 10px;">
  35. <a href="http://uaf.edu/"><img class="uaflogo" alt="UAF logo" src="img/uaflogoBlue.png"></a>
  36. <a class="text-white" style="font-weight: bold; margin-top: auto; margin-bottom: 10px;" href="https://uaf.edu">UNIVERSITY OF ALASKA FAIRBANKS</a>
  37. </div>
  38. </div>
  39. </div>
  40. <div class="row" style="background: #007682; height: 8px;"></div>
  41. <div class="row">
  42. <div id="banner-logo" class="col-sm-12">
  43. <div id="banner-title">
  44. <div class="cfostitle">
  45. <!-- <a href="https://www.sikuliaq.alaska.edu/"><i>R/V Sikuliaq</i></a> -->
  46. <a href="https://www.sikuliaq.alaska.edu/" title="R/V Sikuliaq"><img alt="R/V Sikuliaq" src="img/SKQShipLogo-White.png"> <span style="font-weight: bold; font-style: italic; margin-top: auto; margin-bottom: auto;"></span></a> R/V <i>Sikuliaq</i>
  47. </div>
  48. </div>
  49. </div>
  50. </div>
  51. </div>
  52. </div>
  53. <div class="navbar navbar-expand-lg navbar-dark bg-primary" style="top: -70px;">
  54. <div class="container">
  55. <a class="navbar-brand" href=".">Sikuliaq IT Asset Manager</a>
  56. <!-- Expander button -->
  57. <button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse">
  58. <span class="navbar-toggler-icon"></span>
  59. </button>
  60. <!-- Expanded navigation -->
  61. <div id="navbar-collapse" class="navbar-collapse collapse">
  62. <!-- Main navigation -->
  63. <ul class="nav navbar-nav">
  64. <li class="navitem">
  65. <a href="index.html" class="nav-link"><span class="fas fa-home"></span></a>
  66. </li>
  67. <li class="dropdown">
  68. <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">About <b class="caret"></b></a>
  69. <ul class="dropdown-menu">
  70. <li>
  71. <a href="contact.html" class="dropdown-item">Contact</a>
  72. </li>
  73. <li>
  74. <a href="license.html" class="dropdown-item">License</a>
  75. </li>
  76. <li>
  77. <a href="versions.html" class="dropdown-item">Changelog</a>
  78. </li>
  79. </ul>
  80. </li>
  81. </ul>
  82. <ul class="nav navbar-nav ml-auto">
  83. <li class="nav-item">
  84. <a href="#" class="nav-link" data-toggle="modal" data-target="#mkdocs_search_modal">
  85. <i class="fa fa-search"></i> Search
  86. </a>
  87. </li>
  88. <li class="nav-item">
  89. <a href="https://github.alaska.edu/skq/skq-it-am.git" class="nav-link"><span class="fab fa-git-square"></span></a>
  90. </li>
  91. </ul>
  92. </div>
  93. </div>
  94. </div>
  95. <div class="container">
  96. <div class="row">
  97. <!-- <div class="col-md-3"></div> -->
  98. <div class="col-md-12" role="main" style="top: -50px;">
  99. <h2 id="installing-requirements">Installing Requirements</h2>
  100. <div class="alert alert-info">
  101. The following tools can be installed and used cross platform on <b>Windows</b>, <b>Mac</b> and <b>Linux</b> computers to build <b>MkDocs</b> websites.
  102. </div>
  103. <div class="alert alert-warning">
  104. You may need to adapt the following notes for you operating system platform.
  105. </div>
  106. <p>At a minimum you will need <strong>Python</strong> and <strong>MkDocs</strong> installed.</p>
  107. <h3 id="python">Python</h3>
  108. <ul>
  109. <li><a href="https://www.python.org/">Python</a> Version 3 recommended</li>
  110. </ul>
  111. <h5 id="testing-python-version">Testing Python Version</h5>
  112. <pre><code class="language-bash">[$] python3 --version
  113. Python 3.6.8
  114. [$] pip3 --version
  115. pip 9.0.3 from /usr/lib/python3.6/site-packages (python 3.6)
  116. </code></pre>
  117. <h3 id="mkdocs">MkDocs</h3>
  118. <ul>
  119. <li><a href="https://www.mkdocs.org/">MkDocs</a> Website</li>
  120. </ul>
  121. <div class="alert alert-warning">
  122. <b>NOTE:</b> on some linux systems you may need <b><i>pip3</i></b> instead of <b><i>pip</i></b>.
  123. </div>
  124. <h4 id="installing-mkdocs-and-common-plugins">Installing MkDocs and common plugins</h4>
  125. <pre><code class="language-bash">sudo pip install mkdocs
  126. sudo pip install mkdocs-pdf-export-plugin
  127. sudo pip install mkdocs-bootstrap
  128. sudo pip install python-markdown-math
  129. sudo pip install https://github.com/mitya57/python-markdown-math/archive/master.zip
  130. </code></pre>
  131. <h5 id="testing-mkdocs-version">Testing MkDocs Version</h5>
  132. <pre><code class="language-bash">[$] mkdocs --version
  133. mkdocs, version 1.1 from /usr/local/lib/python3.6/site-packages/mkdocs (Python 3.6)
  134. </code></pre>
  135. <p>For windows you can omit <code>sudo</code> in the above commands.</p>
  136. <div class="alert alert-warning">
  137. NOTE: You will need MkDocs version 1.1 to work with this template. If you have an older version try upgrading with:
  138. <pre><code>
  139. sudo pip3 install -U mkdocs
  140. </code></pre>
  141. </div>
  142. <h3 id="markdown">Markdown</h3>
  143. <p>It takes about 5-10 minutes to learn basic markdown.</p>
  144. <ul>
  145. <li><a href="https://en.wikipedia.org/wiki/Markdown"><span class="fab fa-markdown"></span> Markdown</a></li>
  146. <li>Learning <a href="https://www.markdowntutorial.com/">Markdown</a></li>
  147. <li><a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet">Markdown Cheatsheet</a></li>
  148. </ul>
  149. <hr />
  150. <p><a class='btn btn-primary' href="optional.html"><span class="fas fa-chevron-right"></span> Optional Tools</a></p></div>
  151. </div>
  152. </div>
  153. <!-- style="position: relative; top: -100px;" -->
  154. <!-- <div class="alert alert-danger" role="alert">
  155. <p><span class="fas fa-exclamation-circle"></span>
  156. This website is an incomplete and active work in progress. Please send feedback to <a href="mailto:jehaverlack@alaska.edu">jehaverlack@alaska.edu</a>
  157. </p>
  158. </div> -->
  159. <footer class="col-md-12 footer" >
  160. <p class="small">The University of Alaska Fairbanks is <a target="_blank" href="https://uaf.edu/accreditation/">accredited</a> by the Northwest Commission on Colleges and Universities.<br>UAF is an AA/EO employer and educational institution and prohibits illegal discrimination against any individual. Learn more about UA's <a target="_blank" href="https://www.alaska.edu/nondiscrimination" >notice of nondiscrimination</a>.<br>UA is committed to providing accessible websites. Learn more about UA's <a target="_blank" href="https://www.alaska.edu/webaccessibility" >notice of web accessibility</a>.<br><a target="_blank" href="https://www.alaska.edu/records/compliance/gdpr/ua-privacy-statement/index.xml" >Privacy Statement</a></p>
  161. <p class="small"><p class="small">Copyright &copy; 2021 <a target="_blank" href="https://www.uaf.edu">University of Alaska Fairbanks</a> <a target="_blank" href="https://www.uaf.edu/cfos">College of Fisheries and Ocean Sciences</a> - <a target="_blank" href="https://www.sikuliaq.alaska.edu"><i>R/V Sikuliaq</i></a></p></p>
  162. <p class="small">For questions or comments regarding this page, contact <a href="mailto:uaf-skq-science-support@alaska.edu">uaf-skq-science-support@alaska.edu</a></p>
  163. <p class="small">Version: 0.0.9 2021-06-24 (Beta)</p>
  164. <p class="small">Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
  165. </footer>
  166. <div class="row" style="margin-right: 20px;">
  167. <div class="col-sm-12" style="text-align: right; valign: middle;">
  168. <a target="_blank" href="https://www.uaf.edu/"><img alt="University of Alaska Fairbanks" title="University of Alaska Fairbanks" style="max-height: 50px;" src="img/UAF.png"></a>
  169. <a target="_blank" href="https://www.uaf.edu/cfos/"><img alt="UAF College of Fisheries and Ocean Sciences" title="UAF College of Fisheries and Ocean Sciences" style="max-height: 50px;" src="img/SMALL-CFOS.jpg"></a>
  170. <a target="_blank" href="https://www.sikuliaq.alaska.edu/"><img alt="R/V Sikuliaq" title="R/V Sikuliaq" style="max-height: 50px;" src="img/sikuliaqlogo.png"></a>
  171. <a target="_blank" href="https://www.unols.org/"><img alt="University-National Laboratory System" title="University-National Laboratory System" style="max-height: 50px;" src="img/unols-logo.png"></a>
  172. <a target="_blank" href="https://www.nsf.gov/"><img alt="National Science Foundation" title="National Science Foundation" style="max-height: 65px;" src="img/NSF.png"></a>
  173. </div>
  174. </div>
  175. <script>
  176. var base_url = ".",
  177. shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83};
  178. </script>
  179. <script src="js/base.js" defer></script>
  180. <script src="js/highlight.pack.js" defer></script>
  181. <script src="js/highlightinit.js" defer></script>
  182. <script src="js/jquery.json-viewer.js" defer></script>
  183. <script src="js/jquery.event.move.js" defer></script>
  184. <script src="js/jquery.event.swipe.js" defer></script>
  185. <script src="js/MathJax.js?config=TeX-AMS-MML_HTMLorMML" defer></script>
  186. <script src="js/swipenav.js" defer></script>
  187. <script src="js/hometitle.js" defer></script>
  188. <script src="js/clipboard.min.js" defer></script>
  189. <script src="js/chart.min.js" defer></script>
  190. <script src="js/skq-it-am.js" defer></script>
  191. <script src="search/main.js" defer></script>
  192. <div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true">
  193. <div class="modal-dialog modal-lg">
  194. <div class="modal-content">
  195. <div class="modal-header">
  196. <h4 class="modal-title" id="searchModalLabel">Search</h4>
  197. <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
  198. </div>
  199. <div class="modal-body">
  200. <p>
  201. From here you can search these documents. Enter
  202. your search terms below.
  203. </p>
  204. <form>
  205. <div class="form-group">
  206. <input type="search" class="form-control" placeholder="Search..." id="mkdocs-search-query" title="Type search term here">
  207. </div>
  208. </form>
  209. <div id="mkdocs-search-results"></div>
  210. </div>
  211. <div class="modal-footer">
  212. </div>
  213. </div>
  214. </div>
  215. </div><div class="modal" id="mkdocs_keyboard_modal" tabindex="-1" role="dialog" aria-labelledby="keyboardModalLabel" aria-hidden="true">
  216. <div class="modal-dialog">
  217. <div class="modal-content">
  218. <div class="modal-header">
  219. <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
  220. <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
  221. </div>
  222. <div class="modal-body">
  223. <table class="table">
  224. <thead>
  225. <tr>
  226. <th style="width: 20%;">Keys</th>
  227. <th>Action</th>
  228. </tr>
  229. </thead>
  230. <tbody>
  231. <tr>
  232. <td class="help shortcut"><kbd>?</kbd></td>
  233. <td>Open this help</td>
  234. </tr>
  235. <tr>
  236. <td class="next shortcut"><kbd>n</kbd></td>
  237. <td>Next page</td>
  238. </tr>
  239. <tr>
  240. <td class="prev shortcut"><kbd>p</kbd></td>
  241. <td>Previous page</td>
  242. </tr>
  243. <tr>
  244. <td class="search shortcut"><kbd>s</kbd></td>
  245. <td>Search</td>
  246. </tr>
  247. </tbody>
  248. </table>
  249. </div>
  250. <div class="modal-footer">
  251. </div>
  252. </div>
  253. </div>
  254. </div>
  255. </body>
  256. </html>