Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

Commit

Permalink
Set up cgit service.
Browse files Browse the repository at this point in the history
* genenetwork-development.scm: Import (forge cgit).
(operating-system)[services]: Add cgit service.
* genenetwork-development-deploy.sh: Expose cgit repository directory.
  • Loading branch information
arunisaac committed Aug 10, 2023
1 parent 73c238f commit a881630
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions genenetwork-development-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
container_script=$(guix system container --network \
--verbosity=3 \
--load-path=. \
--expose=/home/git/public \
--share=/var/guix/daemon-socket=/var/host-guix/daemon-socket \
--share=/export2/guix-containers/genenetwork-development/var/lib/acme=/var/lib/acme \
--share=/export2/guix-containers/genenetwork-development/var/lib/laminar=/var/lib/laminar \
Expand Down
5 changes: 5 additions & 0 deletions genenetwork-development.scm
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
(guix store)
(guix utils)
(forge acme)
(forge cgit)
(forge forge)
(forge laminar)
(forge nginx)
Expand Down Expand Up @@ -1024,6 +1025,10 @@ tissue."
dump-genenetwork-database-project
gn-gemtext-threads-project
guix-bioinformatics-project))))
(service cgit-service-type
(cgit-configuration
(server-name "git.genenetwork.org")
(repository-directory "/home/git/public")))
(service laminar-service-type
(laminar-configuration
(title "GeneNetwork CI")
Expand Down

0 comments on commit a881630

Please sign in to comment.