1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
2020-09-09 20:21:46 +08:00
2020-09-09 20:21:46 +08:00
2020-09-08 19:53:04 +08:00
2020-09-09 20:21:46 +08:00
2020-08-31 14:08:05 +08:00
2020-09-01 09:26:48 +08:00
2020-09-06 17:41:37 +08:00
2020-09-06 17:41:37 +08:00
2017-11-01 00:13:18 +08:00
2020-06-28 09:54:44 +08:00
2020-07-19 03:17:23 +08:00

contexts

contexts通过模块化、集群化、自动化可以在各种设备上快速组建起云计算服务。

install

install by binary

$ 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

Description
Languages
JavaScript 40.6%
Shell 23%
HTML 20.7%
CSS 9.3%
Go 4.6%
Other 1.7%