1. Request that the licensing team provide a .slf file for your Mobility Suite license and transfer it to the /tmp/ directory on the Mobility Suite Front End. You will also want to copy over the "fix_applied_licenses.py" file that is attached to this article into the same /tmp/ directory. Please note that the attached filed will need to be unzipped before being copied to the /tmp/ directory.
2. Apply the license file:
cd /usr/local/nukona/appstore_cu/
python manage.py scripts tenantaccount mobavent1 --apply_license /tmp/*.slf
3. Fix the license file:
cp /tmp/fix_applied_licenses.py /usr/local/nukona/appstore_cu/apps/appstore/scripts
chown nginx:nginx /usr/local/nukona/appstore_cu/apps/appstore/scripts fix_applied_licenses.py
python manage.py scripts fix-applied-licenses TenantName
4. Register the license file:
cd /usr/local/nukona/appstore_cu/
python manage.py scripts reregister-els -t TenantName
If all of these commands completed successfully, then the license(s) should now appear in the Admin Console.