Question
Any updated Symfony Deploy guide?
Hello,
I have a symfony web app in a git repository. The app is configured to work with a DB i have on another server.
I want to deploy on a droplet here.
I found the guide here:
https://www.digitalocean.com/community/tutorials/how-to-deploy-a-symfony-application-to-production-on-ubuntu-14-04
However, I chose Ubuntu 16.04 and the LAMP it installed has PHP7. The guide is for Symfony 2 (my app is on Symfony 3), Ubuntu 14.04 and LAMP with PHP5.
Could anyone point to an updated guide? OR what would be the differences to make it work for what I have?
Should I get Ubuntu 14.04 and PHP5 instead on my VPS?
Thanks in advance!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×