mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
wip
This commit is contained in:
parent
311e5dea7f
commit
5ebdc5a476
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue