Step 1: Open Windows PowerShell as Administrator.
Step 2: Go to the installer folder and start the CLI installer:
cd C:\AdminGloves-Installer
.\Install-AdminGloves-CLI.ps1
Step 3: In the main menu, type 1 and press Enter to choose Full Installation.
Step 4: When prompted, provide or confirm:
- WildFly Installation Path (for example
C:\wildfly)
- Java Installation Path (for example
C:\Program Files\Java\jdk-21)
- MySQL Installation Path (root folder where MySQL/MariaDB is installed)
- License Files Path (the folder containing
license.aglic and refresh.txt)
The installer validates these paths, copies all required files, sets environment variables, and then asks if you want to configure:
- Database credentials (JDBC URL, username, password)
- LDAP/LDAPS connection details
- LDAPS certificate import into Java trust store
- AES encryption key (used to protect sensitive data)
You can answer yes/no to each step. Any step you skip can be configured later by re‑running the script and choosing the appropriate menu option.
Step 5: After the installer shows Installation Succeeded, deploy the application to WildFly:
cd C:\wildfly\bin
.\deploy-wildfly.bat
Step 6: Access the application:
- Application:
http://localhost:8080
- Admin Console:
http://localhost:9990