LAMP stack localhost folder permission issue is a pure hell for those of us who aren’t expert in the UNIX system. You’ve surely faced the issue when you can’t access localhost folder, unable to upload files through your web app etc. If you’re still unable to fix this issue or every time you create new project folder you have to…
Tag: apache
Setup LAMP stack in Vagrant for rapid development
If you read my previous article on how to run vagrant now you might want to install some development stuff. In this article, I’ll guide you how to install LAMP stack in Vagrant. LAMP stack stands for Linux, Apache, MySql, and PHP. I’ve already written an article on how to install Linux inside Vagrant. So this time I’m going to write about…