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