mirror of
https://github.com/YunoHost-Apps/thelounge_ynh.git
synced 2024-09-03 20:35:54 +02:00
[fix] install
This commit is contained in:
parent
805901925f
commit
6902bee4fd
1 changed files with 6 additions and 1 deletions
|
@ -122,9 +122,14 @@ cp -a ../conf/config.js $config_path
|
|||
# INSTALL THE LOUNGE
|
||||
#=================================================
|
||||
npm -g install $final_path
|
||||
|
||||
# Install webpack
|
||||
npm -g install webpack
|
||||
npm -g install webpack-cli
|
||||
|
||||
# Build The Lounge
|
||||
cd $final_path
|
||||
NODE_ENV=production npm run build index.js
|
||||
NODE_ENV=production npm run build
|
||||
ln -s $final_path/index.js /usr/bin/thelounge/
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue