|
há 1 ano atrás | |
---|---|---|
3d | há 11 meses atrás | |
desktop | há 11 meses atrás | |
dev | há 11 meses atrás | |
fixtures | há 11 meses atrás | |
icon | há 11 meses atrás | |
init | há 11 meses atrás | |
input | há 11 meses atrás | |
lib | há 11 meses atrás | |
media | há 11 meses atrás | |
old | há 11 meses atrás | |
remote | há 11 meses atrás | |
show | há 11 meses atrás | |
tkgui | há 11 meses atrás | |
tksdl | há 11 meses atrás | |
tool | há 11 meses atrás | |
vpu | há 11 meses atrás | |
.gitignore | há 11 meses atrás | |
LICENSE | há 11 meses atrás | |
LibreLightDesk.py | há 11 meses atrás | |
README.md | há 11 meses atrás | |
_LibreLightDesk.py | há 11 meses atrás | |
_console.py | há 11 meses atrás | |
aura-ipx-20.py | há 11 meses atrás | |
aura-ipx-36.py | há 11 meses atrás | |
aura-ipx-36nofine.py | há 11 meses atrás | |
console.py | há 11 meses atrás | |
console_test.py | há 11 meses atrás | |
fix_gen.py | há 11 meses atrás | |
install.sh | há 11 meses atrás | |
issue.txt | há 11 meses atrás | |
light.cgi | há 11 meses atrás | |
patch.sav | há 11 meses atrás | |
start.sh | há 11 meses atrás | |
unittest_run.py | há 11 meses atrás | |
upgrade.sh | há 11 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://raw.githubusercontent.com/micox4356/LibreLight/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/show /home/user/LibreLight/
echo "Dimmer" > /home/user/LibreLight/init.txt
# start LibreLight with
bash /opt/LibreLight/Xdesk/start.sh