Aras Dynamic Visualization Installation
The following steps outline the process of installing the Aras Dynamic Visualization:
- In the unzipped Aras 3D Visualization CD Image on the local machine, go to the \Packages\DPN\ folder.
- Copy the contents of the “Innovator” folder into the
CodeTree\Innovator\folder of the Work.git repository. Add a configuration transformation file for the
\Innovator\Server\method-config.xmlin the\TransformationsOfConfigFiles\Innovator\Server\ folderof the Work.git repository with the following content:<MethodConfig xmlns:xdt=""><ReferencedAssemblies><name id="Aras.DynamicModelViewer.Core” xdt:Transform="InsertIfMissing” xdt:Locator="Match(id)">$(binpath)/Aras.DynamicModelViewer.Core.dll</name><name id="Aras.DynamicModelViewer.DataModel” xdt:Transform="InsertIfMissing” xdt:Locator="Match(id)">$(binpath)/Aras.DynamicModelViewer.DataModel.dll</name><name id="Aras.DynamicModelViewer.QueryProcessor” xdt:Transform="InsertIfMissing” xdt:Locator="Match(id)">$(binpath)/Aras.DynamicModelViewer.QueryProcessor.dll</name></ReferencedAssemblies></MethodConfig>NoteThe \Innovator\Server\method-config.xml is available from the Baselines Artifact feed of the SDE for reference when building configuration transformation files.Copy the DynamicModelConstructor andDynamicModelConstructor_default folders from the Aras 3D Visualization CD Image\Packages\DPN\Imports\ folder into the AML-packages folder of the Work.git repository.
NoteDo not copy the imports.mf file. Doing so will result in overwriting the existing imports.mf file of the Work.git repository.- Open the dynamic_model_constructor_imports.mf file.
- Copy the following <package> elements:
<imports><package name="dynamic_model_constructor” path="DynamicModelConstructor"><dependson name="com.aras.innovator.ssvc” /><dependson name="hoops_converter” /></package></imports> - Paste the <package> elements into the imports.mf file of the Work.git repository.
- Open the file dynamic_viewer_imports.mf from the folder Aras 3D Visualization CD
Image\Packages\DPN\Imports - Copy the following
<package>element:<imports><package name="dynamic_model_constructor_default” path=".\DynamicModelConstructor_default\Dynamic"><dependson name="dynamic_model_constructor” /></package></imports> - Paste the
<package>elements into the imports.mf file of the Work.git repository, after the previously pasted element:<imports><package name="dynamic_model_constructor” path="DynamicModelConstructor"><dependson name="com.aras.innovator.ssvc” /><dependson name="hoops_converter” /></package><package name="dynamic_model_constructor_default” path=".\DynamicModelConstructor_default\Dynamic"><dependson name="dynamic_model_constructor” /></package></imports> - Stage and review the changes to ensure that no customizations are overwritten.
- Commit the changes.
- Run the “continuous-integration” pipeline.
Run the “deploy-innovator” pipeline to complete the installation.