-
OpenPeer update
For those of you wondering what we’ve been doing, the honest truth is that not much has gotten done. For the last week I’ve been too busy to delegate out tasks to people, and doing it all from my netbook isn’t helping. However, I am happy to share that I finished writing the deployment system for the developers.
The OpenPeer deployment system basically takes the pain out of loading code for testing. The process for reloading a site with new code is simply pressing the reload button. The system then will:
- Lock the site from being reloaded by someone else
- Remove all files inside the site’s folder
- Checkout the code from our SVN repository
- Copy configuration and other files from a template folder
- Run SQL files in the _deploy folder to insert table structure and test data
- Unlock the site
The amount of time this tool will save us is very much worth the 3 hours it took to write and debug it.
Also this weekend I got around to installing and configuring nginx on vps2. It does a very good job and is much more memory efficient and quicker then apache. I still have apache running on an alternate port for SVN, and yet it manages to use up RAM. Oh well.
blog comments powered by Disqus