-
Notifications
You must be signed in to change notification settings - Fork 4
Developing with Raspberry Pi
Jani Tammi edited this page Dec 24, 2019
·
2 revisions
Raspberry Pi is entirely suitable platform to develop this site. This page outlines how to set one up.
TIERS Equipement to borrow for Tuisku
- Raspberry Pi 3 B+
- SanDisk Ultra 16GB A1 class uSD
- 220V PSU / 5 V, 3A wallwart
- USB Type-A to microUSB power cable 40 cm
- RJ45 Ether cable 1m
- Use pminstall and the included
vminstall.py
to create a development machine from a Raspberry Pi. - Either modify your machine's
hosts
file or your home networkdnsmasquerade
to direct all vm.utu.fi traffic to your development Raspberry Pi. - Login to the Raspberry Pi and execute
sudo /boot/vminstall.py
(the auto-run-once feature isn't working for now).
Tools for workstation
- Visual Studio Code with Remote - SSH extension
- WinSCP (VSC drag'n-drop works only towards remote!)
- Icons Reference @W3School
- CSS Selector Tutorial @Vegibit