Question
How do I manual deploy website without Git?
I’m trying to manual deploy my Symfony project to the server. I have installed all the softwares of LAMP, I have setup ssh connection to the server in both the console and filezilla, and I have installed the unzip package for unzipping.
My plan is to upload my project in a zip to the server, upzip it and start from there. But my problem is that I couldn’t see those “/var/www” folders…I couldn’t get into them on both the console nor filezilla. How do I do this?
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.
×