Skip to content

Latest commit

History

37 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Seaside-Bootstrap

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:

Prerequisites

Pharo 6

In Pharo 6 first run:

IcebergenableMetacelloIntegration:true.
IceMetacelloPharoPlatform select.

then proceed with the load expressions given in "Installation" section.

Pharo 7 and Pharo 8

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.

Installation

Loading latest stable version using config

Metacellonewconfiguration:'Bootstrap';
repository:'github://astares/Seaside-Bootstrap:master/src';
version:#stable;
load

Loading latest development version using baseline

Metacellonewbaseline:'Bootstrap';
repository:'github://astares/Seaside-Bootstrap:master/src';
load

About

Bootstrap for Seaside wrapper for Pharo

Topics

Resources

Stars

11 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages