How to update reseller frontend

Warning

The reseller functionality in Fleio will be deprecated and removed from Fleio in the following months. We recommend that you do not use this feature any more.

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