diff options
author | Clyhtsuriva <61652557+clyhtsuriva@users.noreply.github.com> | 2020-05-19 13:19:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 13:19:02 +0000 |
commit | 4813ecc0948d98a5b051b180f69b8b42305d13c9 (patch) | |
tree | ec731c64b5c5cd8f1f774ad57a4897b7cb6a6e40 | |
parent | b245e50ae50fbd955063b94b6e3a06e3f4ad2b17 (diff) |
Update README.md
-rwxr-xr-x | README.md | 18 |
1 files changed, 4 insertions, 14 deletions
@@ -1,4 +1,4 @@ -# ATS-Project +# ATS ## Introduction @@ -49,22 +49,12 @@ root@Debian:~# apt install git Clonez-le ce dépôt : ```Shell -root@Debian:~# git clone https://github.com/clyhtsuriva/ATS-Project +root@Debian:~# git clone https://github.com/clyhtsuriva/ATS ``` -Installez, configurez et lancez la base de données : +Installez, configurez et lancez : ```Shell -root@Debian:~# ./ATS-Project/automatisation/BDDAuto.sh -``` - -Installez, configurez et lancez le serveur web : -```Shell -root@Debian:~# ./ATS-Project/automatisation/apacheAuto.sh -``` - -Installez, configurez et lancer le sniffer : -```Shell -root@Debian:~# ./ATS-Project/automatisation/ +root@Debian:~# ./ATS/automatisation/deploi.sh ``` ## Utilisation |