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

De Breizh-Entropy
Aller à la navigation Aller à la recherche
Ligne 26 : Ligne 26 :
== Build ==
== Build ==


(Requires: dpkg-dev)<br>
(Requires: dpkg-dev)
  mkdir dist<br>
  mkdir dist
  mkdir dist/pkg<br>
  mkdir dist/pkg
  cd src/pkg<br>
  cd src/pkg
  build.sh<br>
  build.sh
<br>
 
sources.list:<br>
sources.list:
  deb http://download.widrop.bzhack.org/ ./
  deb http://download.widrop.bzhack.org/ ./


final install:<br>
final install:
  apt-get install widrop widrop-lighthttpd
  apt-get install widrop widrop-lighthttpd



Version du 16 décembre 2012 à 18:26


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

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

Required

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

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.

Git repository

Developer access (please mail us!) git clone ssh://LOGIN@git.widrop.bzhack.org/git/widrop

Public access: git clone git://git.widrop.bzhack.org/git/widrop or [[1]]

Build

(Requires: dpkg-dev)

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

sources.list:

deb http://download.widrop.bzhack.org/ ./

final install:

apt-get install widrop widrop-lighthttpd

TODO

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

Links