Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Brichau authored Nov 13, 2022
1 parent 8e1003c commit 4211f09
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,19 @@ To install the latest stable version of Seaside in a [Gemstone](https://gemtalks
load: #('Development' 'Examples' 'Zinc') ].
```

### Instructions for VAST

Seaside is an official vendor supported framework that can be installed using VAST's feature loading tool GUI. In addition, it can be installed programmatically as shown below. VAST fork is at https://github.com/instantiations/Seaside

#### Load Seaside
To install the latest stable version of Seaside in a [VAST Platform](https://www.instantiations.com/vast-platform/) image, execute the following code:

```Smalltalk
(EmConfigurationMap editionsFor: 'z.ST: Server Smalltalk (SST) - Seaside')
first loadWithRequiredMaps
```


### Instructions for Squeak

#### Squeak >= 5.2
Expand Down Expand Up @@ -112,22 +125,6 @@ Metacello new
```


### Instructions for VAST Platform

Seaside is an official vendor supported framework that can be installed using VAST's feature loading tool GUI. In addition, it can be installed programmatically as shown below.

#### Load Seaside
To install the latest stable version of Seaside in a [VAST Platform](https://www.instantiations.com/vast-platform/) image, execute the following code:

```Smalltalk
(EmConfigurationMap editionsFor: 'z.ST: Server Smalltalk (SST) - Seaside')
first loadWithRequiredMaps
```





## Community
Check out the Add-on libraries and projects related to Seaside: https://github.com/SeasideSt/Seaside/wiki/Add-On-Libraries

Expand Down

0 comments on commit 4211f09

Please sign in to comment.