Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 438 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 438 Bytes

gitea-install

A set of scripts to install Gitea on Ubuntu server.

Dependencies

sudo apt install make dpkg-dev postgresql wget git

install

Create a vars.user.sh file:

GITEA_DOMAIN=example.com
APP_NAME=Foo
APP_ADMINUSER=admin
[email protected]
APP_ADMINPASS=strongpassword

# Optional
SOCKS5_PROXY=localhost:8080

Then:

make install

uninstall

make uninstall