-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Installation: server
José Carlos edited this page Mar 7, 2016
·
6 revisions
To run Lantern on a server, you simply need to set a flag to build it in headless mode and then tell it to run on any local address as opposed to binding to localhost (so that it's accessible from other machines). You can do this as follows:
- Check out the Lantern source code and do preliminary setup -- see https://github.com/getlantern/lantern
HEADLESS=true make docker-linux
-
lantern_linux_amd64 --addr 0.0.0.0:8787
orlantern_linux_386 --addr 0.0.0.0:8787