osteman85 / ioBroker.build

Build installation packages for ioBroker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ioBroker.build

Windows installer Build installation packages for ioBroker.

Pre-requires:

  • Node JS with NPM
  • Windows to build .exe and debian to build .deb
  • Internet connection, because the ioBroker.nodejs will be downloaded by grunt.

#Build on windows:

  1. download and extract to some directory: https://github.com/ioBroker/ioBroker.build/archive/master.zip, e.g. to d:\ioBroker.build

  2. Start the console (cmd.exe) and go to d:\ioBroker.build:

   >d:
   >cd ioBroker.build
  1. Install grunt-cli:
   >npm install grunt-cli -g
  1. Get npm packages:
   >npm install
  1. Call grunt. It will take a while:
   >grunt
  1. To finish .exe build, go to d:\ioBroker.build\build.windows-ready and call createSetup.bat
   >cd build\.windows-ready
   >createSetup.bat
  1. The result will be stored in d:\ioBroker.build\delivery as ioBrokerInstaller.VX.y.z.exe

About

Build installation packages for ioBroker.

License:MIT License


Languages

Language:Inno Setup 93.4%Language:HTML 5.2%Language:JavaScript 1.4%