Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7673449
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T16:30:51+00:00 2026-05-31T16:30:51+00:00

I am following the Symfony Jobeet tutorial, day 22 to be precise where you

  • 0

I am following the Symfony Jobeet tutorial, day 22 to be precise where you deploy the website to the server. Specifically where they state that they will not install symfony on the server and to download the file directly from the symfony site itself. Not sure what this means, and the statement feels a little ambiguous to me:

For reference:

http://www.symfony-project.org/jobeet/1_4/Doctrine/en/22

Alternately, how did you guys go about setting up symfony [not the project] on the production server? Any other links that you would recommend since hosting the symfony on a previous server domain yielded no success with repeated 500 internal server errors

thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T16:30:52+00:00Added an answer on May 31, 2026 at 4:30 pm

    I download the symfony source files into a separately version controlled repo via github.com called ‘vendor’. Then I symlink the symfony version I wish to use, from my ‘app’ repo (separate repo from vendor). This allows me to easily switch to another symfony version, and makes it so I can publish symfony files without having to publish my actual app files.

    Something like:

    # Path to your files
    $ -> cd /home/src/web/app/projectname/current
    $ -> ls -la
    framework -> vendor/framework/symfony/1.4.16
    vendor -> /home/src/web/vendor/current/
    

    Then in your ProjectConfiguration.class.php file, you simply need to point the autoloader to the symlink you just created:

    <?php
    require_once realpath(dirname(__FILE__)) . '/../../framework/lib/autoload/sfCoreAutoload.class.php';
    
    sfCoreAutoload::register();
    

    Now, if a new version of symfony is released, you can download the source files, add them to your vendor repo, then go into your app repo and change the symlink to point to the new version. When you push to production, you would push the vendor repo and the app repo, or you can push the vendor repo separately.

    If you rather not involve version control, you could download symfony source files to the production server manually and still follow this setup. Also, I usually maintain 3 versions of symfony, in case I need to switch back to an older version.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm following the Jobeet Tutorial Day 7 for Symfony. After finishing The Category Link
I'm in the day 10 of Symfony's Jobeet Tutorial. Everything worked good, but when
I've got following URL in symfony (specifics not important): /frontend_dev.php/something/25/apple ... and a routing
I'm new to Symfony and I'm going through the Jobeet tutorial v1.4 for Doctrine.
hey, I am a newbie in symfony. I am following this joobet tutorial on
I've been following this Symfony tutorial. In some sections it just tells me to
I'm working on the symfony tutorial jobeet and I have problems to get a
I am getting started with Symfony 2 & I am following this tutorial. Now,
yikes i have forgotten but am following: http://www.symfony-project.org/getting-started/1_4/en/03-Symfony-Installation i have a jobeet directory and
I have installed symfony 1.0.22. I am following the tutorial on symfony-project.org So far

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.