Skip to content

Releases: nexiality/nexial-installer

nexial-installer-v1.4.7

20 Sep 01:19
Compare
Choose a tag to compare
  • fixed execute permission on *.sh files

nexial-installer-v1.4.6

05 Jun 05:30
Compare
Choose a tag to compare
  • added additional instruction when installation fails.
  • force the installation script (Windows) to pause the console when an installation error occurs.

nexial-installer-v1.4.5

08 Sep 20:28
Compare
Choose a tag to compare
  • support auto-updates of nexial-core via background download
  • support silent updates of nexial-core

nexial-installer-v1.4.4

03 Aug 13:42
Compare
Choose a tag to compare
  • support JSON Lines (http://jsonlines.org/) in the use of listing distros, such as in the case of MinIO.
  • update build to 1.4.4
  • added Windows-based deploy script
  • add case-insensitive support for commandline and interactive options
  • add +x flag to *.sh files
  • all 1.4.x users are encouraged to upgrade to 1.4.4 as soon as possible

nexial-installer-v1.4.3

08 Oct 19:14
Compare
Choose a tag to compare
  • correct exit code on multiple erroneous conditions
  • all 1.4.x users are encouraged to upgrade to 1.4.3 as soon as possible

nexial-installer-v1.4.2

21 May 20:20
Compare
Choose a tag to compare
  • minor tweak on shell/batch scripts to reference jar file without wildcard
  • all 1.4.x users are encouraged to upgrade to 1.4.2 as soon as possible

nexial-installer-v1.4.1

01 May 21:15
Compare
Choose a tag to compare

Added the setting of permission bits on shell scripts/batch files during installation. This would be most useful to *NIX/MacOSX users. Windows users wouldn't see any benefit in this case.

nexial-installer-v1.4

08 Feb 22:48
Compare
Choose a tag to compare

Complete rewrite to bring in cross-platform and easy installation capability that is suitable for both local and remote installation. Works for CI/CD too!

This version do away with the platform-specific batch files, shell scripts and tools and replace them via Java programs. While the payload is larger and the runtime can be slightly slower, we gain the stability, speed/ease of maintenance and runtime consistency across platforms.

To run, simply download the ZIP file to a local directory and run bin/installer.sh or bin\installer.cmd. Add -help to see help menu.

nexial-installer-v1.3

03 Jul 03:16
Compare
Choose a tag to compare

nexial-installer-v1.3

  • fixes for JenkinsCI; now script checks for Jenkins-specific env. variables to enable auto terminate any running Nexial-related processes. This should help with CI env.

nexial-installer-v1.2

02 Jul 07:42
Compare
Choose a tag to compare

nexial-installer-v1.2

  • linux installer READY
  • mac installer READY
  • windows installer READY
  • default to terminate all Nexial related process during installation (timeout=15s)