Skip to content

Development environment

Peter Billen edited this page Apr 11, 2019 · 1 revision

Initialize

  • create folder to host metadew assets
  • create folder for iesi
  • get iesi repository from github
  • create folder for iesi-dev
  • get iesi-dev repository from github
  • import project iesi/core/java/iesi-core into your IDE
  • ensure java 8 is properly set up
  • create folder for sandbox
  • create folder sandbox/conf
  • create folders for your instance and configuration
    • create folder sandbox/conf/inst1
    • create folder sandbox/conf/inst1/conf1
  • from the IDE in the iesi-core project run the assembly launcher
  • create file iesi-home.conf in folder /iesi/core/java/iesi-core
    • add iesi.home=[path to sandbox/inst1/version1]

You are all ready to go now!

Clone this wiki locally