Installation
The following commands will put the new release of Allsky in ~/allsky. Except for some system files, all Allsky-related files reside in this directory. If you later install the Allsky Website on the Pi, its files will also go in this directory.
cd git clone --recursive https://github.com/AllskyTeam/allsky.git cd allsky ./install.sh
The git clone
will take a couple minutes and should produce output similar to what's below. The new allsky directory is approximately 150 MB after download.
Cloning into 'allsky'... remote: Enumerating objects: 16464, done. remote: Counting objects: 100% (494/494), done. remote: Compressing objects: 100% (395/395), done. remote: Total 16464 (delta 275), reused 220 (delta 96), pack-reused 15970 Receiving objects: 100% (16464/16464), 94.03 MiB | 1.13 MiB/s, done. Resolving deltas: 100% (9845/9845), done. Submodule 'src/sunwait-src' (https://github.com/risacher/sunwait) registered for path 'src/sunwait-src' Cloning into '/home/pi/allsky/src/sunwait-src'... remote: Enumerating objects: 130, done. remote: Counting objects: 100% (82/82), done. remote: Compressing objects: 100% (37/37), done. remote: Total 130 (delta 60), reused 53 (delta 45), pack-reused 48 Receiving objects: 100% (130/130), 125.99 KiB | 848.00 KiB/s, done. Resolving deltas: 100% (72/72), done. Submodule path 'src/sunwait-src': checked out '102cb417ecbb7a3757ba9ee4b94d6db3225124c4'
The installation prompts for several items that allow it to configure the Pi so Allsky runs most efficiently given your Pi's configuration. These prompts include:
- New host name, if not the default of allsky. If you have more than one Pi on the same network they must all have unique names. For example, if you have a test Pi you may want to call it allsky-test.
- Adding swap space if needed. Swap space effectively increases the amount of memory your Pi has. Insufficient swap space is one of the leading causes of timelapse video creations problems.
- Putting the ~/allsky/tmp directory in memory instead of on the disk. This directory holds temporary Allsky files and is where most Allsky files are written to. Putting the directory in memory significantly reduces the number of writes to the SD card, which increases its life.
Post installation
After installation, reboot then perform any actions the installation script identified.
If instructed to copy the contents of a prior configuration file to the new release, it's important to manually copy the values from the old file to the new file and not copy the entire file.After the reboot, do the following:
- Bring up the WebUI by entering
http://allsky.local
orhttp://allsky.localhost
in a web browser. The default username is admin and the default password is secret.If your website is publically viewable you should change the username and password via the Change Password link on the WebUI.
- Go to the Allsky Settings page.
- Make any necessary changes.
- Click on the Save changes button. Allsky will (re)start.
- If instructed to update the config.sh and/or the ftp-settings.sh files:
- Go to the Editor page.
- Select the appropriate file in the drop down list.
- Edit the file. Do NOT simply copy a previous version.
- Click the green "Save Changes" button. Allsky will not restart but the changes will take effect when the next image is taken.
https://github.com/aaronwmorris/indi-allsky/wiki/Getting-Started
To run an instance of indi-allsky, you need to perform the following actions:
- Install git
sudo apt-get install git
- Clone the indi-allsky git repository
git clone https://github.com/aaronwmorris/indi-allsky.git
- Navigate to the indi-allky sub-directory
cd indi-allsky/
- Run setup.sh to install the indi-allsky system
./setup.sh
The setup.sh script will tell you if you are required to build the INDI software (documented below)
Note 1: If you run into problems with missing commands here, you may need to install additional packages to get started.
sudo apt-get install lsb-release libc-bin whiptail
INDI-Allsky Software Review
https://www.gordtulloch.com/2023/01/06/indi-allsky-software-review/
Installing INDI-Allsky [2]is pretty much the same as installing the TJ software, where you open up a command line (scary I know!) and copy in the following commands:
apt-get install git
git clone https://github.com/aaronwmorris/indi-allsky.git
cd indi-allsky/
./setup.sh
systemctl –user start indiserver
systemctl –user start indi-allsky
安裝了四次都失敗!
第五次安裝,在安裝 indi 系統時,「進階檔案功能」等等幾個選項都不要,
沒想到 可以執行 indi-allsky 了!
但是 AWB「自動白平衡」需要手動打開,不然影像超暗,
畫面上的字超小,而且很難調整,
然後一直出現 No image ...
心裡想 可能需要重新安裝,或者直接 放棄 ....
2024-12-05
2024-12-06
2024-12-10
2024-12-28
沒有留言:
張貼留言