--- In [email protected], Montse <[EMAIL PROTECTED]> wrote: > > > Hi. > > I've no server in mi PC. > I'm developing my first test app with WEBORB PHP. > I've extracted the WEBORB distribution zip in a folder in my server (remote > hosting = Hostgo) > The getting started guide in the console shows how to set URLs and folders > in a "localhost" system, but mine is not localhosted, so: > > > 1. MUST I have a web server in my developer PC? > > 2. What URLs and root folders and so on must I write in the Flex project set > up in order to use WEBORB installed in a remote hosting? (I will install the > compiled app in that remote hosting) > > 3. Where in the console is the services panel? > > > > Thanks a lot > > Montse > --
Long story short: you're best setting up a webserver, php and a database on your local machine, developing it there and then uploading your compiled Flex app to the hosted server, and importing your database via phpmyadmin (assuming your database is MySQL). See the forum on www.themidnightcoders.com for pointers from Mark Piller on running weborb from a hosted server. Mark explains this well. Good luck!

