spolu/warp

start server

superuser5 opened this issue · 2 comments

could you please document how to start server?

spolu commented

The default warpd server is now down, but you can run your own with warpd (requires an installation from source with Go`:

~$ go get -u github.com/spolu/warp/daemon/cmd/warpd
~$ warpd
2019/02/19 16:13:57.220406 Started warpd: version=0.0.3
2019/02/19 16:13:57.220686 Listening: address=:4242 tls=false

and then use:

~$ go get -u github.com/spolu/warp/client/cmd/warp
~$ WARPD_NO_TLS=true WARPD_ADDRESS=127.0.0.1:4242 warp open foo

I've created a Docker image for this here if it helps :)