Fork me on GitHub
logo

Make web development powerful & efficient

Using the GemTools workspace

An early port of Iliad is available for GemStone/S. To install it, doIt:

Gofer new     squeaksource: 'IliadDev'; 
    package: 'ConfigurationOfIliad'; 
    load. 
(Smalltalk at: #ConfigurationOfIliad) project lastVersion load.


First, add these scripts in the following directory:

/opt/gemstone/product/seaside/bin

To start Iliad, doIt:

ILGemStoneRunIliadGems default ports: #(1337).

ILGemStoneRunIliadGems startGems