SquareBracketAssociates / EnterprisePharo

A new book describing Pharo librairies to make business.
http://books.pharo.org/enterprise-pharo/
Other
71 stars 24 forks source link

Updated loading information for voyage. Should use github because the #118

Closed noha closed 5 years ago

noha commented 7 years ago

smalltalkhub setup is not reliable. Works in pharo5 and pharo6 this way.

tinchodias commented 5 years ago

Impressive, the PR is still valid!

tinchodias commented 5 years ago

The installation script in the official README uses Metacello, too.

I think it's good idea to specify the major.minor in the book. However, in another commit we should fix another issue: that the 'mongo' group doesn't install the VOMemoryRepository, which is used in the documentation some paragraphs below. Either we remove the reference to this memory repository or we use this installation script:

Metacello new
    repository: 'github://pharo-nosql/voyage:1.5/mc';
    baseline: 'Voyage';
    load: #('mongo' 'memory').
Ducasse commented 5 years ago

Should we push that change to the voyage booklet too?

noha commented 5 years ago

wait. There is more updates to do

noha commented 5 years ago

Ok for now, I need to change the README in github. But metacello should be

Metacello new
    repository: 'github://pharo-nosql/voyage:1.5.4/mc';
    baseline: 'Voyage';
    load: #('mongo' 'memory').

to include pharo7