installation of script on a production enviroment
I need to install a Laravel web application on my VPS server along with my wordpress sites i have. Problem is i cant find any good installation guide that doesnt involve deleting my public_html file (rm -rf /public_html). I currently want to make the installation as much less production disruptive as possible can someone help me?
Thanks in advance
-
Hello :) Could you let us know which installation instructions you are following? Does the installation fail if you install it in a subdirectory under the public_html directory? Thank you. 0 -
I havent installed it yet, i was just looking around how i can add the laravel framework and i stumble over these articles: joshmountain.com/blog/installing-laravel-and-composer-on-a-cpanel-server/ forums.glowhost.com/knowledge-base/how-install-laravel-composer-cpanel-server-4736.html As u can see the last step " # rm -rf public_html " which will obviously delete my current sites and setup 0 -
You should be able to skip that step and simply update the document root when creating a subdomain or addon domain that points to this script. Thank you. 0
Please sign in to leave a comment.
Comments
3 comments