Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Homebrew Repository for Hazelcast Command Line

License

NotificationsYou must be signed in to change notification settings

hazelcast/homebrew-hz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This repository contains the Homebrew formulas forhazelcast,hazelcast-enterprise andhzcloud packages.

  • hazelcast andhazelcast-enterprise packages contain the server distribution ofHazelcast Platform.
  • hzcloud package containshzcloud command line tool for managing Hazelcast Cloud clusters.

How to Install Hazelcast

Add Tap Repository

brew tap hazelcast/hz

Install Package

Install the community version of Hazelcast

brew install hazelcast

Upgrade the community version of Hazelcast

brew upgrade hazelcast

Install particular minor version of Hazelcast

brew install hazelcast-5.1

Install particular version of Hazelcast

brew install hazelcast@5.0.1

NOTE: To upgrade to a particular version, uninstall the old package firstand then installhazelcast for the latest version orhazelcast-x.y for another version.

Install Hazelcast Enterprise edition (you need a license key to run it,seeInstalling a License Key)

brew install hazelcast-enterprise

Install without Java dependency (you already have installed Java inanother way)

brew install hazelcast --without-openjdk

Configuration

Starting from version 5.1, configuration files are preserved between upgrades and stored in

$(brew --prefix)/etc/hazelcast

(usually/usr/local/etc/hazelcast or/opt/homebrew/etc/hazelcast)

Starting Instance

Start the Hazelcast instance withhz command

hz start

Clean Up

brew uninstall hazelcastbrew untap hazelcast/hzbrew cleanup -srm -rf $(brew --prefix)/etc/hazelcast

How to Install Hazelcast Cloud CLI

Add Tap Repository

brew tap hazelcast/hz

Install Package

brew install hzcloud

Clean Up

brew uninstall hzcloudbrew untap hazelcast/hzbrew cleanup -s

More Information

About

Homebrew Repository for Hazelcast Command Line

Topics

Resources

License

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp