Kieron Howard+ by | Mar 23, 2013 | Development
Over the last few years I’ve had great experiences and results using Symfony2 to build web apps. It was the first framework I really explored and used to any extent and the focus on MVC really helped my progression as a developer. For a project I needed to...Kieron Howard+ by | Mar 20, 2013 | Development, Servers
Deploying to live/dev Deployment to the live server consists of creating a bare repo in a location on the server accessible via SSH, then pushing to that. A hook script is setup inside this repo to pull any changes out into the working directory for that particular...Kieron Howard+ by | Mar 19, 2013 | Development
I wanted to be able to handle 404 , 500 errors etc. in my own way. The first step is to create your custom error404.html.twig template. The issue I was having was that I had a dynamic menu (amongst other things) that were then not available to the view. Using the...Kieron Howard+ by | Mar 19, 2013 | Servers
It’s common practice to only allow web server access via SSH using key authentication. While this makes it impossible to login without the key, a quick look at: tail -n500 -f -s3 /var/log/auth.log Showed an endless stream of dictionary attempts trying to gain...Kieron Howard+ by | Mar 19, 2013 | Servers
Varnish is a reverse proxy designed to speed up your PHP apps. A good introduction can be read on IBM’s site and on the PHP Manual. Installation: curl http://repo.varnish-cache.org/debian/GPG-key.txt | sudo apt-key add – echo “deb...
Recent Comments