Collin J. Doering
1e33763085
* 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.
727 B
727 B
Administration of cuirass.genenetwork.org
This document details maintenance and administration of cuirass.genenetwork.org.
Updating cuirass.genenetwork.org
-
Fetch the most recent channel file.
curl -O https://git.genenetwork.org/guix-north-america/plain/channels.scm
-
Update guix using the most recent channel file.
sudo -i guix pull -C $(relapath channels.scm)
-
Update the system.
sudo guix system reconfigure -e '((@ (guix-na config balg02) balg02) %system)'
-
Reboot.
sudo reboot