aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChatChimi <Pichue07@gmail.com>2020-05-19 15:20:56 +0200
committerChatChimi <Pichue07@gmail.com>2020-05-19 15:20:56 +0200
commit73cc4bbec5670600b2844a4e0e0e5b3d6e76959b (patch)
tree6dfdbfda1275efa215c9678aac248d1d22d19eb8
parentb245e50ae50fbd955063b94b6e3a06e3f4ad2b17 (diff)
ATS-Project -> ATS
-rwxr-xr-xautomatisation/BDDAuto.sh2
-rwxr-xr-xautomatisation/apacheAuto.sh6
-rwxr-xr-xautomatisation/deploi.sh6
3 files changed, 7 insertions, 7 deletions
diff --git a/automatisation/BDDAuto.sh b/automatisation/BDDAuto.sh
index dd858ff..902d1dc 100755
--- a/automatisation/BDDAuto.sh
+++ b/automatisation/BDDAuto.sh
@@ -2,7 +2,7 @@
#cloner dans le repertoire personnel du root
#executer en tant que root
-cp /root/ATS-Project/www/html/init-bd.sql /tmp/table.sql #Car problème de droit root
+cp /root/ATS/www/html/init-bd.sql /tmp/table.sql #Car problème de droit root
apt install postgresql
diff --git a/automatisation/apacheAuto.sh b/automatisation/apacheAuto.sh
index 66d4e05..456ba49 100755
--- a/automatisation/apacheAuto.sh
+++ b/automatisation/apacheAuto.sh
@@ -3,10 +3,10 @@
apt install apache2 libapache2-mod-python python-psycopg2
-cp -rv /root/ATS-Project/www /var/
+cp -rv /root/ATS/www /var/
-cp -rv /root/ATS-Project/www/server-config/apache2 /etc/
+cp -rv /root/ATS/www/server-config/apache2 /etc/
-cp -rv /root/ATS-Project/www/server-config/ssl /etc/
+cp -rv /root/ATS/www/server-config/ssl /etc/
systemctl restart apache2
diff --git a/automatisation/deploi.sh b/automatisation/deploi.sh
index eb5beee..b72eecd 100755
--- a/automatisation/deploi.sh
+++ b/automatisation/deploi.sh
@@ -2,8 +2,8 @@
apt install tcpdump
-./ATS-Project/automatisation/BDDAuto.sh
+./ATS/automatisation/BDDAuto.sh
-./ATS-Project/automatisation/apacheAuto.sh
+./ATS/automatisation/apacheAuto.sh
-./ATS-Project/analyse/script.sh
+./ATS/analyse/script.sh