2016-09-30 9:57 GMT+02:00 Denis Kudriashov <dionisiydk@gmail.com>:
Hi.

I use this script to install and start server:

Metacello new
�� �� configuration: 'Seaside3';
�� �� repository:
�� �� version: '3.2.0';
�� �� load.

server := ZnZincServerAdaptor startOn: 8080

It works without problem for me