Symfony 3 installation

Discussion in 'Installation/Configuration' started by carlosopenges, Jul 21, 2017.

  1. carlosopenges

    carlosopenges New Member

    Hi all,

    If been reading all the information I found about using Symfony 3 Framework in ISPConfig 3.
    I have two threads that show me some ways to do it:
    https://www.howtoforge.com/community/threads/run-symfony-2-on-ispconfig.59065/#post-298347
    and
    https://www.howtoforge.com/community/threads/symfony3-with-ispconfig3.72995/#post-350993
    The first one talks about php_open_basedir, I left this way if the second one doesn't works for me. I don't understand how it can help me.
    The second one is the one I tried.
    I have in my localhost an app developped in Symfony 3 that works perfectly and I want to deploy it in a ISPConfig 3 VPS. The steps I have done are:
    1. Copied all folders and files of my app in /var/www/clients/client0/web1/private
    2. Copied all /var/www/clients/client0/web1/web in /var/www/clients/client0/web1/private without ovewriting the existing files
    3. chattr -i /var/www/clients/client0/web1
    4. rm -rf /var/www/clients/client0/web1/web
    5. ln -s /var/www/clients/client0/web1/private/web /var/www/clients/client0/web1/web
    6. cd /var/www/clients/client0/web1
    7. chown -h web1:client0 web
    But with no luck. Even if I have a simple phpinfo(); in a php file I get an ERR_CONNECTION_TIMED_OUT.
    Does somebody found a way to have a Symfony app working in ISPConfig 3?.

    Cheers.
     
    Last edited: Jul 21, 2017
  2. carlosopenges

    carlosopenges New Member

    Hi all,

    Nobody has installed a Symfony framework website in ISPConfig?.
     
  3. carlosopenges

    carlosopenges New Member

    Seriously, nobody can explain in this forum how to set up a so well known framewwork in ISPConfig?.

    I would like to use the private folder to have my app but I don't know how.
     

Share This Page