Thursday, March 3, 2016

Raspberry Pi Setup Procedure

Due to the boot failure of my Raspberry Pi 2 Model B, I tried to make a record of the installation procedure as below:

1. Purchase a Raspberry Pi and Install Raspbian.

2. Configure keyboard as American (US) layout.

3. Connect to Wi-Fi.

4. Update and upgrade with these commands:
sudo apt-get update
sudo apt-get upgrade

5. Configure the time and date.

6. Enable remote access with SSH terminal command if required.

7. Install the VNC server if remote desktop is required. (Useful for screen capture)

8. Install SAMBA server if file exchange is required.

9. Install Apache HTTP server.

10. Install PHP. How to create a PHP file: PHP Basics.

11. Install MySQL database server.

Note: Linux + Apache + MySQL + PHP is known as LAMP.

12. Install the Vim text editor if required.

13. Install FTP server if required.

14. Install more servers if required.

=======
Chinese version of this post (含中文字型安裝)

No comments:

Post a Comment