Installation
Download the EasyDox deployable package and make sure to go into the file properties and unblock the file.
Install EasyDox into your development system and check it into source control. To install it to your development machine follow the directions as per the Microsoft documentation to install deployable package
The steps to install the package are as follows:
- Extract the package to a folder (Make sure to unblock the file before extracting)
- Open a command prompt as administrator
- Navigate to the folder where the package has been extracted to
- Run the following command
AXUpdateInstaller.exe devinstall
- Once installed synchronize the database
Add to source control
Add the following models to source control by following the directions as per the Microsoft documentation to add models to source control
- EasyDoxCore
- EasyDoxReportplaceholders
Add to build pipeline
To create the deployable packages, we recommend using build pipelines. Add the 2 models to the build pipeline so that they are included in the package. Add binaries to package
In the Create Deployable Package step, add the following to the Binaries to package section:
- $(MetadataPath)\EasyDoxCore
- $(MetadataPath)\EasyDoxReportplaceholders