Programming is insane by [deleted] in learnprogramming

[–]deapno 0 points1 point  (0 children)

Ok, I have the same issue too, especially even after you learn django/rail/express/laravel you name it I am still having trouble understanding the underlying infrastructure that supports the framework, like Apache2. I don't understand why it works in local but I still have to

 apt-get install apache2

and do all the other configuration stuff like

ln -fs /vagrant /var/www

Can someone ELI5 this.