|
@@ -304,6 +304,12 @@
|
|
|
<div class="container">
|
|
|
<div class="row">
|
|
|
<div class="col" style="margin: auto; ">
|
|
|
+ <!-- 說明文件 -->
|
|
|
+ <div style="text-align:center; font-size: 23px; color: crimson;">
|
|
|
+ <a href="http://60.250.156.230:3000/Automatic_build_system/Automatically_install_files/src/master/README.md"
|
|
|
+ target="_blank">自動布建伺服器環境建置手冊</a>
|
|
|
+ </div>
|
|
|
+
|
|
|
<table class="table table-bordered" style="font-size:23px;margin-top:30px;">
|
|
|
<tbody>
|
|
|
<tr>
|
|
@@ -327,21 +333,21 @@
|
|
|
<tr>
|
|
|
<th>請勾選欲安裝之套件</th>
|
|
|
<td>
|
|
|
- <input type="checkbox" class="" id="Item1" onclick="package_update()" disabled>
|
|
|
+ <input type="checkbox" class="" id="Item1" onclick="package_update()" checked>
|
|
|
<label for="Item1">Item1 - Common Command</label><br>
|
|
|
- <input type="checkbox" class="" id="Item2" onclick="package_update()" disabled>
|
|
|
+ <input type="checkbox" class="" id="Item2" onclick="package_update()" checked>
|
|
|
<label for="Item2">Item2 - LAMP</label><br>
|
|
|
- <input type="checkbox" class="" id="Item3" onclick="package_update()" >
|
|
|
- <label for="Item3">Item3 - MQTT</label><br>
|
|
|
- <input type="checkbox" class="" id="Item4" onclick="package_update()" >
|
|
|
+ <input type="checkbox" class="" id="Item3" onclick="package_update()" checked>
|
|
|
+ <label for="Item3">Item3 - MQTT Server</label><br>
|
|
|
+ <input type="checkbox" class="" id="Item4" onclick="package_update()" checked>
|
|
|
<label for="Item4">Item4 - Watchdog</label><br>
|
|
|
- <input type="checkbox" class="" id="Item5" onclick="package_update()" >
|
|
|
+ <input type="checkbox" class="" id="Item5" onclick="package_update()" checked>
|
|
|
<label for="Item5">Item5 - Git Server</label><br>
|
|
|
- <input type="checkbox" class="" id="Item6" onclick="package_update()" disabled>
|
|
|
+ <input type="checkbox" class="" id="Item6" onclick="package_update()" checked>
|
|
|
<label for="Item6">Item6 - Python packegs Library</label><br>
|
|
|
- <input type="checkbox" class="" id="Item7" onclick="package_update()" >
|
|
|
+ <input type="checkbox" class="" id="Item7" onclick="package_update()" checked >
|
|
|
<label for="Item7">Item7 - AP(WebPage)</label><br>
|
|
|
- <input type="checkbox" class="" id="Item8" onclick="package_update()" >
|
|
|
+ <input type="checkbox" class="" id="Item8" onclick="package_update()" checked>
|
|
|
<label for="Item8">Item8 - ROS ubuntu 18.04 melodic</label>
|
|
|
</td>
|
|
|
</tr>
|