|
1 month ago | |
---|---|---|
3d | 10 months ago | |
arc | 8 months ago | |
desktop | 10 months ago | |
fixtures | 10 months ago | |
home | 10 months ago | |
icon | 10 months ago | |
init | 7 months ago | |
input | 7 months ago | |
lib | 1 month ago | |
media | 10 months ago | |
remote | 5 months ago | |
test | 3 months ago | |
tkgui | 1 month ago | |
tkray | 2 months ago | |
tksdl | 5 months ago | |
tool | 2 months ago | |
vpu | 3 months ago | |
www | 10 months ago | |
.gitignore | 10 months ago | |
LICENSE | 10 months ago | |
LibreLightDesk.py | 10 months ago | |
README.md | 2 months ago | |
ToDo.txt | 10 months ago | |
_LibreLightDesk.py | 2 months ago | |
_console.py | 4 months ago | |
console.py | 10 months ago | |
install.sh | 5 months ago | |
start.sh | 10 months ago | |
upgrade.sh | 3 months ago |
Stage Lighting Control Software, Movingheads, Movinglights, Dimmer, LED, Spotlight, Washlight
HomePage
Youtube Tutorial
Prerequisites
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://gogs.librelight.de/librelight/Xdesk/raw/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/home/LibreLight/ /home/user/LibreLight/
echo "Dimmer" > /home/user/LibreLight/init.txt
# start LibreLight with
bash /opt/LibreLight/Xdesk/start.sh