Keine Beschreibung

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

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