Pārlūkot izejas kodu

add: Quick install instruction's

micha 2 gadi atpakaļ
vecāks
revīzija
aca7796b6f
1 mainītis faili ar 30 papildinājumiem un 0 dzēšanām
  1. 30 0
      README.md

+ 30 - 0
README.md

@@ -9,3 +9,33 @@ HomePage
 
 Youtube Tutorial
 - https://youtu.be/sIp39YimyVw
+
+---
+
+## Quick Setup / Install
+
+Prerequisites
+- Operating System: Debian 11
+- set two static ip address 10.10.10.x/24 and 2.0.0.x/8 on a LAN-Interface
+
+```
+adduser user
+mkdir /opt/LibreLight
+mkdir /opt/LibreLight/git/
+chown -R user:user /opt/LibreLight
+
+mkdir /opt/netns
+
+# clone all repos
+wget https://raw.githubusercontent.com/micox4356/LibreLight/master/upgrade.sh 
+
+sh upgrade.sh
+
+# install all deb packages
+sudo bash /opt/LibreLight/Xdesk/install.sh
+
+
+```
+
+
+