Skip to content

A set of scripts to install Gitea on Ubuntu server.

License

Notifications You must be signed in to change notification settings

masoodkamyab/gitea-install

 
 

Repository files navigation

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

About

A set of scripts to install Gitea on Ubuntu server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 99.0%
  • Makefile 1.0%