Skip to the content.

RAMUS

Java-based IDEF0 & DFD Modeler

Screenshot 2019-11-18 at 11 14 26

Screenshot 2019-11-18 at 11 14 59

To start application

Install Oracle JDK

Run in console

gradlew runLocal

Test the app

Linux

Tested in Ubuntu 20.04 and Fedora 34</br>

Download repo</br> git clone https://github.com/Vitaliy-Yakovchuk/ramus.git</br>

Move to folder</br> cd ramus</br>

Execute command</br> ./gradlew runLocal</br>

Recommendation: Create an alias to launch the application</br> Open .bash_aliases file and add this line</br> alias ramus='cd ~/path/to/ramus/folder/ && ./gradlew runLocal &'</br> Just run ramus in the terminal to launch the application</br>

Test the app