Modifications entre les versions 3 et 13 (s'étendant sur 10 versions)
Version 3 à la date du 2012-06-27 08:50:38
Taille: 1136
Éditeur: AlexandreDomont
Commentaire:
Version 13 à la date du 2014-02-03 16:00:58
Taille: 1254
Éditeur: AlexandreDomont
Commentaire:
Texte supprimé. Texte ajouté.
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:
# echo "export GIT_AUTHOR_NAME='Alexandre Domont'" >> /home/alex/.bash_profile;echo "export GIT_AUTHOR_EMAIL='alexandre.domont@auf.org'" >> /home/alex/.bash_profile
# vi /etc/passwd
 --> alex:x:1000:1000:Alexandre Domont,,,:/home/alex:/bin/bash
Ligne 13: Ligne 8:
{{{
# 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]]
Ligne 15: Ligne 17:
'''puis premier commit'''
Ligne 17: Ligne 20:
# git commit -a -m "conf de base" # cd /;git add .;git commit -am "1er commit"
Ligne 22: Ligne 26:

'''Vérification des log '''
Ligne 38: Ligne 44:

 .''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)