How to update reseller frontend

Warning

This documentation page is marked as obsolete works only with the OS package deployment (retired as of 2021.06.1 release).

In order to update a reseller frontend that was installed trough OS packages you need to first update fleio-frontend from the official packages:

centos:
yum update fleio-frontend
ubuntu:
apt-get update
apt-get upgrade fleio-frontend

The next step is to run the following command in order to re-enable the reseller frontend:

sed 's|<base href="/">|<base href="/reseller/">|' -i  /var/webapps/fleio/frontend/site/reseller/index.html