Install turtl app
This commit is contained in:
parent
6ebb971fde
commit
38ce7665d1
|
@ -695,6 +695,11 @@ function install_turtl_app {
|
||||||
|
|
||||||
set_completion_param "turtl domain" "$TURTL_DOMAIN_NAME"
|
set_completion_param "turtl domain" "$TURTL_DOMAIN_NAME"
|
||||||
|
|
||||||
|
cd /var/www/$TURTL_DOMAIN_NAME/htdocs
|
||||||
|
npm install
|
||||||
|
make minify
|
||||||
|
chown -R turtl:turtl /var/www/$TURTL_DOMAIN_NAME/htdocs
|
||||||
|
|
||||||
function_check create_site_certificate
|
function_check create_site_certificate
|
||||||
create_site_certificate $TURTL_DOMAIN_NAME 'yes'
|
create_site_certificate $TURTL_DOMAIN_NAME 'yes'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue