So i searched the first 2 pages of google for it but i cant seem to get it straight so, the problem is that i have the ip adress and the username and the password for the server and i can connect to it over cmd with ssh username@ipadress but i cant upload my laravel app there.
I installed apache2, nginx, and a lot of other packages for php and composer, but all the tutorials show me how to create a new laravel app there, which is not what i need because i developed the project and i just need to put it up there on the server i will let here a photo of the cmd right after i installed the composer and laravel on it
what should i do next ? or how should i upload it…
2
Answers
are you using git ?
if not first setup git and upload your project to git
then in git you have option deploy project
in that option generate deployment key and use that to clone/deploy your
project into the server.
you can try install WHM and Cpanel WHM installation here and if you don’t won’t to use host managers you can use FileZilla
and open the ftp protocol on the server or even use github or bitbucket to upload your project and clone it on your server.