I have just updated new theme, if hope you like it!
I think I have been updating themes quite regularly. But lets see, what’s the process that I follow to update the theme.
1. Staging server
Play – play a lot with the staging server. Obviously the server is local on my PC. I am using DynDNS to make sure that the staging server, even if local, gets all the features of a full blown website.
2. “hg ci” on the staging location.
The wordpress theme on the staging server is under hg (Mercurial Configuration management system). Its good to keep track of the changes!
But this also helps to “merge” the changes! Go throught this post and you would understand what I mean by “merging”
with “hg ci” the Commit command of mercurial the changes are frozen to be taken to live server.
3. Local replica
On the live server, I have 3 sites to maintain; purnank.in, fun.purnank.in, meera.purnank.in
I have to uploading the changes via ftp. (I still don’t know how to do that using command line. But it’s on my wishlist to do that with ./command rather than at the click of mouse.)
(more…)