|
hace 2 años | |
---|---|---|
3d | hace 1 año | |
desktop | hace 1 año | |
dev | hace 1 año | |
fixtures | hace 1 año | |
icon | hace 1 año | |
init | hace 1 año | |
input | hace 1 año | |
lib | hace 1 año | |
media | hace 1 año | |
old | hace 1 año | |
remote | hace 1 año | |
show | hace 1 año | |
tkgui | hace 1 año | |
tksdl | hace 1 año | |
tool | hace 1 año | |
vpu | hace 1 año | |
.gitignore | hace 1 año | |
LICENSE | hace 1 año | |
LibreLightDesk.py | hace 1 año | |
README.md | hace 1 año | |
_LibreLightDesk.py | hace 1 año | |
_console.py | hace 1 año | |
aura-ipx-20.py | hace 1 año | |
aura-ipx-36.py | hace 1 año | |
aura-ipx-36nofine.py | hace 1 año | |
console.py | hace 1 año | |
console_test.py | hace 1 año | |
fix_gen.py | hace 1 año | |
install.sh | hace 1 año | |
issue.txt | hace 1 año | |
light.cgi | hace 1 año | |
patch.sav | hace 1 año | |
start.sh | hace 1 año | |
unittest_run.py | hace 1 año | |
upgrade.sh | hace 1 año |
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