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