Re: [Pharo-users] Loading Bootstrap in Pharo 8

2020-02-25 Thread DavidBajger
Hi! Just evaluate following statement in fresh P8 image. It will load Seaside latest version together with Torsten's Bootstrap4 library. Metacello new baseline:'Bootstrap4'; repository: 'github://astares/Seaside-Bootstrap4:master/src'; load Cheers! David - David Bajger

Re: [Pharo-users] Loading Bootstrap in Pharo 8

2020-02-25 Thread Torsten Bergmann
Torsten > Gesendet: Dienstag, 25. Februar 2020 um 00:07 Uhr > Von: "syzygy" > An: pharo-users@lists.pharo.org > Betreff: [Pharo-users] Loading Bootstrap in Pharo 8 > > I am testing the new image of Pharo 8 (Pharo Contribution Jenkins) with > pre-installed seaside.

[Pharo-users] Loading Bootstrap in Pharo 8

2020-02-24 Thread syzygy
I am testing the new image of Pharo 8 (Pharo Contribution Jenkins) with pre-installed seaside. When trying to load the Torsten Bootstrap: Gofer new url: 'http://smalltalkhub.com/mc/TorstenBergmann/Bootstrap/main'; package: 'ConfigurationOfBootstrap'; load (Smalltalk at: #Configurat