Giter VIP home page Giter VIP logo

lanberry's Introduction

Lantern for Rapsberry Pi

Build Lantern for armhf devices like Raspberry Pi

release

Alt text

Manual Build Instructions

install go :

wget https://dl.google.com/go/go1.13.5.linux-armv6l.tar.gz
tar xvzf go1.13.5.linux-armv6l.tar.gz -C /usr/local/
ln -s /usr/local/go/bin/go* /usr/local/bin/

install docker :

sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=armhf] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io

install Nodejs and npm :

curl -sL https://deb.nodesource.com/setup_10.x | sudo bash -
sudo apt install nodejs

install gulp.js :

sudo npm install -g gulp-cli

clone lanberry and start build:

git clone https://github.com/arminkz/lanberry.git
cd lanberry
sudo chmod +x build.sh
./build.sh

Install and Launch

sudo dpkg -i lantern_VERSION_armhf.deb
lantern

Alt text

lanberry's People

Contributors

arminkz avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

lanberry's Issues

build issues

Hardware: Raspberry 4B+
Software: Ununtu 18.04
I have met the following problems when executed the command line:
$ sudo make linux-arm
npm WARN [email protected] license should be a valid SPDX license expression
[10:16:58] Using gulpfile ~/Downloads/lantern/archive/lantern-ui/gulpfile.js
[10:16:58] Starting 'clean'...
[10:16:58] Starting 'usemin'...
[10:16:58] Starting 'copy'...
[10:16:58] Finished 'copy' after 9.78 ms
[10:16:58] Finished 'clean' after 127 ms
[10:17:00] Finished 'usemin' after 2.13 s
[10:17:00] Starting 'build'...
[10:17:00] Finished 'build' after 91 μs
/home/berry/Downloads/lantern/archive
/bin/bash: line 15: /usr/local/bin/go: No such file or directory
Makefile:210: recipe for target 'src/github.com/getlantern/flashlight/ui/resources.go' failed
make: *** [src/github.com/getlantern/flashlight/ui/resources.go] Error 127

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.