diff options
author | Pjotr Prins | 2022-12-23 12:38:13 +0100 |
---|---|---|
committer | Pjotr Prins | 2022-12-23 12:38:33 +0100 |
commit | 8ad38808688a6cefa5d88e66cef80caa5f780232 (patch) | |
tree | 6ea7af035ae79defd0be970ea2836b290e70e67f /topics/starting_gn1.gmi | |
parent | 86f889f2c2c2bcf9971563c3767d7b5354b805c5 (diff) | |
download | gn-gemtext-8ad38808688a6cefa5d88e66cef80caa5f780232.tar.gz |
Instructions for GN1
Diffstat (limited to 'topics/starting_gn1.gmi')
-rw-r--r-- | topics/starting_gn1.gmi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/topics/starting_gn1.gmi b/topics/starting_gn1.gmi index a5788ab..efbfd0f 100644 --- a/topics/starting_gn1.gmi +++ b/topics/starting_gn1.gmi @@ -92,3 +92,11 @@ gn1@tux01:~/production/gnshare/gn-pjotr-test$ scp pjotr@lily.genenetwork.org:/gnshare/gn/web/javascript/*.js web/javascript/ git status ``` + +## Updating httpd.conf + +To update the httpd.conf you need to edit the system file in guix-bioinformatics. It can be built with + +``` +guix build -L ~/guix-past/modules/ -L ~/guix-bioinformatics/ -e '(@ (gn services gn1-httpd-config) GN1-httpd-config)' +``` |