Skip to content

johnhwoods/Pier3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

142 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pier3

Pier3 is a content management system (CMS) written in Smalltalk, official site is: http://www.piercms.com/. It relies on the Seaside webserver (http://www.seaside.st), and uses Magritte and Pillar as its model. This version has been tested only in Pharo (https://pharo.org).

This is a port of the code to Github, instructions on loading are: http://www.myborden.com/pier/john-c-borden/smalltalk/pier/loading-with-gofer

This can be loaded from Pharo 7 by running this in a workspace:

Metacello new
  baseline:'PierCore';
  repository: 'github://Pier-CMS/Pier3:master/repository';
  onConflictUseLoaded;
  load.

A more complete system with extra goodies can be loaded with:

Metacello new
  baseline:'PierAddons';
  repository: 'github://Pier-CMS/Pier3:master/repository';
  onConflictUseLoaded;
  load.

About

Pier3 is a CMS - http://www.piercms.com/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 69.5%
  • Smalltalk 30.5%