差分
このページの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: | ||
- | < | ||
- | < | ||
- | #result pre, #mincode pre { | ||
- | overflow: hidden; | ||
- | font-size: 10px; | ||
- | } | ||
- | # | ||
- | height: 250px; | ||
- | overflow: scroll; | ||
- | overflow-x: hidden; | ||
- | font-size: 10px; | ||
- | } | ||
- | #mintbl table { | ||
- | font-size: 12px; | ||
- | } | ||
- | #mintbl th { | ||
- | font-size: 10px; | ||
- | } | ||
- | .wrap_minfont, | ||
- | font-size: 6px; | ||
- | } | ||
- | .dokuwiki .plugin_wrap table { | ||
- | width: auto; | ||
- | } | ||
- | #logo { | ||
- | background-color: | ||
- | padding: 10px; | ||
- | width: fit-content; | ||
- | } | ||
- | #logo p { | ||
- | margin: 0; | ||
- | } | ||
- | </ | ||
- | </ | ||
~~CLOSETOC~~ | ~~CLOSETOC~~ | ||
====== WSL 2 で Mycroft AI ====== | ====== WSL 2 で Mycroft AI ====== | ||
- | < | + | <WRAP prewrap 100%> |
+ | < | ||
$ cd ~ | $ cd ~ | ||
$ git clone https:// | $ git clone https:// | ||
+ | </ | ||
+ | </ | ||
+ | <WRAP prewrap 100% #result> | ||
+ | <code powershell> | ||
Cloning into ' | Cloning into ' | ||
remote: Enumerating objects: 549772, done. | remote: Enumerating objects: 549772, done. | ||
行 43: | 行 14: | ||
Receiving objects: 100% (549772/ | Receiving objects: 100% (549772/ | ||
Resolving deltas: 100% (541009/ | Resolving deltas: 100% (541009/ | ||
+ | </ | ||
+ | </ | ||
+ | <WRAP prewrap 100%> | ||
+ | <code powershell> | ||
$ cd mycroft-core | $ cd mycroft-core | ||
$ bash dev_setup.sh | $ bash dev_setup.sh | ||
+ | </ | ||
+ | </ | ||
+ | <WRAP prewrap 100% # | ||
+ | <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 / | Creating / | ||
</ | </ | ||
+ | </ | ||
+ | |||
+ | <WRAP prewrap 100%> | ||
+ | <code powershell> | ||
+ | $ cd ~/ | ||
+ | $ ./ | ||
+ | </ | ||
+ | </ | ||
+ | <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 | ||
+ | | ||
+ | 8181 with a firewall as appropriate. | ||
+ | Starting background service voice | ||
+ | Starting background service enclosure | ||
+ | Starting cli | ||
+ | </ | ||
+ | </ | ||
+ |