« Culturebox » : différence entre les versions
De fablabo
(25 versions intermédiaires par 2 utilisateurs non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
{{Projet | {{Projet | ||
|status= | |status=Experimental | ||
|image= | |image=culturebox.jpg | ||
|description=Espace dédié aux éxpérimentations de partage de contenus via Box (piratebox,brique,..) | |||
|description= | |||
|license=GPL | |license=GPL | ||
|contributeurs=Julbel | |contributeurs=Julbel | ||
| | |inspiration=piratebox | ||
|ingrédients=code, | |||
|name=Culturebox, essai et test autour de la piratebox | |||
}} | }} | ||
== Types de Box == | |||
=== C'est quoi une Birque Internet ? === | |||
* http://labriqueinter.net/ | |||
* https://yunohost.org/#/installation_brique_fr | |||
* Installation : http://pad.aquilenet.fr/p/LaBrique | |||
* Git et sources https://github.com/labriqueinternet/labriqueinter.net | |||
<code>soit avec une commande comme sudo arp-scan --local | grep -P '\t02' ou bien avec la commande sudo arp-scan --local -I wlan0 | grep -P '\t02' si votre ordinateur est connecté en WiFi.</code> | |||
https://192.168.2.140/yunohost/admin | |||
http://192.168.1.87/yunohost/Admin | |||
http://ping.nohost.me/yunohost/admin | |||
=== BiblioBOX , what's the fuck === | |||
* [[Fichier:docDamien.pdf]] | |||
* http://www.bibliopedia.fr/wiki/Bibliobox | |||
* http://bibliobox.net | |||
* http://biblionumericus.fr/2014/02/24/integrer-calibre2opds-dans-une-piratebox/ | |||
=== C'est quoi une piratebox ? === | === C'est quoi une piratebox ? === | ||
Créaton d'une distribution ISO piratebox pour ordinateur portable ou fixe | |||
* WORKSHOP Labomedia http://wiki.labomedia.org/index.php/PirateBox | * WORKSHOP Labomedia http://wiki.labomedia.org/index.php/PirateBox | ||
Ligne 27 : | Ligne 50 : | ||
==== installation piratebox ==== | ==== installation piratebox ==== | ||
ressources / Sources :
http://fr.wikipedia.org/wiki/PirateBox#cite_note-Site_de_Jean_Debaecker-3 Lille | * Installer le paquet http://piratebox.aod-rpg.de/dokuwiki/doku.php/piratebox_lighttpd : | ||
<code> | |||
# apt-get install perl | |||
# apt-get install lighttpd | |||
# apt-get install hostapd | |||
# apt-get install dnsmasq | |||
</code> | |||
> copy over the piratebox folder into /opt/ (as root) | |||
# sudo mkdir /opt | |||
# sudo cp -rv piratebox /opt | |||
> create a symlink /opt/piratebox/piratebox/init.d/piratebox /etc/init.d/ | |||
# sudo ln -s /opt/piratebox/init.d/piratebox /etc/init.d/piratebox | |||
> add piratebox to you runlevel (optional) | |||
# sudo update-rc.d piratebox defaults | |||
> create a link from your share-device to /opt/piratebox/share | |||
# sudo ln -s /Documents /opt/piratebox/share | |||
> define your personall options in | |||
# /opt/piratebox/piratebox/conf/piratebox.conf # Start which services, IPs etc | |||
# /opt/piratebox/piratebox/conf/hostapd.conf | |||
> Run the follow script | |||
# /opt/piratebox/piratebox/bin/install_piratebox.sh /opt/piratebo/xpiratebox/conf/piratebox.conf part2 | |||
> If you want to install kareha, please do the following steps: | |||
# /opt/piratebox/bin/install_piratebox.sh /opt/piratebox/conf/piratebox.conf imageboard | |||
>> This step installs a basic configuration for the board... | |||
>> Edit /opt/piratebox/share/board/config.pl and change ADMIN_PASS and SECRET | |||
* ressources / Sources :
http://fr.wikipedia.org/wiki/PirateBox#cite_note-Site_de_Jean_Debaecker-3 Lille | |||
==== Paramétrages piratebox.lan ==== | ==== Paramétrages piratebox.lan ==== | ||
Ligne 35 : | Ligne 87 : | ||
=== Utilisation de la distribution Culturebox === | === Création et Utilisation de la distribution Culturebox === | ||
* Installation sur le petit ordinateur | * Installation sur le petit ordinateur, création de l'image .iso : http://doc.ubuntu-fr.org/uck#installation OU http://doc.ubuntu-fr.org/remastersys | ||
=== Utiliser plutôt un LIVE CD ou Clé bootable === | === Utiliser plutôt un LIVE CD ou Clé bootable === |