Use the web interface

The ClorSensoud software is installed and running. There is no need to do more if you are just interested in gathering data or deploying some automation. But for a more amazing experience, we advise you to install a web server and enjoy the shiny ClorSensoud web interface!

Install pre-requisite dependencies

We propose to install an Apache web server with a bit more dependencies:

sudo apt install apache2 php libapache2-mod-php php-sqlite3 gettext php-gettext

Compile translations for localization

To get a human-readable web interface, it’s preferable to compile the translations:

msgfmt -o /home/USER/clorsensoud/web/locale/fr_FR/LC_MESSAGES/messages.mo /home/USER/clorsensoud/web/locale/fr_FR/LC_MESSAGES/messages.po
msgfmt -o /home/USER/clorsensoud/web/locale/en_US/LC_MESSAGES/messages.mo /home/USER/clorsensoud/web/locale/en_US/LC_MESSAGES/messages.po