Le 16/11/2018 à 02:02, horrido a écrit : > I'm trying to load Voyage for MongoDB and I'm having great difficulty. The > docs seem to be out of date. > > What are the current instructions for doing this? > > The docs also refer to "Configurations Browser" in World Menu/Tools, but > there is no longer any such thing. > >
Hi,
Voyage-Mongo
Metacello new
repository: 'github://pharo-nosql/voyage/mc';
baseline: 'Voyage';
onConflictUseIncoming;
load: 'mongo tests'.
Voyage-UnQLite
Metacello new
repository: 'github://pharo-nosql/voyage/mc';
baseline: 'Voyage';
onConflictUseIncoming;
load: 'unqlite tests'.
Voyage-Memory
Metacello new
repository: 'github://pharo-nosql/voyage/mc';
baseline: 'Voyage';
onConflictUseIncoming;
load: 'memory tests'.
Should work.
>
> --
> Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
>
--
Cyril Ferlicot
https://ferlicot.fr
signature.asc
Description: OpenPGP digital signature
