WiDROP (linux) package

De Breizh-Entropy
Révision datée du 17 décembre 2012 à 14:31 par Geb (discussion | contributions)
Aller à la navigation Aller à la recherche


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.

Current status in more detail here in French.

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:
deb http://download.widrop.bzhack.org/ ./
(optional) add the gpg key
wget http://download.widrop.bzhack.org/pubkey.gpg
apt-gpg add pubkey.gpg
final install
apt-get install widrop widrop-lighttpd

For developpers

Git repository

= Gitweb

http://git.widrop.bzhack.org/

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


Build

(Requires: dpkg-dev)

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

TODO

  • add an irc server (php?) on the welcome page (i.e. in browser)

Links