Modifications

Aller à : navigation, rechercher

Culturebox

569 octets ajoutés, 31 mars 2014 à 09:53
installation piratebox
<code> - Perl
# apt-get install perl
- lighttpd
# apt-get install lighttpd
- if needed : hostapn and/or dnsmasq # apt-get install hostapnhostapd
# 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 /mnt/usbstick /opt/piratebox/share
> define your personall options in
# /opt/piratebox/conf/piratebox.conf # Start which services, IPs etc
# /opt/piratebox/conf/hostapd.conf
* ressources / Sources :
 http://fr.wikipedia.org/wiki/PirateBox#cite_note-Site_de_Jean_Debaecker-3 Lille

Menu de navigation