Homebrew Tap for Golem.
System Mac OS X 10.10 (Yosemite) or later.
Homebrew - The missing package manager for Mac OS.
Public IP addres or connection via port (see installation notes).
brew tap golemfactory/golem
brew install golem
Please keep in mind that Golem depends on many packages. Therefore, the installation varies on the computer. Some of the packages may already be installed on your computer and the others have to be linked. A typical example is the docker-machine
package, which provides brew link docker-machine
. After linking, you must restart Golem installation.
Tap golemapp
into your terminal.
To run command line version of Golem please tap golemcli
.
brew tap golemfactory/golem
brew reinstall golem
brew update && brew upgrade
brew uninstall golem
Print information about installed Golem (including dependencies) with:
brew info golem
List available versions with:
ls -l /usr/local/Cellar/golem
If you have other versions installed, you can switch with:
brew switch golem <version>
- Use
--verbose
to get more info while installing. - Remove cached Homebrew files
sudo rm -rd ~/Library/Caches/Homebrew/*
- Run
brew update && brew upgrade
. - Fix what the
brew doctor
says. - Remove docker images
rm -rd /Users/<user>/.docker/machine/machines/golem/*
. - Remove LOCK file
rm /Users/<user>/Library/Application\ Support/golem/default/LOCK
.