Difference between revisions of "Install c't'-Raspion on Raspberry PI"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
Line 1: Line 1:
== Requirements ==
== Requirements ==
* Raspberry PI with Raspbian
* Raspberry PI with Raspbian OS
* Internet connection
* Internet connection


Line 12: Line 12:
  sudo apt-get update && sudo apt-get upgrade
  sudo apt-get update && sudo apt-get upgrade


=== Step 2: Get the raspion.zip file ===
=== Step 2: Download ===
Download the latest version of Raspion:


  wget ct.de/s/x5Pm -O raspion.zip  
  wget ct.de/s/x5Pm -O raspion.zip  
=== Step 3: Installation ===
Unzip:
  unzip raspion.zip
  unzip raspion.zip


=== Step 3: Install Raspion ===
Install:
 
  cd raspion
  cd raspion
  ./install.sh or bash install.sh
  ./install.sh or bash install.sh

Revision as of 06:17, 19 March 2020

Requirements

  • Raspberry PI with Raspbian OS
  • Internet connection


Description

Step 1: System Update

In the command line interface enter:

sudo apt-get update && sudo apt-get upgrade

Step 2: Download

Download the latest version of Raspion:

wget ct.de/s/x5Pm -O raspion.zip 

Step 3: Installation

Unzip:

unzip raspion.zip

Install:

cd raspion
./install.sh or bash install.sh

Install Raspion.png

Launch c't'-Raspion web interface

Go to http://<ip-address of your Raspberry-PI>:81

Raspion webinterface.png