Archives de
Category: Eclipse

Git et gestion en groupe

Git et gestion en groupe

Do this on the server: Configure the repository for group sharing. This will effectively forcibly widen the umask for future Git operations. cd /path/to/repository.git git config core.sharedRepository group Cleanup the existing permissions: chgrp -R git . chmod -R g=u . Force group owner inheritance for new entries (not needed on BSD-style systems, but usually needed on other systems): find . -type d -print0 | xargs -0 chmod g+s

Installation de Eclipse Juno pour Symfony / PHP

Installation de Eclipse Juno pour Symfony / PHP

1 – Récupérer et installer Eclipse Classic 4.2 2 – Installer PDT : faire Help / Install New Software, puis choisir dans Work With : — All Available Sites –, et faire une recherche de PDT. Installer le. 3 – Installer ESFtp : récupérer le zip ici : http://sourceforge.net/projects/esftp/files/ et déziper le dans le répertoire d’installation d’Eclipse 4 – YAML editor : http://code.google.com/p/yedit/