I'm looking for a way to work on a 'test' dolphin without affected the 'production' one. My first idea was to install a private git repository in order to distribute the code among my team. Done. But I faced an unexpected issue, while I'm trying to make the sources codes working on a local server. Indeed, I tried with a Mamp at the beginning, but it has been impossible to get a result. Then I installed a full AMP (apache mysql php) by hand on my machine (mac/maverick) but its not working as well. I came to think that the systems was too different and tried an installation on a CentOs server that I have setup at home. Same thing, nothing happen even after having a cautious look on every configuration files, like http.conf, php.ini, header.inc.php
Practically, my browser tell me he can't connect to the new site.
I'm very in a trouble with that because I need a solution to continue to work on the features of the platform without have an impact to the production one. Moreover, I manage a team of developers which give time to help us and I'm afraid they will just be stuck by the difficulty to work on our project.
So, my new idea is to clone the CentOs server which host our current platform and replace my actual centOs by this one. Ideally I would like to have a disk image which I can distribute to my team, what will make easy for them to copy it on a virtual machine with all the git-stuff installed.
I'm quite in a rush and I have to find a solution very fast, but I would like to have your opinion on this idea. I would like to know if someone does not have an easier, lighter and quicker solution to achieve my goal. And, in the case of you think it's a good solution, maybe some of you have experience with the kind of clonage. Then I'm looking for advice on the soft I may use (r-sync, tar, cp...) and process I should follow.
version of dolphin : 7.0.9
linux version : CentOS release 6.3
apache : 2.2.15
php : 5.3.3
mysql : 5.1.69