|
hai 1 mes | |
---|---|---|
3d | hai 10 meses | |
arc | hai 8 meses | |
desktop | hai 10 meses | |
fixtures | hai 10 meses | |
home | hai 10 meses | |
icon | hai 10 meses | |
init | hai 7 meses | |
input | hai 7 meses | |
lib | hai 1 mes | |
media | hai 10 meses | |
remote | hai 5 meses | |
test | hai 3 meses | |
tkgui | hai 1 mes | |
tkray | hai 2 meses | |
tksdl | hai 5 meses | |
tool | hai 2 meses | |
vpu | hai 3 meses | |
www | hai 10 meses | |
.gitignore | hai 10 meses | |
LICENSE | hai 10 meses | |
LibreLightDesk.py | hai 10 meses | |
README.md | hai 2 meses | |
ToDo.txt | hai 10 meses | |
_LibreLightDesk.py | hai 2 meses | |
_console.py | hai 4 meses | |
console.py | hai 10 meses | |
install.sh | hai 5 meses | |
start.sh | hai 10 meses | |
upgrade.sh | hai 3 meses |
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