Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start server #33

Open
superuser5 opened this issue Feb 19, 2019 · 2 comments
Open

start server #33

superuser5 opened this issue Feb 19, 2019 · 2 comments

Comments

@superuser5
Copy link

could you please document how to start server?

@spolu
Copy link
Owner

spolu commented Feb 19, 2019

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

@luketainton
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants