On this site: http://www.symfony-project.org/installation
we can download symfony sandbox and symfony source.

Until today I have been downloading and using symfony sandbox and
everything was ok. Now I would like to use symfony source. I
downloaded symfony source: symfony-1.2.9.zip, unzipped and copied it
to C:\Program Files\WebServ\httpd. Next I created in C:\Program Files
\WebServ\httpd folder 'symfony_project' and wrote in command line:

cd "C:\Program Files\WebServ\httpd\symfony_project"

php "C:\Program Files\WebServ\httpd\symfony-1.2.9\data\bin\symfony"
generate:project jobeet

php "C:\Program Files\WebServ\httpd\symfony-1.2.9\data\bin\symfony"
generate:app --escaping-strategy=on --csrf-secret=UniqueSecret
frontend


I copied file "symfony.bat" from "C:\Program Files\WebServ\httpd
\symfony-1.2.9\data\bin" to "C:\Program Files\WebServ\httpd
\symfony_project". I have created virtual host. But when I write in
browser: http://localhost/ I see:


Symfony Project Created
Congratulations! You have successfully created your symfony project.

Project setup successful
    This project uses the symfony libraries. If you see no image in
this page, you may need to configure your web server so that it gains
access to the symfony_data/web/sf/ directory.
This is a temporary page
    This page is part of the symfony default module. It will disappear
as soon as you define a homepage route in your routing.yml.
What's next

        * Create your data model
        * Customize the layout of the generated templates
        * Learn more from the online documentation



Without images etc. - only text - why ? When I used symfony sandbox
everything was ok, what is more catalog "C:\Program Files\WebServ\httpd
\symfony_project\lib" is EMPTY - why ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to