1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00
This commit is contained in:
Clément 2017-01-22 15:04:52 +01:00
parent 311e5dea7f
commit 5ebdc5a476

View file

@ -46,7 +46,7 @@ sudo yunohost app setting freshrss mysqlpwd -v $db_pwd
TMPDIR=$(ynh_mkdir_tmp)
extract_freshrss "$TMPDIR"
cd $TMPDIR
./cli/do-install.php --default_user $admin_user --auth_type http_auth --environment production --base_url $domain/$path --title FreshRSS --api_enabled --db-type mysql --db-host localhost:3306 --db-user $db_user --db-password $db_pwd --db-base $db_name
./cli/do-install.php --default_user $admin_user --auth_type http_auth --environment production --base_url $domain/$path --title FreshRSS --api_enabled --db-type mysql --db-host localhost --db-user $db_user --db-password $db_pwd --db-base $db_name
# sudo cp -a ../conf/config.php $TMPDIR/data
# sudo cp ../sources/install_ynh.sql $TMPDIR/app/SQL/install_ynh.sql