website logo
⌘K
📁Introduction
📁Essential Overview
Getting Started (What is Essential?)
The Essential Information Eco System
📁How to be Successful with Essential
Identify Stakeholders and Concerns
Prioritise Delivery
Identify/Define the Views that will support Delivery
Identify any Meta Model extensions required and the impacts
Identify the data required, data sources, and population method
Plan Training/Consultancy
Extend Launchpad and build integrations and views as required
Complete Portal and Repository set-up
Capture data
📄Embed EA data management process to ensure data is maintained
Measure Value
📁How To Use Essential
Using Essential Overview
📄Logging In and The Homepage
📄Capturing and Maintaining Data
📄Everyone's Essential Editors
🔍Hints & Tips
📄Bulk Data Imports
📄Essential Import Utility - To Bulk Load Data
📄Essential Viewer
📄Set Up Support Tools
📄Extending the Essential Meta Model
📄System Administration
📄Repository Administration
📄Managing User Security
📄Essential Product Releases and Updates
📁EA Tutorials
🎓Business Architecture
🎓Application Architecture
🎓Technology Architecture
🎓Information Architecture
📄EA Support/Utilities
🌐Essential Meta Model Diagrams
Essential Meta Model (Overview)
Business Layer
Application Layer
Information/Data Layer
Technology Layer
EA Support
Meta Model Constructs
Essential Modelling Patterns/Definitions
📁How to Populate Essential Views
Roadmap Enablement and Scoping Frameworks
Enterprise Views
Business Views
Information Views
Application Views
Technology Views
📁Open Source
Open Source Overview
🛠️Open Source Multi-User
⚒️Open Source Installation
Accessing Essential OS
Essential OS Buttons
❓FAQs
Modelling in Essential
Data Capture, Maintenance and Releases
Viewer
User Management and Security
Launchpad and Import Utility
Open Source Configuration
Docs powered by
Archbee
Open Source
Open Source Installation

Graphviz Install

9min

Graphviz is used as a layout engine and is required to support some of the older UML style views present in legacy Essential Views. The newer views do not require this. This document details how to install the Graphviz component for use with Essential

Essential Viewer requires version 2.26.3 or above of Graphviz.



Installation Instructions

We strongly recommend installing Graphviz to its default location using the standard installer.

Default Path

Default Path: Windows

c:\Program Files\Graphviz*\dot.exe or c:\Program Files (x86)\Graphviz*\dot.exe

depending on which version of Windows you are using.

Default Path: Linux / Mac OSX

/usr/local/bin/dot or**/usr/bin/dot**

Environment Variable

If you have installed Graphviz somewhere other than the default location, you will need to define the environment variable GRAPHVIZ_DOT to point to the exact location of the DOT program. The variable must contain an executable, not a directory.

On Windows:

Create an environment variable GRAPHVIZ_DOT and point it to the DOT executable.

For example: d:\example\dot.exe

Consult your Windows documentation for help setting environment variables in your version of Windows.

On Linux/Mac OS-X

From the command line, use the following commands.

setenv GRAPHVIZ_DOT /usr/local/bin/graphviz/dot export GRAPHVIZ_DOT

Download

You can download these from the following location

http://www.graphviz.org

Troubleshooting

On OS X Yosemite (10.10.x) Mac, the installation of GraphViz may depend on X11. If you encounter a 'net.sourceforge.plantuml.svek.EmptySvgException' error from PlantUML, please see this forum post for further instructions to resolve this issue.

Further Information

More information about Graphviz can be found at

Updated 03 Mar 2023
Did this page help you?
PREVIOUS
Downloads
NEXT
Accessing Essential OS
Docs powered by
Archbee
TABLE OF CONTENTS
Installation Instructions
Default Path
Default Path: Windows
Default Path: Linux / Mac OSX
Environment Variable
On Windows:
On Linux/Mac OS-X
Download
http://www.graphviz.org
Troubleshooting
Further Information
Docs powered by
Archbee