mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 00:38:05 +08:00
add some
This commit is contained in:
parent
6b7b0ea0ab
commit
95b0bc0853
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2020 shylinux
|
||||
Copyright (c) 2017-2025 shylinux
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Contexts
|
||||
Contexts 通过模块化、集群化、自动化的方式,只用一个 20M 大小的程序文件,就可以在各种设备上,一键启动完整的云计算服务与云研发环境。
|
||||
# ContextOS
|
||||
ContextOS 通过集群化、模块化、自动化的方式,只用一个 20M 大小的程序文件,就可以在各种设备上,一键启动完整的云计算服务与云研发环境。
|
||||
|
||||
## 源码安装
|
||||
### 克隆编译
|
||||
```sh
|
||||
git clone https://shylinux.com/x/contexts
|
||||
cd contexts; source etc/miss.sh
|
||||
git clone https://shylinux.com/x/ContextOS
|
||||
cd ContextOS; source etc/miss.sh
|
||||
```
|
||||
|
||||
### 启动服务
|
||||
|
@ -25,8 +25,8 @@ Volcanos({river: {
|
||||
cloud: {name: "部署 cloud", icon: "bi bi-clouds", nodetype: web.SERVER, list: [
|
||||
{space: "20210308-sshd", index: "ssh.relay"},
|
||||
{space: "20210308-sshd", index: "ssh.cloud.instance"},
|
||||
{space: "20210308-sshd", index: "ssh.cloud.domain"},
|
||||
{space: "20210308-sshd", index: "ssh.cloud.certs"},
|
||||
// {space: "20210308-sshd", index: "ssh.cloud.domain"},
|
||||
// {space: "20210308-sshd", index: "ssh.cloud.certs"},
|
||||
{space: "20210308-sshd", index: "ssh.cloud.client"},
|
||||
{space: "20210308-sshd", index: "ssh.cloud.profile"}, "bench",
|
||||
{space: "20230913-matrix-story", index: "web.chat.cloud.group"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user