Using Github to deploy your code

My VPS is my ‘live server’, it runs all my production code on the internet. But I develop locally on my laptop using XAMPP. For most of my projects I use Git as a version control system while storing it on Github.

more

Posted at September 01, 2012 , under Git .

How to easily run a PHP script in the background via terminal

I’m writing a PHP script that is going to serve as a daemon on my own server. As I’m writing it I want to test it a lot to make the daemon as stable as possible. Yesterday I wanted to let the script run overnight to monitor memory usage and make sure it didn’t crash.

more

Posted at August 02, 2012 , under PHP .