a simple bash installer for gitea! please check if you are using the latest Gitea download link before executing the script
Go to file
Jyotirmoy Bandyopadhayaya 84be43f52d
Update README.md
2022-01-14 13:25:47 +05:30
.github/workflows change ci pipeline 2021-11-15 03:17:36 +01:00
.idea Initial commit 2021-11-15 02:08:06 +01:00
config Initial commit 2021-11-15 02:08:06 +01:00
LICENSE Initial commit 2021-11-15 02:08:06 +01:00
README.md Update README.md 2022-01-14 13:25:47 +05:30
after-install.sh Initial commit 2021-11-15 02:08:06 +01:00
gitea-installer-de.sh add automatic gitea release detection, 2021-11-15 14:37:22 +01:00
gitea-installer-en.sh Update gitea-installer-en.sh 2021-12-06 15:38:35 +05:30

README.md

Gitea-installer

.github/workflows/CI_Relese.yml

Simple bash-script installer to install Gitea on Ubuntu server. It's an alternative for server who can't run docker properly (e.x. LXC)

Tutorials

Mainhoster (ehemals Go2Prepaid) Gitea Video (Installation)

Supported Operating Systems:

Name Status
Ubuntu original supported
Debian not supported (but confirmed on debian 11)

Dependencies

  1. curl sudo apt install curl -y
  2. jq sudo apt install jq -y

How to use it:

  1. Install dependencies
    sudo apt install curl jq -y
    
  2. Download this repo
    1. Cone via GitHub SSH git clone git@github.com:BRAVO68WEB/gitea-installer.git
    2. Cone via GitHub HTTPS git clone https://github.com/BRAVO68WEB/gitea-installer.git
    3. Cone via GitHub CLI gh repo clone BRAVO68WEB/gitea-installer
    4. Download zip release here and extract it
  3. Execute installer (this may take some time because I also update the server)
    1. Execute english version bash ./gitea-installer-en.sh
    2. Execute german version bash ./gitea-installer-de.sh
  4. At the end of my script, there is an url and login data for mysql database. Go to the website and enter the details to install it via gitea installer! Safe the credentials also at your desktop pc for backup!
  5. Execute finish script to remove write privileges to certain files bash after-install.sh

Important:

This software has absolutely no warranty. Use it on your own risk!