windows:wsl:mycroft.ai

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
windows:wsl:mycroft.ai [2020/09/09 05:27] – [WSL 2 で Mycroft AI] ともやんwindows:wsl:mycroft.ai [2020/09/11 19:13] (現在) ともやん
行 1: 行 1:
-<html> 
-  <style> 
-    #result pre, #mincode pre { 
-      overflow: hidden; 
-      font-size: 10px; 
-    } 
-    #result_long pre, #mincode_long pre  { 
-      height: 250px; 
-      overflow: scroll; 
-      overflow-x: hidden; 
-      font-size: 10px; 
-    } 
-    #mintbl table { 
-      font-size: 12px; 
-    } 
-    #mintbl th { 
-      font-size: 10px; 
-    } 
-    .wrap_minfont, .minfont { 
-      font-size: 6px; 
-    } 
-    .dokuwiki .plugin_wrap table { 
-      width: auto; 
-    } 
-    #logo { 
-      background-color: white; 
-      padding: 10px; 
-      width: fit-content; 
-    } 
-    #logo p { 
-      margin: 0; 
-    } 
-  </style> 
-</html> 
 ~~CLOSETOC~~ ~~CLOSETOC~~
 ====== WSL 2 で Mycroft AI ====== ====== WSL 2 で Mycroft AI ======
-<code>+<WRAP prewrap 100%> 
 +<code powershell>
 $ cd ~ $ cd ~
 $ git clone https://github.com/MycroftAI/mycroft-core.git $ git clone https://github.com/MycroftAI/mycroft-core.git
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code powershell>
 Cloning into 'mycroft-core'... Cloning into 'mycroft-core'...
 remote: Enumerating objects: 549772, done. remote: Enumerating objects: 549772, done.
行 43: 行 14:
 Receiving objects: 100% (549772/549772), 114.86 MiB | 3.62 MiB/s, done. Receiving objects: 100% (549772/549772), 114.86 MiB | 3.62 MiB/s, done.
 Resolving deltas: 100% (541009/541009), done. Resolving deltas: 100% (541009/541009), done.
 +</code>
 +</WRAP>
 +<WRAP prewrap 100%>
 +<code powershell>
 $ cd mycroft-core $ cd mycroft-core
 $ bash dev_setup.sh $ bash dev_setup.sh
 +</code> 
 +</WRAP> 
 +<WRAP prewrap 100% #result_long> 
 +<code powershell>
                     Welcome to Mycroft!                     Welcome to Mycroft!
  
行 88: 行 66:
 This script will create that folder for you.  This requires sudo This script will create that folder for you.  This requires sudo
 permission and might ask you for a password... permission and might ask you for a password...
- 
-We trust you have received the usual lecture from the local System 
-Administrator. It usually boils down to these three things: 
- 
-    #1) Respect the privacy of others. 
-    #2) Think before you type. 
-    #3) With great power comes great responsibility. 
  
 [sudo] password for tomoyan: [sudo] password for tomoyan:
行 1240: 行 1211:
 Creating /var/log/mycroft/ directory Creating /var/log/mycroft/ directory
 </code> </code>
 +</WRAP>
 +
 +<WRAP prewrap 100%>
 +<code powershell>
 +$ cd ~/mycroft-core
 +$ ./start-mycroft.sh debug
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code powershell>
 +Already up to date.
 +Starting all mycroft-core services
 +Initializing...
 +Starting background service bus
 +CAUTION: The Mycroft bus is an open websocket with no built-in security
 +         measures.  You are responsible for protecting the local port
 +         8181 with a firewall as appropriate.
 +Starting background service voice
 +Starting background service enclosure
 +Starting cli
 +</code>
 +</WRAP>
 +
  • windows/wsl/mycroft.ai.1599596868.txt.gz
  • 最終更新: 2020/09/09 05:27
  • by ともやん