Skip to content

Commit 619e405

Browse files
committed
Include Updates
Signed-off-by: Cédric Foellmi <cedric@onekiloparsec.dev>
1 parent da87afa commit 619e405

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

docs/local/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Contact us [team@arcsecond.io](mailto:team@arcsecond.io) to learn more about Arc
1010
Here is a quick guide to get you started with Arcsecond.local:
1111

1212
1. [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.
1314
2. **Configuration**: Configure Arcsecond.local according to your observatory's needs, including setting up user
1415
accounts, defining observing sites, and configuring data storage.
1516
3. **First Observations**: Execute your observations using Arcsecond.local's automated control room, ensuring smooth and

docs/local/updates.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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.

0 commit comments

Comments
 (0)