Convert an eBlocker to the Test environment


The Test environment contains the latest development builds.

Prerequisites:

Build a test bootstrap package with Maven, e.g. for Raspbian Buster

git clone https://github.com/eblocker/eblocker-bootstrap.git
cd eblocker-bootstrap
mvn -Praspbian-buster-test clean package

Other profile options are:

On the eBlocker, uninstall the bootstrap package:

apt-get remove eblocker-bootstrap

Copy the test bootstrap package from eblocker-bootstrap/target to the eBlocker and install it:

dpkg -i eblocker-bootstrap_..._all.deb

Create the configuration file /opt/eblocker-icap/conf/configuration.properties with the following content:

registration.truststore.resource = classpath:default-ca/eblocker-truststore.jks
baseurl.apt = https://apt.test.eblocker.com
baseurl.api = https://api.test.eblocker.com
baseurl.my  = https://my.test.eblocker.com

Stop the Icapserver, remove the registration and reboot:

systemctl stop icapserver
rm /opt/eblocker-icap/registration/registration.properties
reboot

developer.eblocker.org github.com/eblocker eBlocker Open Source