1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 08:48:06 +08:00
This commit is contained in:
harveyshao 2022-03-01 17:12:48 +08:00
parent f22656116f
commit 34e39099b9
3 changed files with 2 additions and 7 deletions

View File

@ -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
View File

@ -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

View File

@ -35,3 +35,4 @@ section "神农架"
field "趋势图" web.code.git.trend args `intshell`
field "架构图" web.code.git.spide args `intshell`
spark md README.md