mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Update README.md
This commit is contained in:
parent
df349aaff0
commit
06a24cfbf0
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ install.sh 安装 Stackhub 的自动化脚本,支持两个参数:
|
||||||
# 该场景下,脚本会删除服务器上的密钥对或运行云平台的某些恢复服务器出厂设置命令。
|
# 该场景下,脚本会删除服务器上的密钥对或运行云平台的某些恢复服务器出厂设置命令。
|
||||||
|
|
||||||
# 安装应用
|
# 安装应用
|
||||||
wget -N https://raw.githubusercontent.com/Websoft9/StackHub/main/scripts/install.sh; bash install.sh -r magento -i 1
|
wget -N https://websoft9.github.io/StackHub/scripts/install.sh; bash install.sh -r magento -i 1
|
||||||
|
|
||||||
# 中断后命令
|
# 中断后命令
|
||||||
cd /tmp/stackhub/apps && ansible-playbook -i hosts application.yml -c local -e init=1 -e appname=magento
|
cd /tmp/stackhub/apps && ansible-playbook -i hosts application.yml -c local -e init=1 -e appname=magento
|
||||||
|
@ -26,7 +26,7 @@ cd /tmp/stackhub/apps && ansible-playbook -i hosts application.yml -c local -e i
|
||||||
# 此场景下,安装完成后,系统会强制重启
|
# 此场景下,安装完成后,系统会强制重启
|
||||||
|
|
||||||
# 安装应用
|
# 安装应用
|
||||||
wget -N https://raw.githubusercontent.com/Websoft9/StackHub/main/scripts/install.sh; bash install.sh -r magento -i 0
|
wget -N https://websoft9.github.io/StackHub/scripts/install.sh; bash install.sh -r magento -i 0
|
||||||
|
|
||||||
# 中断后命令
|
# 中断后命令
|
||||||
cd /tmp/stackhub/apps && ansible-playbook -i hosts application.yml -c local -e init=0 -e appname=magento
|
cd /tmp/stackhub/apps && ansible-playbook -i hosts application.yml -c local -e init=0 -e appname=magento
|
||||||
|
|
Loading…
Reference in a new issue