[Glass] Latest repository and version of Seaside and REST
Johan Brichau
johan at yesplan.be
Fri Jun 13 08:28:15 PDT 2014
On 13 Jun 2014, at 17:06, BrunoBB <smalltalk at adinet.com.uy> wrote:
> Sorry for bothering you again...
Don't worry. I'm happy to help out.
> But do you have a script to load Seaside 3.0.13 and Rest 0.23 ?
Sure:
You need ConfigurationOfSeaside3:
Gofer new
url:'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main';
package: 'ConfigurationOfSeaside3';
load.
MCPlatformSupport commitOnAlmostOutOfMemoryDuring: [
(ConfigurationOfSeaside3 project version: '3.0.13') load: #('Tests' 'Zinc' 'FastCGI' 'Swazoo').
]
Let me know how it goes...
Johan
More information about the Glass
mailing list