Initial Raspberry Software Setup
Over half of the web servers in the world use the "LAMP" environment. This consists of
the Linux Operating System, Apache web server,
MySQL database, and PHP programming language.
We will start with a raspbian O/S image for FreePBX. This not only gives us a server
configuration with a VOIP server, but sets up the raspberry with Apache, MySQL, and PHP.
- Download rasPBX.img file from raspberrypi.org (these instructions used Raspbx beta Oct-6-2019).
- Download and install Win32DiskImager on a Windows PC.
- Use Win32DiskImager to write the rapsbx-06-10-2019.img file to the MicroSD Card.
- Download PuTTY (PuTTY is a terminal software program that you can download and use to connect into your
raspberry from your deskto or laptop).
- Boot Raspberry.
- Place the microSD card in the raspberry.
- Hook-up a keyboard, mouse and HDMI monitor to the raspberry.
- Connect power to the raspberry and power up<./li>
- Login into the Raspberry.
- Login: root
- Password: raspberry
- Enter "sudo configure-timezone" at the command line and press Enter. Set your timexone.
- Raspberry needs to be on the internet to do updates - Connect via Wi-Fi or via ethernet cable.
- Enter "sudo raspbx-upgrade" at the command line and press Enter./li>
- Press "y" when queried for "y/n".
- Enter "reboot" and press enter to reboot the raspberry.
- Log back into the raspberry with the root credentials.
- The name of the raspberry server defaults to "raspbx" and can be changed as follows:
- Enter "sudo nano /etc/hostname" and press enter.
- Use arrow keys to position to the name, delete it, then type in the new desired name. Host names
are usually fairly short.
- "Ctrl-x" to quit.
- "y" to save changes.
- Press enter to accecpt the same name which replaces the existing file.
- You also need to change the Hosts file that tells you the IP address of certain hosts.
- Enter "sudo nano /etc/hosts" and press enter.
- Use arrow keys to position the cursor at the "raspbx" and replace raspbx with your selected host
name.
- "Ctrl-x" to quit.
- "y" to save changes.
- Press enter to accecpt the same name which replaces the existing file.
- Enter "reboot" and press enter to reboot the raspberry.
- Log back into the raspberry with the root credentials.
- Enter "ifconfig" and press Enter.
- The IP Address will be in the eth0 section following "inet" if you use an ethernet cable.
- The IP Address will be in the wlan0 section following "inet" if you use Wi-Fi connection.
- After updates what should we see to know it works?
- http into FreePBX by using a brower on your PC that is connected to the same network as the
raspberry. Using the IP Address from above, go to http://IP Address/ You should see the FreePBX
initial screen. Do not configure FreePBX at this time.
- Putty into the raspberry's IP Address from a desktop or laptop. You should be able to get a terminal
session and log on to the raspberry.
- What we have:
- A raspberry "server" installation. No desktop GUI or office/game software as this is a server.
- A FreePBX VOIP Server installation.
- An Appache2 Web Server.
- A "mySQL" database server.
- Installation of PHP programming language.
- This is a full blown "LAMP" server.
The "LAMP" services will be used by much of the rest of our software installations.
Web design by TPC Data Systems, LLC (K7WWP)
Version: 2019-10-22