I'm configuring a ubuntu server for development.
I'll configure many websites and appliccation.

I'll have some collegues working with me on this projects.

So many projects, many developers ...

Developers are workin on unix or windows or osx systems...

what the best way and most practical (to add and remove permission to developers to proj) u suggest for sharing the working directory according on setting
right permissions to right groups of dev on specific web project?

samba share the directories and assigning the system permissions?
or better using proftpd?

    Kante,

    If a developer requires access to only 1 folder within the web architecture, I would use FTP.

    If a developer needs access to varied files, but not the entire thing, and the site is LOCAL (not over the internet), I would use Samba.

    If you want to collaborate with multiple developers, setup a version control system such as Git or subversion.

    The major advantage to Git or Subversion is you can give certain users access to check out, but not commit (save to the server), thus they would have to pass the completed code to a senior developer for integration.

    What operating system they use is really not overly important as they all pretty well can do the same things from the standpoint of transferring files/code.

      this is my case:
      "If you want to collaborate with multiple developers, setup a version control system such as Git or subversion."

      can u suggest a tutorial on how to install this on a debian like system?

      i'll ask google too ... promise ;-)

        Write a Reply...