Page 1 of 1

Deploy Laravel 6 into an user web

Posted: Thu Mar 05, 2020 2:18 pm
by jminsausti
Hello:
I have installed Vestacp in a vps with debĂ­an 9. In the vestacp I have two users and one of them wants to deploy a Laravel 6 application. I have read some threats but without success.

Could anybody help me?
Thanks

Re: Deploy Laravel 6 into an user web

Posted: Wed Mar 11, 2020 1:53 am
by plutocrat
This might help. Different framework, but I think the same solution, or similar enough to get you started.
viewtopic.php?f=11&t=19667

Oh, hang on, someone's already done them for you
https://gist.github.com/peterbrinck/266 ... 70be27edc3

Re: Deploy Laravel 6 into an user web

Posted: Thu Mar 19, 2020 6:55 pm
by jminsausti
Thank you for yor answer:

But I have done the tutorial and when I run the site it gives me an error 500

Another solution?

Thanks

Re: Deploy Laravel 6 into an user web

Posted: Fri Mar 20, 2020 3:17 am
by plutocrat
What does it say in your error logs?
For a 500 error, the first thing I'd do is check .htaccess for wrong paths, bad commands, apache modules referenced but not installed.
Your logs will guide you in this.