about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2023-07-27 15:44:18 +0100
committerArun Isaac2023-07-27 15:47:01 +0100
commitcce5866579995270fec5cc34e484228503e5b825 (patch)
treef9056326a64a0ce6acedbf4931980bcf623437d6
parentc300665c887350ff346e3d49fcd087240435e996 (diff)
downloadgn-machines-cce5866579995270fec5cc34e484228503e5b825.tar.gz
Revert "README: host names"
This reverts commit fc65c2a2c056ee9f313631da6e5f93adec277dd5.
-rw-r--r--README.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.org b/README.org
index 0982ae8..59b892e 100644
--- a/README.org
+++ b/README.org
@@ -3,7 +3,7 @@ containers.
 
 * GeneNetwork development container
 
-The GeneNetwork development container is run on /tux02/. It runs
+The GeneNetwork development container is run on /penguin2/. It runs
 continuous integration and continuous deployment services for
 genenetwork2, genenetwork3 and several other associated projects.
 
@@ -14,7 +14,7 @@ pulled and available, on /penguin2/, run
 $ ./genenetwork-development-deploy.sh
 #+END_SRC
 
-/tux02/ is configured with a systemd service to run this
+/penguin2/ is configured with a systemd service to run this
 container. Restart it.
 #+BEGIN_SRC shell
 $ sudo systemctl restart genenetwork-development-container
@@ -22,17 +22,17 @@ $ sudo systemctl restart genenetwork-development-container
 
 * Virtuoso container for tux01 production
 
-The virtuoso container is run on /tux02/ production. It runs virtuoso
+The virtuoso container is run on /tux01/ production. It runs virtuoso
 alone.
 
 To build and install the container, you will need the
 guix-bioinformatics channel. Once guix-bioinformatics is pulled and
-available, on /tux02/, run
+available, on /tux01/, run
 #+begin_src shell
   $ ./virtuoso-deploy.sh
 #+end_src
 
-The container is configured with a systemd service to run this
+/tux01/ is configured with a systemd service to run this
 container. Restart it.
 #+begin_src shell
   $ sudo systemctl restart virtuoso-container