AstroPhoto-Plus icon indicating copy to clipboard operation
AstroPhoto-Plus copied to clipboard

Website Installation Page Failure

Open akocica opened this issue 4 years ago • 2 comments

Website fails to render installation page. 5EE6BE79-7E2E-411D-8F53-AA1B4B0975EC

akocica avatar Sep 12 '21 16:09 akocica

Also noticed this. Not clear how to install then.

gnthibault avatar Sep 30 '21 18:09 gnthibault

One year later and still failed. Try with web.archive.org : https://web.archive.org/web/20210508161545/https://astrophotoplus.gulinux.net/installation

Two ways: First with scrpit : wget -N -q https://raw.githubusercontent.com/GuLinux/AstroPhoto-Plus/master/scripts/setup/ubuntu-raspbian.sh && sudo bash ./ubuntu-raspbian.sh && rm ubuntu-raspbian.sh

Second with .deb:

# Download package:
 https://web.archive.org/web/20201123223357/https://github.com/GuLinux/AstroPhoto-Plus/releases/download/v1.0.1-b933/AstroPhotoPlus-1.0.1-b933-Ubuntu_Debian.deb

# Install package
sudo apt-get install -y ./AstroPhotoPlus-<version>-Ubuntu_Debian.deb

# Run
sudo AstroPhotoPlus-ctl autosetup

Astro-Otter-Space avatar Jul 31 '22 12:07 Astro-Otter-Space