|
|
|
|
|
by jfaucett
4970 days ago
|
|
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. |
|