Skip to content

belolap/ramus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Move to folder
cd ramus

Execute command
./gradlew runLocal

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

Test the app

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 84.0%
  • HTML 15.8%
  • NSIS 0.2%
  • CSS 0.0%
  • Haskell 0.0%
  • Ruby 0.0%