Hudson + gitolite + virtual host on staging server
- by takeshin
I have a Ubuntu server which I want to be my continous integration server (for the Zend Application based projects) and the staging server as well.
The team is pushing source files to the repository:
/home/git/repositories/testing.git
Then Hudson does the build,
and the master branch is exported (maybe cloned is a better word) by git hudson…