-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Open
Description
快捷部署方法
方法一,只需要克隆 gh-pages 分支代码到你的静态服务就可以了
$ git clone https://github.com/jaywcjlove/linux-command.git -b gh-pages
你可以使用 gitee 镜像仓库获取最新的代码
$ git clone https://gitee.com/jaywcjlove/linux-command.git -b gh-pages
方法二,使用 docker 快捷部署 web 版
$ docker pull wcjiang/linux-command
$ docker run --name linux-command --rm -d -p 9665:3000 wcjiang/linux-command:latest
# Or
$ docker run --name linux-command -itd -p 9665:3000 wcjiang/linux-command:latest
添加镜像网站
你可以在项目仓库和网站上添加你部署的镜像链接,这不仅有助于提升你网站的权重,还能加快搜索引擎的抓取和收录速度。
Lines 71 to 81 in 400530b
**推荐使用的镜像 web 版本** | |
[**`linux.sicangge.com`**](https://linux.sicangge.com) | |
[**`linuxsearch.largeinfo.cc`**](http://linuxsearch.largeinfo.cc) | |
[**`srebro.cn`**](https://linux.srebro.cn/) | |
[**`getaifun.com`**](https://getaifun.com/linux) | |
[**`linux.devonline.net`**](http://linux.devonline.net/) | |
[**`man.zch.ooo`**](https://man.zch.ooo/) | |
[**`linux.mmoke.com`**](https://linux.mmoke.com) | |
[**`bqrdh.com`**](https://tools.bqrdh.com/linux-command/) | |
[**`linux.zyimm.com`**](http://linux.zyimm.com/) |
linux-command/template/contributors.ejs
Lines 194 to 200 in 400530b
<h1 id="镜像网站">镜像网站</h1> | |
<div class="links"> | |
<a target="_blank" href="https://linux.sicangge.com">linux.sicangge.com</a> | |
<a target="_blank" href="http://linuxsearch.largeinfo.cc">linuxsearch.largeinfo.cc</a> | |
<a target="_blank" href="https://linux.srebro.cn/">srebro.cn</a> | |
<a target="_blank" href="https://getaifun.com/linux">getaifun.com</a> | |
<a target="_blank" href="http://linux.devonline.net/">linux.devonline.net</a> |
Metadata
Metadata
Assignees
Labels
No labels