Ideas for SVN/SQL/PHP/Linux Dev Enviroment Supporting Multiple Isolated Environments?
- by jpganz18
I am trying to create a "dev" for my users. In that environment they would access to their own account of PHPMyAdmin, SQL, Subversion and FTP which is not a big problem, but I would like to emulate like if each one would be in their own server.
I mean so that they could change the PHP configuration (for example) and would be done only in its own environment.
Any idea how to do this? Do I have to make something "special" at the installations of my server or something like that?