Hacker News new | ask | show | jobs
by KnightWhoSaysNi 5448 days ago
For PHP, it's 0 lines. Works right out of the box.
1 comments

Nope. You have to set up a webserver (Apache or whatever) and PHP. Then (to get on par with Django+virtualenv practices level) get some PHP framework of choice...

Sure, PHP comes pre-configured out of the box. But there are no real differences between `apt-get install python-django` (comes with a development web-server, runnable as ./manage.py runserver) and `apt-get install apache2 libapache2-php`.