10
I’m developing a small application with Laravel 5.2 and Angular2. So far everything is ok in the development environment (not to contradict :) ). My concern is how to do the deploy of this application for a shared server - in this case I will be publishing on Kinghost.
I have published projects using other technologies in this hosting without major problems.
But the current project has Nodejs and Laravel5.2 and both have a huge amount of dependencies that believe that should not all be taken to the server. This is my first project with these two technologies and I have no idea how to publish them. Flavius
Shared server or dedicated server?
– Wallace Maxters
+1 by the question, why I will take advantage of the answers here too :) I am at the same impasse, only that at Locaweb.
– William Novak
Opsss... truth, I forgot to inform that the hosting service is of type "Shared server"!
– urlflavio
you have access to ssh of this project?
– pmargreff