Download for Linux
Follow these simple steps to run our school bell software on a Linux server.
Download latest version (x86-64) By downloading, you agree to the Terms and Conditions.Step 1: Download and install the package
sudo dpkg -i novubell_player_amd64.deb
After installing, the server will automatically run as a service.
Step 2: Use a web browser to access the UI at http://localhost:5000/
Use systemctl to manage the service:
sudo systemctl start novubell-player.service
# other commands besides start: stop, enable, disable, restart
If required, the port can be changed the following way:
sudo nano /etc/systemd/system/novubell-player.service
# add the port argument to the end of ExecStart line:
# ExecStart=/usr/bin/novubell-player --port 80
sudo systemctl daemon-reload
sudo systemctl restart novubell-player.service