diff options
author | Pjotr Prins | 2022-12-17 10:15:33 -0600 |
---|---|---|
committer | Pjotr Prins | 2022-12-17 10:15:36 -0600 |
commit | a8224dc27c9436d2f08ceb0273d9d3a8e6da5684 (patch) | |
tree | 5d74dff5d1326298536fc2189448b01497fba865 /topics | |
parent | 1ee54541862151bbaa65552a5c3058a0ebff6de6 (diff) | |
download | gn-gemtext-a8224dc27c9436d2f08ceb0273d9d3a8e6da5684.tar.gz |
GN1
Diffstat (limited to 'topics')
-rw-r--r-- | topics/starting_gn1.gmi | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/topics/starting_gn1.gmi b/topics/starting_gn1.gmi index 455e832..a5788ab 100644 --- a/topics/starting_gn1.gmi +++ b/topics/starting_gn1.gmi @@ -1,5 +1,17 @@ # Starting GN1 +The GN1 repos are at + +=> https://github.com/genenetwork/genenetwork1 + +Branches are: + +* master: my main branch - used in pjotr-test +* lily: running but almost discontinued +* production: on tux01 + +Note that there are some hard coded paths/IPs - so simply merging is not a great idea. + On tux01 GN1 is running inside a Guix container. Start a screen and run the guix deploy script. See the README file in @@ -62,3 +74,21 @@ SQL may also need to be updated here: => /gnshare/gn/web/webqtl/base/webqtlConfigLocal.py => /gnshare/gn/web/infoshare/includes/config.html => /gnshare/gn/web/infoshare/includes/db.inc + +## Updating from lily + +Git sync + +``` +gn1@tux01:~/production/gnshare/gn-pjotr-test$ +git checkout lily +git pull pjotr@lily.genenetwork.org:/gnshare/gn/ +``` + +Menu sync + +``` +gn1@tux01:~/production/gnshare/gn-pjotr-test$ +scp pjotr@lily.genenetwork.org:/gnshare/gn/web/javascript/*.js web/javascript/ +git status +``` |