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
5fc233c707
commit
36f8907cb0
1 changed files with 2 additions and 3 deletions
|
@ -150,9 +150,8 @@ cat $final_path/config.json
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
npm install --production --allow-root
|
./nodebb setup -l
|
||||||
./nodebb setup
|
./nodebb build -l
|
||||||
./nodebb build
|
|
||||||
popd
|
popd
|
||||||
chown -R $app:$app $final_path
|
chown -R $app:$app $final_path
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue