Aras Dynamic Visualization Installation
Copy
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.xml in the
\TransformationsOfConfigFiles\Innovator\Server\folder of the Work.git repository with the following content: - 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. - Open the
dynamic_model_constructor_imports.mffile. - Copy the following
<package>elements: - Paste the
<package>elements into the imports.mf file of the Work.git repository. - Open the file
dynamic_viewer_imports.mffrom the folderAras 3D Visualization CD Image\Packages\DPN\Imports - Copy the following <package> element:
- Paste the
<package>elements into the imports.mf file of the Work.git repository, after the previously pasted element: - 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.
<MethodConfig xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> <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>
Note
The \Innovator\Server\method-config.xml is available from the Baselines Artifact feed of the SDE for reference when building configuration transformation files.
Note
Do not copy the imports.mf file. Doing so will result in overwriting the existing imports.mf file of the Work.git repository.
<imports> <package name="dynamic_model_constructor” path="DynamicModelConstructor"> <dependson name="com.aras.innovator.ssvc” /> <dependson name="hoops_converter” /> </package></imports><imports> <package name="dynamic_model_constructor_default” path=".\DynamicModelConstructor_default\Dynamic"> <dependson name="dynamic_model_constructor” /> </package></imports><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>