Giter Club home page Giter Club logo

nord-site's Introduction

Validation

You can validate your changes to this repository by calling the validate_site.sh file with

tests/validate_site.sh

Dokumentation

https://gluon.readthedocs.org/en/latest/releases/v2016.2.7.html

Gluon Version auf der die Freifunk Nord Firmware basiert:

  • 2016.2.7 - Gluon 2016.2.7

Download der Firmware

Firmware selber bauen

  1. Vorbereitung:

1.1 Abhängigkeiten installieren

   sudo apt-get install git subversion build-essential gawk unzip libncurses5-dev zlib1g-dev libssl-de

1.2 Gluon repo clonen

   cd /opt/
   git clone https://github.com/freifunk-gluon/gluon

1.3 Freifunk Nord Site clonen

   cd gluon
   git clone -b master https://github.com/ffnord/nord-site.git site
  1. Firmware bauen

2.1 Build vorbereiten

   make update

2.2 Build durchführen

   make -j8 GLUON_TARGET=ar71xx-generic ##-j $ZAHL$ = Anzahl der CPU Kerne

   ## Mögliche Targets

   - ar71xx-generic
   - ar71xx-mikrotik
   - ar71xx-nand
   - mpc85xx-generic
   - x86-64
   - x86-generic
   - x86-kvm_guest
   - x86-xen_domu
   - brcm2708-bcm2708
   - brcm2708-bcm2709
   - ramips-mt7621
   - ramips-rt305x
   - sunxi
   - mvebu
  1. Rebuild

3.1 Updaten

   cd /opt/gluon/site
   git pull
   cd ..
   git pull
   make update

3.2 Build Verzeichnis säubern

   make clean GLUON_TARGET=$TARGET

nord-site's People

Contributors

rubo77 avatar do9xe avatar borsal avatar ohrensessel avatar mtrnord avatar

Watchers

Malte avatar James Cloos avatar

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.