forked from getlantern/lantern
-
Notifications
You must be signed in to change notification settings - Fork 0
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:8787orlantern_linux_386 --addr 0.0.0.0:8787
© 2014 Team Lantern. Some rights reserved. Don't understand a term? Try the Glossary.