1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galette_ynh.git synced 2024-09-03 18:36:28 +02:00

Editing for tests

This commit is contained in:
Alexandre Aubin 2015-10-29 01:46:59 +01:00
parent 091f92379b
commit d12a3b3e45
2 changed files with 2 additions and 10 deletions

View file

@ -1,8 +0,0 @@
<?php
define("TYPE_DB", "mysql" );
define("HOST_DB", "localhost" );
define("PORT_DB", "3306" );
define("USER_DB", "USER_DB_VALUE" );
define("PWD_DB", "PWD_DB_VALUE" );
define("NAME_DB", "NAME_DB_VALUE" );
define("PREFIX_DB", "" );

View file

@ -45,7 +45,7 @@ final_path=/var/www/$app
# Get and move sources
tar xjvf ../sources/galette-$version.tar.bz2
tar xjvf ../sources/galette-$version.tar.bz2 > /dev/null
sudo mv galette-$version/galette $final_path
rm -r galette-$version
@ -112,6 +112,6 @@ sudo pip install mechanize
sudo python initialConf.py $domain$path $db_pwd $admin $db_pwd
# Delete the install folder as advised by galette php installer
sudo rm -rf $final_path/install
#sudo rm -rf $final_path/install