skip to Main Content

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

the cmd ss

what should i do next ? or how should i upload it…

2

Answers


  1. 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.

    Login or Signup to reply.
  2. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search