بدون توضیح

micha aca7796b6f add: Quick install instruction's 2 سال پیش
3d e92f139ec2 activate vpu_live.py pygame as vpu 1 سال پیش
desktop 39b74e9ebb add desktop links 1 سال پیش
dev abbffe288d fix pull origin dev 1 سال پیش
fixtures 92cd1d31c6 activat: apcmini, change DMX Numbering from 0 to 1 1 سال پیش
icon 24b7cb204d add: icon dir 1 سال پیش
init 93987f610c cleanup start init script's 1 سال پیش
input d90be52867 fix: touch to screen map on VGA(DP-2) or DisplayPort(HDIM-1) for Lenovo T440 1 سال پیش
lib 2ea429eb25 fix: 2/2 hang console.py by heavy-flashing-by-hand xx.next return's None 1 سال پیش
media 690496c717 add: player in ip-netns namespace not working 1 سال پیش
old a85ecdf616 clean: dir,files 1 سال پیش
remote 8d0747be4e fix: memchached key ip:univ 1 سال پیش
show df97761cd4 add: vpu example show's 1 سال پیش
tool a7276e5ede fix: tk-nodescanner 1 سال پیش
vpu 44d354e503 cut show history 1 سال پیش
.gitignore 11e1b8d1f9 init repo 1 سال پیش
LICENSE e4ddf095a9 add: GPLv2 LICENSE file 1 سال پیش
LibreLightDesk.py c9484dd07e cleanup 1 سال پیش
README.md aca7796b6f add: Quick install instruction's 1 سال پیش
_LibreLightDesk.py 44d354e503 cut show history 1 سال پیش
_console.py 2ea429eb25 fix: 2/2 hang console.py by heavy-flashing-by-hand xx.next return's None 1 سال پیش
console.py 6adb025ae1 add: test for console.py 1 سال پیش
console_test.py 18b04aa1f6 add HTP_MASTER 1 سال پیش
fix_gen.py 73d1ea7ca8 extend: vpu grid numbering/overlay 1 سال پیش
install.sh 4652496b4f fix apt install -y 1 سال پیش
issue.txt 8616208fa0 clean issue 1 سال پیش
light.cgi 803ffb0da2 fix: get dms scritpt name 1 سال پیش
start.sh cd9bcdb8df cleanup start script's 1 سال پیش
unittest_run.py 9f7f385082 add unittest 1 سال پیش
upgrade.sh ae0a6afb33 add: upgrade scritp 1 سال پیش

README.md

Stage Lighting Control Software, Movingheads, Movinglights, Dimmer, LED, Spotlight, Washlight

LibreLightScreen

HomePage

Youtube Tutorial


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