Modifications entre les versions 1 et 12 (s'étendant sur 11 versions)
Version 1 à la date du 2012-06-27 08:44:40
Taille: 504
Éditeur: AlexandreDomont
Commentaire:
Version 12 à la date du 2014-01-28 10:39:57
Taille: 1256
Éditeur: AlexandreDomont
Commentaire:
Texte supprimé. Texte ajouté.
Ligne 1: Ligne 1:
Adaptation de Git/SuiviDeConfiguration '''Adaptation de Git/SuiviDeConfiguration'''
Ligne 4: Ligne 4:
# addgroup admin
# adduser alex admin
# echo "deb http://apt.auf.org/ squeeze auf" >> /etc/apt/sources.list
# echo "deb http://apt.auf.org/ wheezy auf" >> /etc/apt/sources.list
Ligne 8: Ligne 6:
}}}

{{{
Ligne 9: Ligne 10:
# vi /etc/passwd
 --> alex:x:1000:1000:Alexandre Domont,,,:/home/alex:/bin/bash
# usermod -c "Alexandre Domont" alex
Ligne 12: Ligne 12:

'''Conf Exim'''

[[ZEO/ModeleConfigurationExim]]

'''Connexion et reconnexion avec le compte alex'''
'''puis premier commit'''

{{{
# cd /;git add .;git commit -am "1er commit"

[master 0a25140] conf de base
 Author: Alexandre Domont <alexandre.domont@auf.org>
 3 files changed, 7 insertions(+), 5 deletions(-)
}}}

'''Vérification des log '''

{{{
# git log
commit 0a251409fda31ab0c7547ea809a64fc6509b3978
Author: Alexandre Domont <alexandre.domont@auf.org>
Date: Wed Jun 27 08:46:21 2012 +0000

    conf de base

commit ed958ee7081b64f6d8f1679779b4335ec707a3e7
Author: Installation auf-git-etc <root@apt.auf.org>
Date: Wed Jun 27 08:29:05 2012 +0000

    Mise en route du suivi de /etc et /usr/local.

}}}

 .''Un autre bel outil pour visualiser les commits : tig. -- NM''

Adaptation de Git/SuiviDeConfiguration

# echo "deb http://apt.auf.org/ wheezy auf" >> /etc/apt/sources.list
# aptitude update;aptitude install auf-keyring;aptitude update;aptitude install auf-git-etc

# echo "export GIT_AUTHOR_NAME='Alexandre Domont'" >> /home/alex/.bash_profile;echo "export GIT_AUTHOR_EMAIL='alexandre.domont@auf.org'" >> /home/alex/.bash_profile
# usermod -c "Alexandre Domont" alex

Conf Exim

ZEO/ModeleConfigurationExim

Connexion et reconnexion avec le compte alex puis premier commit

# cd /;git add .;git commit -am "1er commit"

[master 0a25140] conf de base
 Author: Alexandre Domont <alexandre.domont@auf.org>
 3 files changed, 7 insertions(+), 5 deletions(-)

Vérification des log

# git log   
commit 0a251409fda31ab0c7547ea809a64fc6509b3978
Author: Alexandre Domont <alexandre.domont@auf.org>
Date:   Wed Jun 27 08:46:21 2012 +0000

    conf de base

commit ed958ee7081b64f6d8f1679779b4335ec707a3e7
Author: Installation auf-git-etc <root@apt.auf.org>
Date:   Wed Jun 27 08:29:05 2012 +0000

    Mise en route du suivi de /etc et /usr/local.
  • Un autre bel outil pour visualiser les commits : tig. -- NM

AlexandreDomont/Repere/SuiviDeConfiguration (dernière édition le 2014-02-03 16:00:58 par AlexandreDomont)