|
пре 2 година | |
---|---|---|
3d | пре 11 месеци | |
desktop | пре 11 месеци | |
dev | пре 11 месеци | |
fixtures | пре 11 месеци | |
icon | пре 11 месеци | |
init | пре 11 месеци | |
input | пре 11 месеци | |
lib | пре 11 месеци | |
media | пре 11 месеци | |
old | пре 11 месеци | |
remote | пре 11 месеци | |
show | пре 11 месеци | |
tool | пре 11 месеци | |
vpu | пре 11 месеци | |
.gitignore | пре 11 месеци | |
LICENSE | пре 11 месеци | |
LibreLightDesk.py | пре 11 месеци | |
README.md | пре 11 месеци | |
_LibreLightDesk.py | пре 11 месеци | |
_console.py | пре 11 месеци | |
console.py | пре 11 месеци | |
console_test.py | пре 11 месеци | |
fix_gen.py | пре 11 месеци | |
install.sh | пре 11 месеци | |
issue.txt | пре 11 месеци | |
light.cgi | пре 11 месеци | |
start.sh | пре 11 месеци | |
unittest_run.py | пре 11 месеци | |
upgrade.sh | пре 11 месеци |
Stage Lighting Control Software, Movingheads, Movinglights, Dimmer, LED, Spotlight, Washlight
HomePage
Youtube Tutorial
Prerequisites
set two static ip address 10.10.10.x/24 and 2.0.0.x/8 on a LAN-Interface
adduser user
mkdir /opt/LibreLight
mkdir /opt/LibreLight/git/
chown -R user:user /opt/LibreLight
# network namespace"
mkdir /opt/netns
# add to /etc/sudoers
user ALL=(ALL) NOPASSWD:/opt/netns/_exec, /opt/netns/create
# install git
sudo apt install git
# clone all repos
wget https://raw.githubusercontent.com/micox4356/LibreLight/master/upgrade.sh
sh upgrade.sh
# install all deb packages
sudo bash /opt/LibreLight/Xdesk/install.sh
# copy starter to Desktop
cp /opt/LibreLight/Xdesk/desktop/* /home/user/Desktop
# start LibreLight with
bash /opt/LibreLight/Xdesk/start.sh