Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

mfranciszkiewicz/homebrew-golem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

homebrew-golem

Homebrew Tap for Golem.

Requirements

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).

Installation of Golem

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.

Running Golem

Tap golemapp into your terminal. To run command line version of Golem please tap golemcli.

Reinstallation

brew tap golemfactory/golem
brew reinstall golem

Upgrading

brew update && brew upgrade

Removing

brew uninstall golem

Info and Versions

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>

Troubleshooting

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%