feat(flex-linux-setup): installer should pull static admin-ui build from repository url rather than creating build during installation #1725
Labels
comp-flex-cn-setup
Component affected by issue or PR
comp-flex-linux-setup
Component affected by issue or PR
enhancement
New feature or request
kind-feature
Issue or PR is a new feature request
Changes to the steps for installing the Admin UI:
1, Flex installer will not generate admin-ui built from the flex main branch. Please remove all the steps required to built admin-ui from the repository.
It will directly pull and extract admin-ui built from https://jenkins.gluu.org/npm/admin_ui/main/built/admin-ui-main-built.tar.gz to
/var/www/html/admin
directory (apache2 deploy directory).env-config.js
in/var/www/html/admin
directory with the following contents.The %(hostname)s should be replace by config-api hostname.
The text was updated successfully, but these errors were encountered: