ipeychev / liferay-aui-upgrade-tool

1 stars 1 forks source link

Create packager so the LAUT will be able to package and distribute itself #12

Closed ipeychev closed 11 years ago

ipeychev commented 11 years ago

In order to be able to distribute the tool easier, we have to create a packager. It will download NodeJS binaries for Windows, Mac and GNU (both their 32 and 64 bit versions), will copy the required files and then create a ready for distribution archive.

The benefits:

  1. The user want be forced to install anything.
  2. We will prevent any issues related to too old or too new version of NodeJS, installed on the remote machine.