-
Notifications
You must be signed in to change notification settings - Fork 21
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
Error - Allsky not installed #1
Comments
I have moved all of the modules to /opt/allsky/modules You can just move the folder from /etc to /opt You are getting the error because the /opt/allsky folder isnt there |
Ok, I've jumped through some hoops (ftp with root) and copied etc/allsky.... to opt/allsky I've run the install script again, and it's stopped with this error:
Do I need to run sudo ./install.sh then? I'll try that now. |
The answer is no!
|
Permissions are very important. The permissions on the folder in /opt must be the same as they are in /etc Change the permissions on the /opt/allsky folder (and all folder/files within) to the user you installed allsky as and www-date so something like chown -R pi:www-data /opt/allsky |
Doesn't seem to work:
etc/allsky is pi www-data EDIT - let me try again as root EDIT 2 - yes that worked - sorry, I'm not great with Linux |
Ok I'm confused. Does this automatically now show in the module editor (I have rebooted after installation successful) or do I need to do something else? |
It will appear in the module editor but only in the periodic flow |
Doesnt for me either on a fresh install - leave it with me |
In the module settings make sure 'Show experimental' is enabled |
Also there's a typo on that screen "Show exterimental modules". Is that external experimental?! |
Hi Alex, I've installed a fresh Dev branch of allsky and have come here to fetch the extra modules.
The clone has worked, chmod'd the install script and ran it.
I get the error message:
AllSky does not seem to be installed. The /opt/allsky directory does not exist. Please install AllSky before installing the modules
Allsky is installed, so what do I need to check?
The text was updated successfully, but these errors were encountered: