mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
add some
This commit is contained in:
parent
e41f8efc5d
commit
bd918c3d77
@ -1,3 +1,3 @@
|
||||
docker run -p 20000:9020 -w /root -it alpine
|
||||
export ctx_dev={{.Option "domain"}}{{.Option "ctx_env"}}; temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL $ctx_dev; else wget -O $temp -q $ctx_dev; fi; source $temp app username {{.Option "user.name"}} usernick "{{.Option "user.nick"}}" {{.OptionArgs "tcp_domain"}}
|
||||
export ctx_dev={{.Option "domain"}}{{.Option "ctx_env"}}; temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL $ctx_dev; else wget -O $temp -q $ctx_dev; fi; source $temp app usernick "{{.Option "user.nick"}}" username {{.Option "user.name"}} {{.OptionArgs "tcp_domain"}}
|
||||
open {{ .Cmdv "web.spide" "demo" "client.url" }}
|
||||
|
@ -1,3 +1,3 @@
|
||||
docker run -p 20000:9020 -w /root -it alpine
|
||||
export ctx_dev={{.Option "domain"}} ctx_repos={{.Option "source"}}{{.Option "ctx_env"}}; temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL $ctx_dev; else wget -O $temp -q $ctx_dev; fi; source $temp dev username {{.Option "user.name"}} usernick "{{.Option "user.nick"}}" {{.OptionArgs "tcp_domain"}}
|
||||
export ctx_dev={{.Option "domain"}} ctx_repos={{.Option "source"}}{{.Option "ctx_env"}}; temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL $ctx_dev; else wget -O $temp -q $ctx_dev; fi; source $temp dev usernick "{{.Option "user.nick"}}" username {{.Option "user.name"}} {{.OptionArgs "tcp_domain"}}
|
||||
open {{ .Cmdv "web.spide" "demo" "client.url" }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user