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