File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,41 @@ http://localhost:9665/
94
94
95
95
通过 Vercel 分配的域名访问,或者自行在设置中绑定域名。
96
96
97
+ ## 宝塔面板
98
+
99
+ 可通过宝塔面板应用商店快速部署 linux-command
100
+
101
+ <details >
102
+ <summary >部署步骤</summary >
103
+
104
+ ### 前提
105
+
106
+ * 仅适用于宝塔面板 9.2.0 及以上版本
107
+ * 安装宝塔面板,前往[ 宝塔面板] ( https://www.bt.cn/new/download.html ) 官网,选择正式版的脚本下载安装
108
+
109
+ ### 部署
110
+
111
+ 1 . 登录宝塔面板,在左侧菜单栏中点击 ` Docker `
112
+ 2 . 首次会提示安装` Docker ` 和` Docker Compose ` 服务,点击立即安装,若已安装请忽略。
113
+ 3 . 安装完成后在` Docker-应用商店-实用工具 ` 中找到 ` linux-command ` ,点击` 安装 ` ,也可以在搜索框直接搜索` linux ` 。
114
+ 4 . 设置域名等基本信息,点击` 确定 `
115
+ * 说明:
116
+ * 名称:应用名称,默认` linuxcommand_随机字符 `
117
+ * 版本选择:默认` latest `
118
+ * 域名:如您需要通过域名访问,请在此处填写您的域名
119
+ * 允许外部访问:如您需通过` IP+Port ` 直接访问,请勾选,如您已经设置了域名,请不要勾选此处
120
+ * 端口:默认` 3000 ` ,可自行修改
121
+ * CPU 限制:0 为不限制,根据实际需要设置
122
+ * 内存限制:0 为不限制,根据实际需要设置
123
+ 5 . 提交后面板会自动进行应用初始化,大概需要` 1-3 ` 分钟,初始化完成后即可访问。
124
+
125
+ ### 访问 linux-command
126
+
127
+ * 如果您填写域名,请在浏览器输入您的域名访问,如` http://demo.linux-command ` ,即可访问 ` linux-command ` 页面。
128
+ * 如您选择` IP+端口访问 ` 请在浏览器地址栏中输入域名访问 ` http://<宝塔面板IP>:6806 ` ,即可访问 ` linux-command ` 页面。
129
+
130
+ </details >
131
+
97
132
## Linux命令分类
98
133
99
134
* 这里存放Linux 命令大全并不全,你可以通过[ linux-command] ( https://jaywcjlove.github.io/linux-command/ ) 来搜索,它是把 [ command] ( ./assets/command ) 目录里面搜集的命令,生成了静态HTML并提供预览以及索引搜索。*
You can’t perform that action at this time.
0 commit comments