mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 06:26:16 +00:00
api-docs fix
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
export VITO_VERSION="2.x"
|
||||
export VITO_VERSION="3.x"
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
export NEEDRESTART_MODE=a
|
||||
|
||||
@ -83,6 +83,11 @@ if ! echo "${V_NGINX_CONFIG}" | tee /etc/nginx/nginx.conf; then
|
||||
fi
|
||||
service nginx start
|
||||
|
||||
# nodejs
|
||||
export V_NODE_VERSION="20.x"
|
||||
curl -fsSL https://deb.nodesource.com/setup_${V_NODE_VERSION} | sudo -E bash -
|
||||
apt install -y nodejs
|
||||
|
||||
# php
|
||||
export V_PHP_VERSION="8.4"
|
||||
add-apt-repository ppa:ondrej/php -y
|
||||
|
Reference in New Issue
Block a user