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