Bootstrap for Seaside wrapper for Pharo
Note: this is outdated and we only provide it for compatibility. Be aware that there are newer packages available for newer Pharo, Bootstrap and Seaside versions, see:
- https://github.com/astares/Seaside-Bootstrap4
- https://github.com/astares/Seaside-Bootstrap5
In Pharo 6 first run:
Iceberg enableMetacelloIntegration: true.
IceMetacelloPharoPlatform select.
then proceed with the load expressions given in "Installation" section.
You can clone the project and run the download.sh script
git clone https://github.com/astares/Seaside-Bootstrap.git
cd Seaside-Bootstrap
./download.sh
If you already have a Pharo 7 or later image just proceed with the load expressions given in "Installation" section.
Metacello new
configuration:'Bootstrap';
repository: 'github://astares/Seaside-Bootstrap:master/src';
version: #stable;
load
Metacello new
baseline:'Bootstrap';
repository: 'github://astares/Seaside-Bootstrap:master/src';
load