mirror of
https://2025-dev.shylinux.com/x/20250215-cluster
synced 2025-07-01 20:41:20 +08:00
add some
This commit is contained in:
parent
917882054a
commit
74adc00902
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2020 shylinux
|
Copyright (c) 2017-2025 shylinux
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# Contexts
|
# ContextOS
|
||||||
Contexts 通过模块化、集群化、自动化的方式,只用一个 20M 大小的程序文件,就可以在各种设备上,一键启动完整的云计算服务与云研发环境。
|
ContextOS 通过集群化、模块化、自动化的方式,只用一个 20M 大小的程序文件,就可以在各种设备上,一键启动完整的云计算服务与云研发环境。
|
||||||
|
|
||||||
## 源码安装
|
## 源码安装
|
||||||
### 克隆编译
|
### 克隆编译
|
||||||
```sh
|
```sh
|
||||||
git clone https://shylinux.com/x/contexts
|
git clone https://shylinux.com/x/ContextOS
|
||||||
cd contexts; source etc/miss.sh
|
cd ContextOS; source etc/miss.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### 启动服务
|
### 启动服务
|
||||||
|
5
src/option.go
Normal file
5
src/option.go
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
_ "shylinux.com/x/ice/devops"
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user