mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
opt some
This commit is contained in:
parent
f22656116f
commit
34e39099b9
@ -4,16 +4,10 @@ contexts 通过集群化、模块化、自动化的方式,用一个 20M 的程
|
||||
|
||||
## 安装项目
|
||||
|
||||
### 镜像方式
|
||||
```sh
|
||||
ctx_temp=$(mktemp); curl -o $ctx_temp -fsSL https://shylinux.com; source $ctx_temp binary
|
||||
```
|
||||
|
||||
### 源码方式
|
||||
```sh
|
||||
ctx_temp=$(mktemp); curl -fsSL https://shylinux.com -o $ctx_temp; source $ctx_temp source
|
||||
```
|
||||
|
||||
## 使用项目
|
||||
如果是本地启动,直接免登录打开网页,http://localhost:9020 ,
|
||||
如果是远程或容器启动,输入相应地址后,输入默认的 username: root password: root 即可登录
|
||||
|
2
go.mod
2
go.mod
@ -2,7 +2,7 @@ module shylinux.com/x/contexts
|
||||
|
||||
go 1.11
|
||||
|
||||
require shylinux.com/x/ice v0.7.3
|
||||
require shylinux.com/x/ice v0.7.4
|
||||
|
||||
require (
|
||||
shylinux.com/x/golang-story v0.3.4
|
||||
|
@ -35,3 +35,4 @@ section "神农架"
|
||||
field "趋势图" web.code.git.trend args `intshell`
|
||||
field "架构图" web.code.git.spide args `intshell`
|
||||
|
||||
spark md README.md
|
||||
|
Loading…
x
Reference in New Issue
Block a user