{% extends "base.html" %} {% block body %}
Full documentation: https://docs.tuxcare.com/eportal/.
curl -s {{ eportal_url }}/install-kernelcare | bash
kcarectl --register KEY
curl -s {{ eportal_url }}/install-tuxcare | bash
tuxctl --license-key KEY
Take note: KEY should have the ESU product enabled.
libcare-cron init
Take note: the ePortal licence must include LibCare.
curl -s {{ eportal_url }}/set-kernelcare-repo | bash
# rpm based
yum update kernelcare
# deb based
apt-get update
apt-get install kernelcare
curl -s {{ eportal_url }}/set-patch-server | bash
kcarectl --register KEY
{% endblock -%}