mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
opt index
This commit is contained in:
parent
574f61c98e
commit
a3f3f6e0da
23
README.md
23
README.md
@ -1,22 +1,27 @@
|
||||
# contexts
|
||||
|
||||
contexts通过模块化、集群化、自动化,可以在各种设备上,快速组建起云计算服务。
|
||||
contexts通过集群化、模块化、自动化,可以在各种设备上,快速组建起云计算服务。
|
||||
|
||||
## install
|
||||
|
||||
### install by binary
|
||||
```sh
|
||||
curl -fsSL https://shylinux.com |sh -s binary
|
||||
ish_miss_serve
|
||||
ice>
|
||||
```
|
||||
open http://localhost:9020
|
||||
|
||||
### install by source
|
||||
```sh
|
||||
curl -fsSL https://shylinux.com |sh -s source
|
||||
```
|
||||
|
||||
### install by binary
|
||||
```sh
|
||||
curl -fsSL https://shylinux.com |sh -s binary
|
||||
```
|
||||
|
||||
## start
|
||||
|
||||
### serve
|
||||
```sh
|
||||
ish_miss_serve
|
||||
ice>
|
||||
```
|
||||
|
||||
### page
|
||||
open http://localhost:9020
|
||||
|
||||
|
23
src/main.shy
23
src/main.shy
@ -2,6 +2,7 @@ title "contexts"
|
||||
refer `
|
||||
官网 https://shylinux.com
|
||||
源码 https://github.com/shylinux/contexts
|
||||
文档 https://github.com/shylinux/learning
|
||||
`
|
||||
|
||||
chapter "实践"
|
||||
@ -13,24 +14,24 @@ bash tmux golang git vim
|
||||
|
||||
chapter "理论"
|
||||
label "理论" `
|
||||
自动化 模块化 集群化
|
||||
集群化 模块化 自动化
|
||||
` stroke yellow fill black font-family none
|
||||
|
||||
chapter "项目"
|
||||
label "项目" `
|
||||
volcanos icebergs intshell
|
||||
learning toolkits contexts
|
||||
intshell icebergs volcanos
|
||||
contexts toolkits learning
|
||||
` stroke red fill black
|
||||
|
||||
section "火山架"
|
||||
field "趋势图" web.code.git.trend args `volcanos`
|
||||
field "架构图" web.code.git.spide args `volcanos`
|
||||
|
||||
section "冰山架"
|
||||
field "趋势图" web.code.git.trend args `icebergs`
|
||||
field "架构图" web.code.git.spide args `icebergs`
|
||||
|
||||
section "神农架"
|
||||
field "趋势图" web.code.git.trend args `intshell`
|
||||
field "架构图" web.code.git.spide args `intshell`
|
||||
|
||||
section "冰山架"
|
||||
field "趋势图" web.code.git.trend args `icebergs`
|
||||
field "架构图" web.code.git.spide args `icebergs`
|
||||
|
||||
section "火山架"
|
||||
field "趋势图" web.code.git.trend args `volcanos`
|
||||
field "架构图" web.code.git.spide args `volcanos`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user