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