[Pharo-project] How do I actually start seaside using Workspace for Installing external projects?
Hi, It's great to see the welcome workspaces in the most recent pharo 1.0rc2! I have executed the loading of ConfigurationOfSeaside28, and now I want to see my little seaside app. I have followed the seaside book (made a subclass of WAComponent, registered it). Now I tried to go to http://localhost:8080/ but I get nothing. Looks like seaside is not started... What can I do? What should we write in the welcome workspace to fix this problem for beginners? What do I have to do to get a change in the text into the next release? Cheers Matthias
On Mon, Feb 1, 2010 at 7:58 PM, Matthias Berth < matthias.berth@googlemail.com> wrote:
Hi,
It's great to see the welcome workspaces in the most recent pharo 1.0rc2!
I have executed the loading of ConfigurationOfSeaside28, and now I want to see my little seaside app. I have followed the seaside book (made a subclass of WAComponent, registered it). Now I tried to go to http://localhost:8080/ but I get nothing. Looks like seaside is not started...
What can I do?
You have to start a web server. You can type: WAKom startOn: 8080. You may be interested in watching some of these screencasts: http://pharocasts.blogspot.com/search/label/web
What should we write in the welcome workspace to fix this problem for beginners?
What do I have to do to get a change in the text into the next release?
I think that for beginners, the easiest way to get Seaside running is to pick a ready made image here http://seaside.st/download/pharo Cheers Laurent
Cheers
Matthias
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
I have executed the loading of ConfigurationOfSeaside28, and now I want to see my little seaside app. I have followed the seaside book (made a subclass of WAComponent, registered it). Now I tried to go to http://localhost:8080/ but I get nothing. Looks like seaside is not started...
What can I do?
You have to start a web server. You can type: WAKom startOn: 8080.
This is described also here: http://book.seaside.st/book/getting-started/pharo-squeak/comanche Note that the book is about Seaside 3.0, not 2.8 which is in some parts a bit different. Lukas -- Lukas Renggli http://www.lukas-renggli.ch
OK, fixed: Name: ImageForDevelopers-pharo-MatthiasBerth.219 Author: MatthiasBerth Time: 1 February 2010, 9:07:56 pm UUID: 547802fb-dd6b-4555-b3c7-d3219fce3624 Ancestors: ImageForDevelopers-pharo-MarianoMartinezPeck.218 Added hints in openExternalProjectWorkspace on how to start the web server. On Mon, Feb 1, 2010 at 8:46 PM, Lukas Renggli <renggli@gmail.com> wrote:
I have executed the loading of ConfigurationOfSeaside28, and now I want to see my little seaside app. I have followed the seaside book (made a subclass of WAComponent, registered it). Now I tried to go to http://localhost:8080/ but I get nothing. Looks like seaside is not started...
What can I do?
You have to start a web server. You can type: WAKom startOn: 8080.
This is described also here:
http://book.seaside.st/book/getting-started/pharo-squeak/comanche
Note that the book is about Seaside 3.0, not 2.8 which is in some parts a bit different.
Lukas
-- Lukas Renggli http://www.lukas-renggli.ch
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On Mon, Feb 1, 2010 at 7:58 PM, Matthias Berth < matthias.berth@googlemail.com> wrote:
Hi,
It's great to see the welcome workspaces in the most recent pharo 1.0rc2!
I have executed the loading of ConfigurationOfSeaside28, and now I want to see my little seaside app. I have followed the seaside book (made a subclass of WAComponent, registered it). Now I tried to go to http://localhost:8080/ but I get nothing. Looks like seaside is not started...
What can I do?
What should we write in the welcome workspace to fix this problem for beginners?
I am not sure. Because then, I also would need to explain how to start Moose, or Aida, or Magma, or whatever. That's where you have a link to the website of the project just in case you need more information. What others think ? It would be cool if each project can have its own welcome workspace.
What do I have to do to get a change in the text into the next release?
I will take care.
Cheers
Matthias
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (4)
-
laurent laffont -
Lukas Renggli -
Mariano Martinez Peck -
Matthias Berth