Application Diagram – Graphiz Installation on Debian based Linux Platform

Application Diagram – Graphiz Installation on Debian based Linux Platform

Scriptcase allows to generate a demonstration diagram of how the applications are organized for accessibility. To generate this diagram, it's necessary to install a program called GraphViz (Graph Visualization Software), in this tutorial we'll show how to install the program.

1. Installation: - First we need to see if the diagram isn't appearing. To do that, open Scriptcase then open any project then go to the menu Project → Show Diagram, verify if it opens like the image below:

 - If it showed a Diagram instead of the image above the program is already installed.

 - Now open the terminal and use the following command: apt-get install graphviz


2. Now access to diagram in Scriptcase   - Doing the exact same procedure as the previous step   3. Example of the generated diagram Note: If the procedure above doesn't work, try the following:- Download the program for your Operating System, in http://www.graphviz.org - Find the install Graphviz in your pc, files dot and neato.cd/find -name dotfind -name neato - Verify the returning directories and make a link with the name dot and neatoln -s graphiviz_directory/dot dotln -s graphiviz_directory/neato neato


    • Related Articles

    • Install ScriptCase PHP 7.0 on a XAMPP on Linux

      Xampp Installation Using PHP 7.0 XAMPP It allows you to easily install Apache on your own computer, regardless of your operating system (Linux, Windows, MAC or Solaris). First you have to proceed to download XAMPP PHP ...
    • Install ScriptCase PHP 7.3 on a XAMPP in Linux

      Xampp Installation Using PHP 7.3 XAMPP It allows you to easily install Apache on your own computer, regardless of your operating system (Linux, Windows, MAC or Solaris). First you have to proceed to download XAMPP PHP ...
    • Automatic installation of Scriptcase - PHP 7.3 Linux

      The Scriptcase installer installs Apache, PHP and Scriptcase on your operating system. The installer does not include a database. Prerequisites To download the Scriptcase Installer, go to our download page clicking here. Listed below are the ...
    • Manual Update - Linux

      Before performing any procedure we recommend performing a backup of your projects. To back up Scriptcase: Go to Options > Settings, in the side menu go to Services > Backup. A file (.ZIP) will be generated with all your projects, save this file to a ...
    • Setting environment manually PHP 5.6 - Linux

      Installing a Manual PHP 5.6 Environment - Linux This article will explain how to install and set-up a PHP 5.6 environment with Apache 2.4 so that it'll run Scriptcase. Follow the steps below with caution. Note: This article was based on the Debian ...