|
|
|
|
|
by sid05
5099 days ago
|
|
Your example of simplicity is a bit conflated since you don't even need PHP to put hello world on a internet visible web page in the first place: echo 'hello world' > /var/www/index.html Set up something a little more useful albeit trite such as a blog and you wouldn't be able to do that in 10 minutes with PHP without using a framework either. PHP is great for "unit testing" of ideas but once it grows out of that it's debateable I do concur that deploying a Python or Ruby web app is a pain in the ass. Installing git and installing Heroku, you're only 2 lines of code away though. |
|
Which requires you to learn git.