Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 963 Bytes

structure.adoc

File metadata and controls

34 lines (30 loc) · 963 Bytes
Table of Contents

Structure

The directory layout of your IDEasy will look like this:

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

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.