-
Notifications
You must be signed in to change notification settings - Fork 67
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
FreeNAS (BSD) support #107
Comments
Yes, amazon_dash.install only installs the configuration file and the systemd service. You can ignore the error 👍 Probably |
Thank you! Actually Thanks again for you work! I'll post back soon with the complete steps to running on amazon-dash on FreeNAS as well as the start-up script I'm using |
Thanks to you for supporting Amazon-dash on FreeNAS :) |
Creating an iocage-jail running Amazon-dash on FreeNAS 11.2 From the FreeNAS console ( I use ssh ) Create a new jail called amazon-dash: Enter the Amazon-dash jail-console and begin by installing the required packages Next we need to set the locale. In my case it's en_US.UTF-8 These commands will set-up pip and install amazon-dash Next copy the sample amazon-dash.yml config file to /etc/ You should now be able to manually run Amazon-dash ( Ctrl+C to exit ) There's no systemd, so instead the start-up script below can be used to run amazon-dash as a daemon. Create directory and open new file in the editor. Copy/Paste the start-up script below Make this file executable, enable the service and finally start amazon-dash as a daemon service commands for amazon-dash start-up script below
|
I've created a FreeNAS jail/plugin for Amazon Dash How to Install
|
Thanks :) and sorry the wait to answer. I will add this to the documentation in the next release. |
Put an
x
into all the boxes [ ] relevant to your issue (like this:[x]
)What is the purpose of your issue?
pip install
orsetup install
command has been completed without errorspython -m amazon_dash.install
command has been completed without errorsamazon-dash discovery
command works without errorsamazon-dash --debug run
worksDescription
Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.
Create a FreeNAS plugin for amazon-dash
What I Did
pkg install python36
python3.6 -m ensurepip
pip install amazon-dash
cp /usr/local/lib/python3.6/site-packages/amazon_dash/install/amazon-dash.yml /root/amazon-dash.yml
amazon-dash run
Everything seems to be working fine
I wondering what the amazon_dash.install command does as amazon.dash seems to be working fine without it? It seems like it may just be coping the config file into place and checking for systemd.
The text was updated successfully, but these errors were encountered: