Added some stuff

v3d 2017-01-23 13:23:49 +00:00
parent 0bae826a52
commit f0e73f5c53

@ -15,6 +15,13 @@ First we need to put a fresh Rasbpian image on our RPi's SD card.
You can use either the full or the lite image, its up to you. You can use either the full or the lite image, its up to you.
## Rpi installing images ## Rpi installing images
https://www.raspberrypi.org/documentation/installation/installing-images/README.md https://www.raspberrypi.org/documentation/installation/installing-images/README.md
####Use a Virtualbox image
For testing Pivilion without a Raspberry Pi, you can use an Ubuntu server (or any other Debian-based OS) as a base and install all packages from this manual. Some package names may differ, depending on your system. Use
'apt-cache search package name'
to search for similar packages. In Ubuntu server php5-cgi is called php-cgi.
Run your appliance in bridged networking mode in the settings, if you need to access your Pivillion appliance from your local network.
Choose your system. Well be using Linux + dd. Choose your system. Well be using Linux + dd.