Skip to content
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

migrate from allsky to indi-allsky #1607

Open
Joshude opened this issue Nov 5, 2024 · 1 comment
Open

migrate from allsky to indi-allsky #1607

Joshude opened this issue Nov 5, 2024 · 1 comment

Comments

@Joshude
Copy link

Joshude commented Nov 5, 2024

Hello folks,

is it possible to migrate from allsky to indi-allsky on the same system? I have a raspi 3B+ with the PIHQ camera and want to test out the indi-allsky.
So i'd like to keep my allsky-install on the system in case i'd like to roll back to that but i'd love to check out indi-allsky.

Is this possible?

Thanks!

@aaronwmorris
Copy link
Owner

indi-allsky and allsky can coexist. The only thing you have to watch out for is indi-allsky uses apache and allsky uses lighttpd. You will need to disable lighttpd when you install indi-allsky to ensure there is not a port conflict. (This process may be easily reversed later). The indi-allsky setup script will automatically stop and disable TJ's allsky (which can be reversed as well).

sudo systemctl stop lighttpd
sudo systemctl disable lighttpd

I have an Uninstall page for indi-allsky so you can have an idea of what files are used by indi-allsky.

https://github.com/aaronwmorris/indi-allsky/wiki/Uninstall-indi-allsky

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants