Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hernanmd/seaside-magritte-voyage
- Owner: hernanmd
- Created: 2020-09-09T00:40:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-03T15:40:09.000Z (10 months ago)
- Last Synced: 2024-05-01T14:12:36.002Z (8 months ago)
- Topics: magritte, pharo, seaside, smalltalk, voyage
- Language: Smalltalk
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ]
```