mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
Update install
This commit is contained in:
parent
46b7f2c713
commit
2817c94c9d
1 changed files with 3 additions and 3 deletions
|
@ -150,9 +150,9 @@ cat $final_path/config.json
|
|||
|
||||
chown -R $app:$app $final_path
|
||||
pushd $final_path
|
||||
exec_as "$app" PATH=$PATH ./nodebb setup -l > $install_log
|
||||
exec_as "$app" PATH=$PATH npm install nodebb-plugin-dbsearch --save-prod
|
||||
exec_as "$app" PATH=$PATH ./nodebb build -l
|
||||
exec_as "$app" PATH=$PATH NODE_ENV=production ./nodebb setup -l > $install_log
|
||||
exec_as "$app" PATH=$PATH NODE_ENV=production npm install nodebb-plugin-dbsearch --save-prod
|
||||
exec_as "$app" PATH=$PATH NODE_ENV=production ./nodebb build -l
|
||||
popd
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue