Pharo and Squeak have different mechanisms for this. Pharo doesn't have the Installer class. You might try ConfigurationOfSCouchDB from... MCHttpRepository location: 'http://smalltalkhub.com/mc/PharoExtras/SCouchDBViewServer/main' user: '' password: '' then 'ConfigurationOfSCouchDB load' cheers -ben On Tue, Oct 25, 2016 at 3:20 PM, <pvdh@vanderheyden.be> wrote:
Hello,
After loading the 'SCouchDB-Installer' package from:
MCHttpRepository location: 'http://www.squeaksource.com/SCouchDB' user: '' password: ''
When I do a:
SCouchDB install
install "install packages" Installer mantis ensureFix: '7446: [BUG][FIX] SocketStream>>peek'. (Installer repository: 'http://www.squeaksource.com/SCouchDB') install: 'JSON'; install: 'SCouchDB-Core'; install: 'SCouchDB-Tests'.
I received the following message:
"MessageNotUnderstood: receiver of ""mantis"" is nil"
Why is the Installer not initialized in Pharo ?
Thank you in advance for your help,
Philippe Vanderheyden
Ps: I have tried in Squeak and it works.