CenturyLinkLabs / panamax-ui

The Web GUI for Panamax
http://panamax.io
Apache License 2.0
1.44k stars 150 forks source link

Installation #572

Open michele-fadda opened 7 years ago

michele-fadda commented 7 years ago

Tried to install panamax on Mac Sierra. Result was:

Error: Calling Formula.sha1 is disabled!
Use Formula.sha256 instead.
<localuserpath>/Library/Caches/Homebrew/Formula/panamax.rb:7:in `<class:Panamax>'

NB: why on earth should a management software which try to use SHA1 ?

jorgevazquez commented 7 years ago

It is calling SHA1 from Brew. They do this to validate the integrity of the download. Unfortunately, Brew no longer supports SHA1 and their recommendation is to use SHA256. You could try downloading the installer, edit the file and remove the line that starts with "SHA1" (there are two). Then do 'brew install ~/panamax.rb'. When you do this, Brew will suggest a SHA256 hash that you can then insert in file if you so desire. However, even after you plug in the correct SHA256 values into the panamax.rb file, you will find that there are other errors that come up if you are running Sierra...