Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Anschließend kann die benötigte Software installiert und konfiguriert werden:. Die Konfiguration erfolgt unter den User jtel.

Code Block
languagebash
titleGIT installieren und konfigurieren
yum -y install git mysql-community-client
su jtel
git config --global user.name "jtel Support"
git config --global user.email "support@jtel.de"

...