Žiadny popis

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

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