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