Modification : letabli.cyclocoop.org : pgsql -> mysql.
[lhc/ateliers.git] / etc / nginx / site.d / cyclo-letabli / local.sh
index 5b08cc6..cd316a9 100644 (file)
@@ -1,4 +1,4 @@
-pool=cyclo_letabli
+pool=letabli
 sudo adduser php_"$pool" www-"$site"
 sudo adduser www-"$site" sftp
 
@@ -11,14 +11,9 @@ sudo install -d -m 2750 -o www-"$site" -g www-"$site" \
 sudo install -d -m 2770 -o www-"$site" -g www-"$site" \
  ~www-data/"$site"/www
 
-"$tool"/local/runit-sv-configure postgres
-"$tool"/local/runit-sv-start     postgres
-while ! sudo -u postgres psql </dev/null
+"$tool"/local/runit-sv-start mysql
+while ! sudo mysql -u root </dev/null
 do sleep 1; done
 
-"$tool"/local/postgresql-user-create     "$pool"
-"$tool"/local/postgresql-database-create "$pool"
-"$tool"/local/postgresql-schema-create   "$pool"
-sudo -u postgres psql -AqtX --set ON_ERROR_STOP=1 "$pool" <<-EOF
-       GRANT USAGE ON SCHEMA pg_catalog TO $pool;
-       EOF
+"$tool"/local/mysql-user-create     php_"$pool"
+"$tool"/local/mysql-database-create php_"$pool"