Ok, if you ‘do’ linux then you’ll probably already know this one. I did, kinda, but had to Google to remind myself of the exact chain of commands. So here I am writing it down so it’s easier to find next time. In my case I had a load of apache conf files where I needed [...]
Continue reading...Thursday, December 20, 2007
Need to move multiple subversion repositories? Well I just finished putting a simple how-to together which details the steps I took when moving our 30+ svn projects from one server to another. It went really smoothly and took about a quarter of the time I was expecting it to. Anyway, here it is. Related: Creating a subversion repository Automating subversion repository [...]
Continue reading...Friday, April 7, 2006
I’ve added a second part to my of my Using the Zend Framework over in my How-To section. http://bealers.com/how-to/using-the-zend-framework-part-2/ Related: Part 1
Continue reading...Friday, April 7, 2006
I wanted to add my Zend Framework example code to subversion but to do that I needed a local Subversion repository As I had to figure out some of the bits how to this, I decided to put all of my steps into a mini How-To. Here it is: http://bealers.com/how-to/creating-a-subversion-repository/
Continue reading...Monday, April 3, 2006
Grab the code Option 1 - Subversion [code] cd ~bealers/www svn co http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk cmsmadesimple [/code] This checks out the entire project including a lot of modules into a folder called cmsmadesimple which may not be what you want, but it’s what I’ve done. Option 2 - Tarball Instead you could grab the tarball and extract to the same place and rename the folder [...]
Continue reading...Friday, March 31, 2006
I’ve been playing with the Zend Framework and have started a little How-To mostly for my own benefit. http://bealers.com/how-to/using-the-zend-framework-part-1/
Continue reading...Saturday, March 25, 2006
New How-To added detailing all of the steps I took to build myself a home PHP development server: http://bealers.com/how-to/creating-a-php-development-server/
Continue reading...
Sunday, December 30, 2007
0 Comments