-
-
Notifications
You must be signed in to change notification settings - Fork 16
Installation
Florian Quirin edited this page May 13, 2018
·
26 revisions
- Get the latest Raspbian lite (no desktop version): downloads.raspberrypi.org
- Get Etcher (portable) to flash Raspbian to your Micro-SD card (it's really easy): etcher.io
- Open Etcher, select the Raspbian Zip-file you've downloaded, select your Card-reader with your Micro-SD card as target and start flashing.
- After flashing finished remove your Micro-SD from the reader and put it back in (to reload the new file-system) then open the Micro-SD card (should be called "boot") and create an empty file called "ssh" (no file ending). This will make sure that you can login via SSH to your Pi later.
- Optionally you can add access to your Wifi (not-recommended for this server), here is a good blog-article about it on Medium or you can deactivate Wifi and Bluetooth to save some resources (recommended). For the latter look for a file called config.txt on your Micro-SD and add (or replace) these lines:
# Disable Wifi
dtoverlay=pi3-disable-wifi
dtoverlay=pi3-disable-bt
- Put the Micro-SD in your Rasperry Pi 3 and plug it in.
Certain services require an API-key to work like the weather forecast for example. All integrated services usually offer a free API-key for a certain number of calls. Once you've obtained such a key you need to put it inside the config file of the SEPIA assist-server and restart the server to activate it (a more convenient way using the admin web-tools is under consideration).