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.
33 lines
727 B
Org Mode
33 lines
727 B
Org Mode
#+TITLE: Administration of cuirass.genenetwork.org
|
|
#+AUTHOR: Collin J. Doering
|
|
|
|
#+begin_abstract
|
|
This document details maintenance and administration of cuirass.genenetwork.org.
|
|
#+end_abstract
|
|
|
|
* Updating cuirass.genenetwork.org
|
|
|
|
1. Fetch the most recent channel file.
|
|
|
|
#+begin_src shell
|
|
curl -O https://git.genenetwork.org/guix-north-america/plain/channels.scm
|
|
#+end_src
|
|
|
|
2. Update guix using the most recent channel file.
|
|
|
|
#+begin_src shell
|
|
sudo -i guix pull -C $(relapath channels.scm)
|
|
#+end_src
|
|
|
|
3. Update the system.
|
|
|
|
#+begin_src shell
|
|
sudo guix system reconfigure -e '((@ (guix-na config balg02) balg02) %system)'
|
|
#+end_src
|
|
|
|
4. Reboot.
|
|
|
|
#+begin_src shell
|
|
sudo reboot
|
|
#+end_src
|