!I am novice

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

!I am novice

mandrew182
Please help.
how can I see something?

prykladna.seasidehosting.st

I uploaded some example
____
Squeak3.7.changes
Squeak3.7.image
____
example from
http://www.lukas-renggli.ch/smalltalk/seaside/presentation?command=PRViewCommand&view=PRDefaultView&_s=zOuHaYcxFYYUWfmb&_k=kPplJziy

then start Image

and now?

                                                                         
               Andrew


_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: !I am novice

Lukas Renggli
> I uploaded some example
> ____
> Squeak3.7.changes
> Squeak3.7.image
> ____
> example from
> http://www.lukas-renggli.ch/smalltalk/seaside/presentation?command=PRViewCommand&view=PRDefaultView&_s=zOuHaYcxFYYUWfmb&_k=kPplJziy
>
> then start Image
>
> and now?

Well, there is not much you can do after you uploaded the image. As
the name says, Seaside-Hosting only provides the hosting of Seaside
application and not a development environment. To write and test your
applications you use your own machine and then upload the ready-made
image to our server.

Everything done so far seems to work perfectly, check out the example
application running within your image:

<http://prykladna.seasidehosting.st/seaside/counter>

To access the same application on your own machine start your image an
browse to:

<http://localhost:8080/seaside/counter>

The only difference is the domain and port. The port also depnds on
where you started the server (WAKom startOn: 8080). Since you have
your image on your own machine you are able to interact with the
debugger and the tools the Smalltalk environment offers.

Cheers,
Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: !I am novice

mandrew182
thank you

Lukas Renggli пишет:

>> I uploaded some example
>> ____
>> Squeak3.7.changes
>> Squeak3.7.image
>> ____
>> example from
>> http://www.lukas-renggli.ch/smalltalk/seaside/presentation?command=PRViewCommand&view=PRDefaultView&_s=zOuHaYcxFYYUWfmb&_k=kPplJziy 
>>
>>
>> then start Image
>>
>> and now?
>
> Well, there is not much you can do after you uploaded the image. As
> the name says, Seaside-Hosting only provides the hosting of Seaside
> application and not a development environment. To write and test your
> applications you use your own machine and then upload the ready-made
> image to our server.
>
> Everything done so far seems to work perfectly, check out the example
> application running within your image:
>
> <http://prykladna.seasidehosting.st/seaside/counter>
>
> To access the same application on your own machine start your image an
> browse to:
>
> <http://localhost:8080/seaside/counter>
>
> The only difference is the domain and port. The port also depnds on
> where you started the server (WAKom startOn: 8080). Since you have
> your image on your own machine you are able to interact with the
> debugger and the tools the Smalltalk environment offers.
>
> Cheers,
> Lukas
>
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside