Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 839 Bytes

structure.adoc

File metadata and controls

30 lines (26 loc) · 839 Bytes
Table of Contents

Structure

The directory layout of your IDEasy will look like this:

File structure of your IDEasy
/ projects ($IDE_ROOT)
├──/ _ide/
|  ├──/ bin/
|  |  ├──/ ide
|  |  └──/ ideasy[.exe]
|  ├──/ software/
|  ├──/ system/
|  ├──/ tmp/
|  └──/ urls/
└──/ my-project ($IDE_HOME)
   ├──/ conf/
   ├──/ log/
   ├──/ settings/
   ├──/ software/
   ├──/ workspaces/
   └── IDEasy-doc.pdf

The elements of the above structure are described in the individual sections. As they are hyperlinks you can simply click on them to get more details.