V2 Ui wbw

简介

Table of Contents

工具:

图:


Products - Scripts - Add Startup Script name => v2-ui 6534 Type => Boot Script =>

#!/bin/sh
bash <(curl -sL https://git.io/v2-ui.sh)


###
   # 使用说明: Deploy New Instance的时候在Startup Script勾选v2-ui,耐心等待10分钟
   # 唯一要记得的就是IP
   # 那么,浏览器打开 http://{IP}:6543
   
   # 如果你的IP地址是8.7.6.5
   # 那么,浏览器打开 http://8.7.6.5:6543
###

Add Script

Products =>
左上角“+” =>
High Frequency => New York (NJ) => Ubuntu 19.10 x64 => Startup Script : v2-ui Deploy

选项 建议选择
Choose Server High Frequency
Server Location New York NJ
United States
Server Type Ubuntu 19.10 x64
Server Size $6/mo
Additional Features 留空
Startup Script v2-ui 6543
Deploy http://IP:6543
graph TD
	A[Products fa:fa-plus] --> C{  Deploy New Instance}
	-->|Choose Server| D[High Frequency]
 	-->|Server Location| E[New York NJ United States]
	-->|Server Type| F[Ubuntu 19.10  x64]
	-->|Server Size| G[$6/mo]
	C -->|Additional Features| H[ 留空]
	C -->|Startup Script| I[v2-ui 6543]
	D --> Z[http://IP:6543]
	E --> Z
	F --> Z
	G --> Z
	H --> Z
	I --> Z
stateDiagram
	[*] --> Still
	Still --> [*]

	Still --> Moving
	Moving --> Still
	Moving --> Crash
	Crash --> [*]
					

总结:

mermaid 流程图 显示有问题

Related