-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you explain how to copy/install, please? #1
Comments
I assume you mean this forum thread comment? https://community.mycroft.ai/t/reloading-skills-skills-watch/1847/3 It only assumes that the reader knows how to install mycroft skills and add sudo permissions on a Linux system. Clone this repo locally somewhere, then copy the devhelper folder to the skills folder in your mycroft device/installation. To get the "reboot" and "reload" commands to work, add the following line to your /etc/sudoers file:
This gives the "mycroft" user access to run /bin/systemctl and /sbin/reboot as root. |
Awesome, thanks
Brian Garr
561.271.4750
@garrbrian
…On Fri, Jun 29, 2018, 6:16 PM Red5d ***@***.***> wrote:
I assume you mean this forum thread comment?
https://community.mycroft.ai/t/reloading-skills-skills-watch/1847/3 It
only assumes that the reader knows how to install mycroft skills and add
sudo permissions on a Linux system.
Clone this repo locally somewhere, then copy the devhelper folder to the
skills folder in your mycroft device/installation.
To get the "reboot" and "reload" commands to work, add the following line
to your /etc/sudoers file:
mycroft ALL=(ALL) NOPASSWD: /bin/systemctl,/sbin/reboot
This gives the "mycroft" user access to run /bin/systemctl and
/sbin/reboot as root.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AINcMkTLiIwItG7vCvfMPjkGVayiBMF6ks5uBqdagaJpZM4U9qqs>
.
|
I believe I need to let Mycroft know of this skill? What entry do I make in the Mycroft.conf file?
Regards,
I'll be speaking on deep learning/neural nets at SpeechTek 2018 in April. $100 discount link below:
http://www.speechtek.com/2018/Register.aspx
Brian Garr
561.271.4750
@garrbrian
From: Red5d
Sent: Friday, June 29, 2018 6:16 PM
To: Red5d/mycroft_skills
Cc: bgarr33434; Author
Subject: Re: [Red5d/mycroft_skills] Can you explain how to copy/install,please? (#1)
I assume you mean this forum thread comment? https://community.mycroft.ai/t/reloading-skills-skills-watch/1847/3 It only assumes that the reader knows how to install mycroft skills and add sudo permissions on a Linux system.
Clone this repo locally somewhere, then copy the devhelper folder to the skills folder in your mycroft device/installation.
To get the "reboot" and "reload" commands to work, add the following line to your /etc/sudoers file:
mycroft ALL=(ALL) NOPASSWD: /bin/systemctl,/sbin/reboot
This gives the "mycroft" user access to run /bin/systemctl and /sbin/reboot as root.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
As long as the folder for this skill is placed in the skills folder and you restart Mycroft (or at least the mycroft-skills service), it should pick it up automatically. Mycroft has some good documentation including this page on its different components: https://mycroft.ai/documentation/mycroft-software-hardware/ |
Your comment in the forum is not enough for folks, like me, because there is so much assumed. Could you just respond with something like
3....
which would be awesome for a lot of us.
The text was updated successfully, but these errors were encountered: