Sem descrição

micha 070cd6ca94 cleanup: exec sync-start ,remove print's há 2 anos atrás
3d e92f139ec2 activate vpu_live.py pygame as vpu há 11 meses atrás
desktop 58d36ce294 add: vpu_starter and extend Quick install há 11 meses atrás
dev abbffe288d fix pull origin dev há 11 meses atrás
fixtures 92cd1d31c6 activat: apcmini, change DMX Numbering from 0 to 1 há 11 meses atrás
icon 24b7cb204d add: icon dir há 11 meses atrás
init 93987f610c cleanup start init script's há 11 meses atrás
input d90be52867 fix: touch to screen map on VGA(DP-2) or DisplayPort(HDIM-1) for Lenovo T440 há 11 meses atrás
lib 2ea429eb25 fix: 2/2 hang console.py by heavy-flashing-by-hand xx.next return's None há 11 meses atrás
media 690496c717 add: player in ip-netns namespace not working há 11 meses atrás
old a85ecdf616 clean: dir,files há 11 meses atrás
remote 8d0747be4e fix: memchached key ip:univ há 11 meses atrás
show 0629ca499d add: new showfiles há 11 meses atrás
tool a7276e5ede fix: tk-nodescanner há 11 meses atrás
vpu 44d354e503 cut show history há 11 meses atrás
.gitignore 11e1b8d1f9 init repo há 11 meses atrás
LICENSE e4ddf095a9 add: GPLv2 LICENSE file há 11 meses atrás
LibreLightDesk.py c9484dd07e cleanup há 11 meses atrás
README.md 46e45687c8 add: Prerequisites Proxmox,xfce4 há 11 meses atrás
_LibreLightDesk.py 8b54377410 fix: Flash exec botton no kill on EXEC-FLASH-RELEAS (off) há 11 meses atrás
_console.py 070cd6ca94 cleanup: exec sync-start ,remove print's há 11 meses atrás
console.py 6adb025ae1 add: test for console.py há 11 meses atrás
console_test.py 18b04aa1f6 add HTP_MASTER há 11 meses atrás
fix_gen.py 73d1ea7ca8 extend: vpu grid numbering/overlay há 11 meses atrás
install.sh 4652496b4f fix apt install -y há 11 meses atrás
issue.txt 8616208fa0 clean issue há 11 meses atrás
light.cgi 803ffb0da2 fix: get dms scritpt name há 11 meses atrás
start.sh cd9bcdb8df cleanup start script's há 11 meses atrás
unittest_run.py 9f7f385082 add unittest há 11 meses atrás
upgrade.sh ae0a6afb33 add: upgrade scritp há 11 meses atrás

README.md

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

LibreLightScreen

HomePage

Youtube Tutorial


Quick Setup / Install

Prerequisites

  • Operating System: Debian 11, Proxmox 7.3
  • xfce4-desktop
  • min 1GB of free Memory
  • min 2x CPU cores i5 2Ghz
  • external Mouse with Mouse-Wheel
  • set two static ip address 10.10.10.x/24 and 2.0.0.x/8 on a vmbr0 or on br0 LAN-Bridge-Interface

execute as root

adduser user 

mkdir -p /opt/LibreLight/git/
mkdir -p /opt/LibreLight/Xdesk/
mkdir -p /opt/LibreLight/ASP/

# network namespace" 
mkdir -p /opt/netns

# add to /etc/sudoers 
# user      ALL=(ALL) NOPASSWD:/opt/netns/_exec, /opt/netns/create

# install git
apt install git

# clone all repos
cd /tmp/
wget https://raw.githubusercontent.com/micox4356/LibreLight/master/upgrade.sh 
sh upgrade.sh

chown -R user:user /opt/LibreLight

# install all deb packages
bash /opt/LibreLight/Xdesk/install.sh

execute as user


# copy starter to Desktop
cp /opt/LibreLight/Xdesk/desktop/* /home/user/Desktop

# copy show files to Home
mkdir -p /home/user/LibreLight
cp -rv /opt/LibreLight/Xdesk/show /home/user/LibreLight/
echo "Dimmer" > /home/user/LibreLight/init.txt

# start LibreLight with
bash /opt/LibreLight/Xdesk/start.sh