1
0
forked from x/ContextOS
ContextOS/README.md
2020-07-19 03:17:23 +08:00

32 lines
580 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# contexts
contexts通过模块化、集群化、自动化可以在各种设备上快速组建起云计算服务。
## install
### install by binary
``` sh
$ curl https://shylinux.com/publish/ice.sh | sh
$ ctx_self=http://:9020 bin/ice.sh start serve
ice>
```
open http://localhost:9020
### install by docker
```
$ docker run -p 9020:9020 -it shylinux/contexts
ice>
```
open http://localhost:9020
### install by source
```
$ git clone https://github.com/shylinux/contexts
$ cd contexts && source etc/miss.sh
$ make
$ ish_miss_serve
ice>
```
open http://localhost:9020