|
@@ -0,0 +1,16 @@
|
|
|
|
+## Description ##
|
|
|
|
+A GOGS server resource repository for running it on RockyLinux 8.x/9.x
|
|
|
|
+
|
|
|
|
+## Installation ##
|
|
|
|
+<details>
|
|
|
|
+<summary>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:</summary>
|
|
|
|
+
|
|
|
|
+ - (atleast) 4Gb of memory available.
|
|
|
|
+ - SSH acccess to the box.
|
|
|
|
+</details>
|
|
|
|
+
|
|
|
|
+Install required packages:
|
|
|
|
+```
|
|
|
|
+dnf install wget tar git
|
|
|
|
+```
|