guix-north-america/docs/administration.org
Collin J. Doering 1e33763085
Update documentation
* README.org: Add new README that details how to use cuirass.genenetwork.org, and provides
links to other reference documents.
* docs/administration.org: Add a new, initially sparse, reference document detailing administration and
maintenance of cuirass.genenetwork.org.
* docs/initial-setup.org: Adjust abstract phrasing.
2024-09-27 17:37:13 -04:00

727 B

Administration of cuirass.genenetwork.org

This document details maintenance and administration of cuirass.genenetwork.org.

Updating cuirass.genenetwork.org

  1. Fetch the most recent channel file.

      curl -O https://git.genenetwork.org/guix-north-america/plain/channels.scm
  2. Update guix using the most recent channel file.

      sudo -i guix pull -C $(relapath channels.scm)
  3. Update the system.

      sudo guix system reconfigure -e '((@ (guix-na config balg02) balg02) %system)'
  4. Reboot.

      sudo reboot