Awesome
Seaside
Seaside 3.4 for Dolphin Smalltalk 7.1
Core packages ported from Seaside 21st April 2020
Dolphin Seaside and Grease packages adapted from Infoil's D6 versions with thanks and acknowledgement.
Dolphin HTTP Server and Seaside adaptor created by Sebastian Calvo
Getting Started
- Install Dolphin Smalltalk 7.1
Automated Installation
- Download and install GitHub Package Manager
- Evaluate:
GitHubPackageManager install: 'rko281/Seaside'.
- All required packages and prerequisites will be downloaded and installed
- Once installation is complete the Seaside Welcome server will be started
Manual Installation
- This repository should be cloned/downloaded to your image directory
- Also download the following repositories:
- Grease
- Portishead
- Dolphin HTTP Server and Seaside Adaptor
- Contributions (specifically the branch containing
DS Partial Continuations
)
- Install package
Seaside
- this will load all required prerequisites and start the Welcome server