From 2ec68e33b8ee974541df1be15b8d82c37e284da4 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Fri, 8 May 2020 07:11:18 +0200 Subject: debug et commentaires --- automatisation/BDDAuto.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'automatisation/BDDAuto.sh') diff --git a/automatisation/BDDAuto.sh b/automatisation/BDDAuto.sh index 2dcb4f2..87205fa 100755 --- a/automatisation/BDDAuto.sh +++ b/automatisation/BDDAuto.sh @@ -13,9 +13,10 @@ echo atsuser:123456 | chpasswd echo "CREATE USER atsuser WITH PASSWORD '123456'; CREATE DATABASE atsdb; GRANT ALL PRIVILEGES ON DATABASE atsdb to atsuser;" > /tmp/conf +service postgresql start #dernier ajout : Lancement du serveur -su - postgres -c "psql -f /tmp/conf" +su - postgres -c "psql -f /tmp/conf" #creation de l'util atsuser et la bdd atsdb sur le serv psql -pushd /tmp ; su atsuser -c "psql -d atsdb -U atsuser -f /tmp/table.sql" ; popd +pushd /tmp ; su atsuser -c "psql -d atsdb -U atsuser -f /tmp/table.sql" ; popd #mis en place de la table paquet dans la bdd -- cgit v1.2.3 il Yet another android myanimelist client
aboutsummaryrefslogtreecommitdiffstats
path: root/app/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-19Update README.mdrelease/3.2.1Clyhtsuriva1-6/+21
2021-05-19Big updaterelease/3.2Clyhtsuriva55-235/+193
2021-05-19Update README.mdClyhtsuriva1-1/+5
2021-05-14Update README.mdClyhtsuriva1-1/+3
2021-05-14Update README.mdClyhtsuriva1-0/+23
2021-05-14Update README.md and adding logo onto the main screenrelease/3.1Clyhtsuriva2-10/+13
2021-05-14Singletons on all pages : OKClyhtsuriva6-125/+81
2021-05-14Singletons : DetailTopManga : OKClyhtsuriva2-21/+49
2021-05-14Addedd Singletons for TopManga.Clyhtsuriva3-23/+43