mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
Ne pas insérer le mot de passe dans un fichier, on peut le retrouver dans le settings de yunohost
This commit is contained in:
parent
320aede80d
commit
3ddd6d4567
2 changed files with 1 additions and 5 deletions
|
@ -5,5 +5,4 @@
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
1. Start url https://domaine.tld/spip/ecrire
|
1. Start url https://domaine.tld/spip/ecrire
|
||||||
2. Check SQL password /var/www/spip/tmp/connect.txt
|
2. Check SQL password /etc/yunohost/apps/spip/settings.yml
|
||||||
3. Delete SQL password file
|
|
|
@ -48,9 +48,6 @@ sudo cp ../conf/php-fpm.conf $finalphpconf
|
||||||
sudo chown root: $finalphpconf
|
sudo chown root: $finalphpconf
|
||||||
sudo chmod 644 $finalphpconf
|
sudo chmod 644 $finalphpconf
|
||||||
|
|
||||||
# Check sql pwd
|
|
||||||
echo $db_pwd > /var/www/spip/tmp/connect.txt
|
|
||||||
|
|
||||||
# Reload Nginx and regenerate SSOwat conf
|
# Reload Nginx and regenerate SSOwat conf
|
||||||
sudo service php5-fpm restart
|
sudo service php5-fpm restart
|
||||||
sudo service nginx reload
|
sudo service nginx reload
|
||||||
|
|
Loading…
Reference in a new issue