New Website for http://www.seaside.st
First install Pharo on your machine. Pharo 7 onwards is recommended. Either using PharoLauncher or Pharo ZeroConf:
Clone the project and run the provided script download.sh to fully load Pharo, Seaside and the install project.
If you want to load manually you can just run:
wget -O- get.pharo.org/64/70+vm | bash
./pharo-ui Pharo.image
Metacello new
baseline:'SeasideWebsite';
repository: 'github://astares/Seaside-website:master/src';
load
Start the web server easily and browse the new page:
SSWWebserver
start;
browse