Skip to content

Commit

Permalink
En l'état, un datasource niveau serveur "organisactionDSD3" et niveau…
Browse files Browse the repository at this point in the history
… application "organisactionDS2" sont configurés. Et dans l'application, la page d'accueil donnes des liens vers des tests concluant des deux datasources
  • Loading branch information
Jean Baptiste Lasselle committed Jan 21, 2018
1 parent 0b4fbda commit c4cbfc5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions installes-tout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -403,10 +403,11 @@ read
sudo docker cp $MAISON/lauriane/server.xml $NOM_CONTENEUR_TOMCAT:/usr/local/tomcat/conf

# Injection de la valeur du nom de la BDD de l'application, dans le script de création de la tabel de données de tests.
sed -i "s/$VAL_NOM_BDD_APPLI/$NOM_BDD_APPLI/g" $MAISON/lauriane/create-bdd-test-data1.sql
sudo docker cp $MAISON/lauriane/create-bdd-test-data1.sql $NOM_CONTENEUR_MARIADB:/creer-bdd-et-table-test-avec-donnees.sql
sed -i "s/VAL_NOM_BDD_APPLI/$NOM_BDD_APPLI/g" $MAISON/lauriane/create-bdd-test-data1.sql
chmod 777 $MAISON/lauriane/create-bdd-test-data1.sql
sudo docker cp $MAISON/lauriane/create-bdd-test-data1.sql $NOM_CONTENEUR_MARIADB:/root/creer-bdd-et-table-test-avec-donnees.sql
# Cette opération peut être laissée, suggérée à l'utililisateur
sudo docker exec -it $NOM_CONTENEUR_MARIADB /bin/bash -c "mysql -u root -p$MARIADB_MDP_ROOT_PASSWORD < /creer-bdd-et-table-test-avec-donnees.sql"
sudo docker exec -it $NOM_CONTENEUR_MARIADB /bin/bash -c "mysql -u root -p$MARIADB_MDP_ROOT_PASSWORD < /root/creer-bdd-et-table-test-avec-donnees.sql"



Expand Down

0 comments on commit c4cbfc5

Please sign in to comment.