On Wed, 13 Feb 2008, Pierre wrote: > Ah, that will be a problem, since I'm in a house with about 15 people > and we all share the same connection. I have no access to the router > settings. So I can't change from DHCP to a static IP in the LAN. > > So, that's for it. Seems it can't work. I'll try to talk to our admin.
Yeah, there's a good reason most servers have a static IP :-) > To my original question: Free webspace adequate to use symfony is not > out there? > Can I maybe use the sandbox on a normal webspace offering PHP and > MySQL? I would protect everything with htaccess, so that only my > colleague can access the application. There should be no security > issues for that. > > But for the configuration of symfony, can it work without access to > the httpd.conf? As far as I can see in the install notes for the > sandbox and in http://www.symfony-project.org/tutorial/1_0/my-first- > project I don't need to change anything. And since I can import the > database and all the base classes from my own environment there > should be no need for the command line?! When you "symfony freeze" all the symfony libraries are copied into your project effectively creating a standalone environment that can run your app. All you need then is a host with PHP5 and .htaccess files switched on for your web folder. See the deployment chapter in the symfony book. -- A --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
