## Description ## A GOGS server resource repository for running it on RockyLinux 8.x/9.x ## Installation ##
To setup your GOGS server start out with a fresh RockyLinux 8.x/9.x server/vps/LXC - i use a ProxMox (https://www.proxmox.com/en/proxmox-ve) LXC, and will assumes that your server has: - (atleast) 4Gb of memory available. - SSH acccess to the box -> by default the RockyLinux 8/9 template does not have openssh-server package installed !
###### Install required packages: ``` dnf install wget tar git mariadb-server ``` ###### Create gogs installation directory ``` mkdir /opt/gogs ```