mirror of
https://github.com/YunoHost-Apps/hedgedoc_ynh.git
synced 2024-09-03 19:25:52 +02:00
Update install
This commit is contained in:
parent
a70adc8e53
commit
8fc87ce979
1 changed files with 1 additions and 3 deletions
|
@ -63,14 +63,12 @@ yunohost service add $app --description="Collaborative Markdown editor" --log="/
|
|||
#==============================================
|
||||
# INSTALL HEDGEDOC
|
||||
#==============================================
|
||||
ynh_script_progression --message="Building HedgeDoc backend... (this will take some time and resources!)" --weight=20
|
||||
ynh_script_progression --message="Building $app... (this will take some time and resources!)" --weight=20
|
||||
|
||||
pushd "$install_dir/backend"
|
||||
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn install
|
||||
popd
|
||||
|
||||
ynh_script_progression --message="Building HedgeDoc frontend... (this will take some time and resources!)" --weight=20
|
||||
|
||||
pushd "$install_dir/frontend"
|
||||
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn install
|
||||
# TODO: Fails out of memory in my tests
|
||||
|
|
Loading…
Add table
Reference in a new issue