gitea deployment repo
 
 
Go to file
David Kebler 9755e5d08e added systemd upgrade script which stops service, call upgrade script and restarts after binary upgrade 2020-12-13 14:03:08 -08:00
config add themes and get_theme_list function and will add to ini file 2020-12-13 13:24:31 -08:00
env add themes and get_theme_list function and will add to ini file 2020-12-13 13:24:31 -08:00
frontend add themes and get_theme_list function and will add to ini file 2020-12-13 13:24:31 -08:00
scripts added systemd upgrade script which stops service, call upgrade script and restarts after binary upgrade 2020-12-13 14:03:08 -08:00
.gitignore add themes and get_theme_list function and will add to ini file 2020-12-13 13:24:31 -08:00
readme.md complete refactor of scripts now includes upgrade script 2020-12-11 22:55:28 -08:00

readme.md

Gitea version 1.11.3 built with GNU Make 4.1, go1.13.8 : bindata, sqlite, sqlite_unlock_notify

Gitea Launch Repo

docs

releases here

Update

run update script when it's finally ready.

in the meantime

download latest binary to <dir>/gitea/bin/<arch> stop gitea sdstp gitea@<instance> rename gitea to gitea.old rename latest to gitea chmod +x gitea make sure there is a backup of run arch script with appropriate architecture ./arch <arch> amd64 is default restart gitea sds gitea@<instance>

Running

Use run script

run in foreground ./run <ini>

for running in background ./start <ini> ./stop

for working with custom files ./watch <ini> <arch> will restart gitea on changes

Install

moves service file to /etc/systemd/system ./bin/install

sds gitea@<ini>