Install Dependencies¶
lexbizz DevOps tool allows you to install all dependencies, however if you prefer to use scripts instead of the tool then have a look at Scripts for manually installing dependencies.
Package Manager
lexbizz DevOps tool uses a package manager to install and track all dependencies. The versions shown on the UI as well as shown by CLI are the versions from the package manager. They might differ from the actual dependency version.
Windows - Chocolatey
Install Package Manager¶
If the package manager is not installed on your machine then the tool will provide you with an option for installation.
Package manager can also be installed manually. Have a look at Install choco for more information.
Install Package¶
Once the package manager is installed, then all the depenencies will appear on the UI.
Min Required Version is the version of the package used by the package manager.
Installed Version is the actual version of the package installed using the package manager. If the package is installed manually (without default package manager) then the value in this column will be Not installed using package manager
If the same version is installed on your system then the package is marked with a ✔️ badge.
If the package is not installed on your machine then in Actions menu click on the Install or Update button to install the package. On click, the application will try to install or update the package.
How to Install Packages?¶
The Packages marked with ⚠️ badge requires installation. It is recommended to perform Verification after every installation step.
Open Actions menu and Click on Install or Update. This option is not available in case the package is present on the machine.
On Install or Update, installation progress is shown.
On completion, navigate back to 📦 Dependencies screen and make sure the package is now with a ✔️ badge
If the package is not marked with a ✔️ badge, then try to repeat the process.
After successful installation, execute the verification process. Verification Summary now reflect positive result for current package.
Install all listed packages one by one.
In case of Azure CLI and SQL Server, you need to restart your computer otherwise Verification Summary will always show the result as FAILED.
SQL Server Configuration¶
lexbizz Application requires SQL Server installation on your machine. You can use either SQL server express or Development Edition. lexbizz DevOps tool will provide you only an option to install SQL Server Express edition.