« WiDROP (linux) package » : différence entre les versions

De Breizh-Entropy
Aller à la navigation Aller à la recherche
(Change DNS & add a note)
Ligne 22 : Ligne 22 :


  $EDITOR /etc/apt/sources.list:
  $EDITOR /etc/apt/sources.list:
Add a line for the widrop repository:
  deb http://download.widrop.breizh-entropy.org/ ./
  deb http://download.widrop.breizh-entropy.org/ ./



Version du 17 décembre 2012 à 19:48


The goal is to provide an easy way to install the WiDROP application to your linux box.

https://pad.tetalab.org/p/breizh-entropy

Status

An initial package has been set up. First install test has been conduced on Nov. 14th on rpis, one worked directly as in (rpi model B), the second one failed during install. More detail here in French.

We have setup a git and download area under temporary domain names. Repo and download area under the widrop.bzhack.org domain name will be available soon.

For users

Installation

Required

A clean debian install, be it on a desktop/laptop/nslu2/rapsberry box or whatever.

Add the widrop debian repository
$EDITOR /etc/apt/sources.list:

Add a line for the widrop repository:

deb http://download.widrop.breizh-entropy.org/ ./
(optional) add the gpg key

This step is optional. However, without the GPG key apt will print you a warning.

wget http://download.widrop.breizh-entropy.org/pubkey.gpg
apt-gpg add pubkey.gpg
final install
apt-get install widrop

For developpers

Git repository

Gitweb

http://git.widrop.breizh-entropy.org/

Developer access (drop us a line if you want an account)
git clone ssh://LOGIN@git.widrop.breizh-entropy.org/git/widrop
Public access:
git clone git://git.widrop.breizh-entropy.org/git/widrop

Build

(Requires: dpkg-dev)

mkdir dist
mkdir dist/pkg
cd src/pkg
build.sh

TODO

The complete TODO list is available in git. Access via gitweb

Links