Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hernanmd/seaside-magritte-voyage

A base repository for loading Seaside, Voyage and Mongo in Pharo
https://github.com/hernanmd/seaside-magritte-voyage

magritte pharo seaside smalltalk voyage

Last synced: about 1 month ago
JSON representation

A base repository for loading Seaside, Voyage and Mongo in Pharo

Awesome Lists containing this project

README

        

# Description

A meta-package for Pharo which installs latest stable releases of the following Open Source tookits and frameworks:

- [Seaside](https://github.com/SeasideSt/Seaside): The framework for developing web applications in Smalltalk.
- [Magritte](https://github.com/magritte-metamodel/magritte): A fully dynamic meta-description framework.
- [Voyage](https://github.com/pharo-nosql/voyage): An object persistence abstraction layer for Pharo.

# Installation

```smalltalk
EpMonitor disableDuring: [
Metacello new
baseline: 'SeasideMagritteVoyage';
repository: 'github://hernanmd/Seaside-Magritte-Voyage/src';
onConflictUseLoaded;
load ]
```