aboutsummaryrefslogtreecommitdiff
path: root/run_gitea.sh
blob: 472bef4006e40accd1371512ac2f7eaa3612a572 (plain)
1
2
3
4
5
#!/bin/sh
# This version for the gitea guix profile which includes guix-bioinformatics, using gitea-channels.scm.
/bin/su -l gitea -c 'GITEA_WORK_DIR=/export/git/gitea HOME=/export/git/gitea /home/shepherd/guix-profiles/gitea/bin/guix environment --ad-hoc gitea -- gitea --port 3300'

#/bin/su -l gitea -c 'GITEA_WORK_DIR=/export/git/gitea HOME=/export/git/gitea $(/home/shepherd/guix-profiles/gitea/bin/guix build -L /home/shepherd/guix-bioinformatics gitea)/bin/gitea --port 3300'