Skip to content

avaj-java/installer-maker

Repository files navigation

Build Status Coverage Status All Download Release License Donate

*Read this in other languages: English, 한국어, 日本語, 中文


table of contents

  1. Environment
  2. How to install Installer-Maker
  3. How to build Installer

1. Environment

  • OS: WINDOWS, LINUX, UNIX
  • JDK: JDK 1.6+

2. How to install

Click Release to downloadzip file, extract it to the folder you want and register it in environment variable.

Release

2-1-1. install on Windows

  1. Unzip to where you want

    C:\installer-maker        
    
  2. set Envirionment Variable INSTALLER_MAKER_HOME

    C:\installer-maker       
    
  3. add Envirionment Variable path

    path=%INSTALLER_MAKER_HOME%\bin       
    

2-1-2. install on UNIX

  1. Unzip to where you want

    path/to/installer-maker
  2. set Envirionment Variable INSTALLER_MAKER_HOME

    INSTALLER_MAKER_HOME=path/to/installer-maker
  3. add Envirionment Variable path

    path=$INSTALLER_MAKER_HOME/bin:$path

2-2. Check Version

installer-maker -v

3. How to build Installer

  1. Write Script

    You need to create the following two script files in Project Root.

    • installer-maker.yml (Script for configuring Installer)
    • installer.yml (Script about how the installer will install)

    You can simply create a sample file with the init command.

    installer-maker init

    Create scripts to suit your environment. Please refer to the documentation for writing scripts.

  2. Build Installer

    Build command in Project Root.

    installer-maker clean build

    If the build succeeds, the following three folders are created.

    • build/installer-temp (a temporary folder created when you created the installer)
    • build/installer-dist (the folder where the installer is created as a compressed file)
    • build/installer-myproject or the folder name you set (the directory where the installer was created)

Detailed help

Detailed help - "Sorry, only korean"

:D hehehe

paypal