Нема описа

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