ソースを参照

Add 'gogs/RockyLinux-LXC.md'

Started adding information into file as template for GOGS setup on RockyLinux 8.x/9.x LXC
Michael Honkoop 8 ヶ月 前
コミット
7c1cf71408
1 ファイル変更16 行追加0 行削除
  1. 16 0
      gogs/RockyLinux-LXC.md

+ 16 - 0
gogs/RockyLinux-LXC.md

@@ -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 
+```