Hi Lostgweilo,
There is a bug that prevents the most recent stable version of Seaside from loading into Squeak 5. I'll fix it later today when I have more time. The command you should be using to load it into Squeak is (Installer repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main') install: 'ConfigurationOfSeaside3'. ((Smalltalk at: #ConfigurationOfSeaside3) project version: #stable) load: 'OneClick' I'll try to get that command put in a place of prominence once the bug is fixed. Thanks for being patient and pointing out that things are a bit confusing. Paul lostgweilo wrote > Hello all, > > I need help to get Seaside up and running on Squeak. > I have Squeak running (Squeak5.0, latest update: #15113, Image format 6521 > (32 bit)) > > I went to http://www.seaside.st/ and clicked "Squeak Smalltalk" in the > right column. > This sent me me to http://squeak.org/projects/#seaside > I clicked on "Quick Install" which opens a window with the following > snippet: > Installer squeaksource > project: 'MetacelloRepository'; > install: 'ConfigurationOfSeaside3'. > (Smalltalk at: #ConfigurationOfSeaside3) load. > > I evaluated that, and it runs without error, but I don't know what to do > next. > How do I start Seaside? Nothing is getting served on localhost, and I > don't know how to specify the adapter and the port or start any server. > I tried to follow instructions from multiple different tutorials and they > all want me to bring up a kind of Seaside control panel UI that appears to > be Pharo specific and did not get loaded on Squeak (I can't find it in any > menu). > Or else, they refer to Kom server and Adapter classes that did not get > loaded either, and I don't know where to get them from. > > I tried to load a Kom server package separately, and that did not seem to > help, I still don't have any subclass of WAServerAdaptor loaded. I have > been poking around for a few days now and I am getting nowhere. > > I hope someone can help me. > -- > Lostgweilo -- View this message in context: http://forum.world.st/Incomplete-Seaside-instruction-on-squeak-org-tp4843294p4844550.html Sent from the Squeak - Beginners mailing list archive at Nabble.com. _______________________________________________ Beginners mailing list [email protected] http://lists.squeakfoundation.org/mailman/listinfo/beginners
