Hacker News new | ask | show | jobs
by BenWhit 4970 days ago
Thanks! That's good to know about Apache. I haven't even had a chance to look into it thoroughly. Maybe I'll dive into it this weekend :) So if I want to get up and running quickly my best bet would be to grab a linode with a LAMP stack?
1 comments

yep :) I'd suggest getting your linode with the distro you want, then going through one of these tutorials http://library.linode.com/lamp-guides. Also have a look at all the other docs on library.linode.com there really good and you can learn a lot.

Lastly, if you happen to decide to learn PHP instead of Ruby, I'd highly recommend starting out "the right way" with a framework like Symfony2 (http://symfony.com/) or Flow3 (http://flow.typo3.org/) that uses namespaces, good OOP techniques, ORM, and encourages / will teach good programming techniques. Also, have a look at composer (http://getcomposer.org/) - which is the modern PHP equivalent of Ruby Gems.