File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Contact us [team@arcsecond.io](mailto:team@arcsecond.io) to learn more about Arc
1010Here is a quick guide to get you started with Arcsecond.local:
1111
12121 . [ Installation] ( installation.md ) : Simple steps to install and run Arcsecond locally.
13+ 2 . [ Updates] ( updates.md ) : Learn how to update your Arcsecond.local installation to the latest version.
13142 . ** Configuration** : Configure Arcsecond.local according to your observatory's needs, including setting up user
1415 accounts, defining observing sites, and configuring data storage.
15163 . ** First Observations** : Execute your observations using Arcsecond.local's automated control room, ensuring smooth and
Original file line number Diff line number Diff line change 1+ # Updates of Arcsecond.local
2+
3+ ::: info
4+ As of now, the installation of Arcsecond.local requires an individual authentication token, provided manually by
5+ Arcsecond. In the future, the process will be streamlined and easier.
6+ :::
7+
8+ Note that your existing installation can still be running, there is no need to stop it before updating. As usual, these
9+ are commands to be executed in the Arcsecond folder (where the file ` docker-compose.yml ` file resides).
10+
11+ - Update your Docker images with the latest ones: ` docker compose pull `
12+ - Update your containers (it works for both a running or stopped installation): ` docker compose up -d `
13+
14+ Note that it may take some time (1 min or so) for the containers to be recreated. Simply be patient. This is due to
15+ the various timeout/starting time settings.
You can’t perform that action at this time.
0 commit comments