From 9c644f79be64adc61e1c576ea0b34f3a4f38c904 Mon Sep 17 00:00:00 2001 From: v3d Date: Mon, 23 Jan 2017 13:28:34 +0000 Subject: [PATCH] Added some stuff --- pivilion-manual-setup.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/pivilion-manual-setup.md b/pivilion-manual-setup.md index db97aab..530f840 100644 --- a/pivilion-manual-setup.md +++ b/pivilion-manual-setup.md @@ -3,9 +3,11 @@ ## 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' +`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 if you need to access your Pivillion appliance from your local network. You can skip all the Raspberry-specific steps if you chose to use Virtualbox. You can also download prepared Virtualbox appliances with Pivilion completely installed, or a base system to install Pivilion yourself. @@ -84,13 +86,6 @@ You will see lighttpd's placeholder page. `sudo apt-get install php5-cgi` -or - -`sudo apt-get install php-cgi` - -when on a different system then Raspbian (like Ubuntu that we used for a Virtualbox appliance) - - PHP (Hypertext Preprocessor) is a server-side scripting language designed primarily for (but not limited to) web development. We use it to run our basic gallery generation script. php5-cgi is a PHP to CGI interpreter. CGI (Common Gateway Interface ) offers a standard protocol for web servers to interface with executable programs running on a server that generate web pages dynamically. The interpreter is how Lighty handles PHP.