Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
raspberry_pi:diy:manual [2015/06/12 14:25]
ridmsoula Add post-installation instructions
raspberry_pi:diy:manual [2017/07/02 07:59] (current)
matthias [Manual install] added php
Line 1: Line 1:
 ===== Raspberry Pi(rate)Box 1.0 & 2.0 DIY ===== ===== Raspberry Pi(rate)Box 1.0 & 2.0 DIY =====
  
-**Note:​** ​The Raspberry Pi(rate)Box 1.0 is currently under developmentThe instructions ​below will be updated when the new Raspberry Pi(rate)Box 1.0 image is completed. In the interim, check out the **[[http://​forum.daviddarts.com/​list.php?​7|PirateBox Forum - Raspberry Pi]]** discussion board for more info and support.+<wrap tip> 
 +**Note:​** ​This howto is for crafting your own PirateBox imageCurrently we have prebuild images for all RaspberryPi versions available. You find further ​instructions ​on [[:raspberry_pi:​diy|the Raspberry Pi DIY]] page. 
 +</​wrap>​ 
 +---- 
  
-**Note:** The Raspberry Pi(rate)Box 2.0 is currently under development. The instructions below will be updated when the new Raspberry Pi(rate)Box 1.0 image is completed. In the interim, check out the **[[http://​forum.daviddarts.com/​list.php?​7|PirateBox Forum - Raspberry Pi]]** discussion board for more info and support. 
  
-----  
  
 **Known working USB Wifi-dongles:​** ​ [[:​raspberry_pi:​piratebox_wifi_compatibility|RaspberryPI PirateBox compatibility list]] **Known working USB Wifi-dongles:​** ​ [[:​raspberry_pi:​piratebox_wifi_compatibility|RaspberryPI PirateBox compatibility list]]
Line 39: Line 40:
     sudo /​etc/​init.d/​hostapd ​ stop     sudo /​etc/​init.d/​hostapd ​ stop
     sudo update-rc.d hostapd remove ​     sudo update-rc.d hostapd remove ​
-    sudo apt-get -y install iw+    sudo apt-get -y install iw  ​php-cli php-cgi
     sudo rm /bin/sh     sudo rm /bin/sh
     sudo ln /bin/bash /bin/sh     sudo ln /bin/bash /bin/sh
-    sudo chmod a+rw /bin/sh+    sudo chmod a+rx  ​/bin/sh
  
  
Line 120: Line 121:
 ===== Post-Installation ===== ===== Post-Installation =====
  
-==== Activate Kareha Image and Discussion Board ====+==== Activate ​the Kareha Image and Discussion Board ==== 
 + 
 +Enable the Kareha Image and Discussion Board on the piratebox:
  
   sudo /​opt/​piratebox/​bin/​install_piratebox.sh /​opt/​piratebox/​conf/​piratebox.conf imageboard   sudo /​opt/​piratebox/​bin/​install_piratebox.sh /​opt/​piratebox/​conf/​piratebox.conf imageboard
Line 129: Line 132:
  
 ==== Activate Timesave Functionality ​ ==== ==== Activate Timesave Functionality ​ ====
 +
 +Enable Timesave support on the piratebox:
  
   sudo /​opt/​piratebox/​bin/​timesave.sh /​opt/​piratebox/​conf/​piratebox.conf install   sudo /​opt/​piratebox/​bin/​timesave.sh /​opt/​piratebox/​conf/​piratebox.conf install