gitea deployment repo
 
 
Go to file
David Kebler d2551161d2 watch script working now for realtime edits of UI and config
fixed bug where passed arguments  need to be saved for reuse further in script
2020-12-13 17:16:53 -08:00
config watch script working now for realtime edits of UI and config 2020-12-13 17:16:53 -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 watch script working now for realtime edits of UI and config 2020-12-13 17:16:53 -08:00
scripts watch script working now for realtime edits of UI and config 2020-12-13 17:16:53 -08:00
.gitignore watch script working now for realtime edits of UI and config 2020-12-13 17:16:53 -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>