Raspi Server Setting
Raspi Server Setting
Table of Contents
Related Instructables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
http://www.instructables.com/id/Raspberry-Pi-Web-Server/
Author:drcurzon DCWebTech
Hi there, I'm a engineering apprentice with a passion for computing.
The Raspberry Pi is a good choice for a webserver that will not recieve too much traffic, such as a testing server, or small intranet, as it doesn;t get too hot (so is nice and
quiet), and only uses around 5 Watts of power (costing £3.50 a year where I am if it's running 24/7)
If you have any problems, post them in the comments, or PM me - I'm happy to help.
Image Notes
1. Raspberry Pi
2. Power Cable
3. Network Cable
Image Notes
1. Web page hosted on Raspberry Pi
http://www.instructables.com/id/Raspberry-Pi-Web-Server/
Image Notes
1. PuTTY Download Page
Image Notes
1. USB Keyboard
2. Power Cable
3. Network Cable
4. HDMI Cable
5. Raspberry Pi
6. SD Card (2GB or more)
Image Notes
1. Raspberry Pi Downloads Page
You can do this using the Win23DiskImager tool for Windows (downloaded from http://www.softpedia.com/get/CD-DVD-Tools/Data-CD-DVD-Burning/Win32-Disk-
Imager.shtml )
Once the write process has finished, you can remove the SD card, then the fun begins.
http://www.instructables.com/id/Raspberry-Pi-Web-Server/
Image Notes Image Notes
1. Downloaded Files 1. Extracted Debian Image
Debian Image 2. Extracted Win32DiskImager
PuTTY
Win32DiskImager
Image Notes
1. Ignore the error (Click OK)
Image Notes
1. Run Win32DiskImager
Image Notes
1. Selected Image
2. Selected SD Card
3. Click the "Write" Button
Image Notes
1. Select the Debian Image
http://www.instructables.com/id/Raspberry-Pi-Web-Server/
Step 3: Allow SSH connections
Now plug the HDMI cable into your Raspberry Pi and your monitor, then add the power cable and SD card, as well as the USB Keyboard.
When you first turn on your Raspberry Pi, the boot up might take a while, but be patient. It will also reboot itself once, this is normal.
"sudo -i "
[Return / Enter key]
"cd /boot "
[Return / Enter key]
"mv boot_enable_ssh.rc boot.rc "
[Return / Enter key]
"reboot "
[Return / Enter key]
Image Notes
1. Username: pi Image Notes
Password: raspberry 1. sudo -i
Image Notes
1. mv boot_enable_ssh.rc boot.rc
Image Notes
1. cd /boot
Image Notes
1. reboot
"sudo -i "
[Return / Enter key]
"nano /etc/dhcp/dhclient.conf "
[Return / Enter key]
Now look for the line "#send host-name "xxxxxx"; " (on mine, xxxxxx is andare.fugue.com ), and remove the "# " symbol from in front of it.
Now hold the Ctrl key and press "x " to save the changes. You will be asked to save changes, just type "y " then hit the Return / Enter key.
Then type "hostname xxxxxx " where "xxxxxx " is what you want to call your server (I chose "raspberryPi " to make it easy).
Please Note that you cannot have any spaces in the hostname.
Finally for this step, type in "ifdown eth0 " and hit Return / Enter.
Once that has finished, type "ifup eth0 " and hit Return / Enter.
Image Notes
1. nano /etc/dhcp/dhclient.conf
http://www.instructables.com/id/Raspberry-Pi-Web-Server/
Image Notes
1. Remove the "#" symbol from here
Image Notes
1. This one. :D
Image Notes
1. Should now look like this
You can change raspberryPi to be anything you want your server to be called
(No spaces).
Image Notes
Image Notes 1. ifup eth0
1. ifdown eth0
Image Notes
http://www.instructables.com/id/Raspberry-Pi-Web-Server/
1. halt
Plug your Raspberry Pi's power connection in, as well as the network cable into your switch, or hub / router.
Wait a minute or so, then run your SSH client. (I used PuTTY).
Type your hostname into the hostname box, and use port 22. (The hostname is the one you set earlier).
Then click "Open ".
As this is the first time you have connected to your Raspberry Pi via SSH, you will get a security warning. Click "Yes " to continue.
Now you can login to your Raspberry Pi with the username: pi and password: raspberry .
Since SSH is working, you no longer need to worry about plugging in a monitor, or keyboard, so you Raspberry Pi can be placed anywhere where there are power and
network connections available.
Image Notes
1. Raspberry Pi with power and network connections
Image Notes
1. Hostname that you set earlier, and port 22.
2. Click here
Image Notes
1. login with:
username: pi
Image Notes password: raspberry
1. First time security warning, just click "yes"
http://www.instructables.com/id/Raspberry-Pi-Web-Server/
Image Notes
1. All logged in and working
To change the default password, start an SSH session (step 5), and login, then type "sudo -i ", hit Return / Enter, then type "passwd pi " and hit Return / Enter.
Then you can type in your new password, it will ask you to confirm the password.
If you now start a web browser on your computer, and type your hostname into the address bar, you will get the apache installed page.
To enable htaccess files you must modify the config files, like so:
"AllowOverride None " - change this to "AllowOverride ALL ". (see image for more detail)
Then hold the Ctrl button and press the "x " key, then press "y " when prompted and hit Return / Enter.
Now restart apache with "sudo service apache2 restart ".
http://www.instructables.com/id/Raspberry-Pi-Web-Server/
Image Notes Image Notes
1. sudo apt-get update 1. You may get this error, just run
apt-get update
again.
http://www.instructables.com/id/Raspberry-Pi-Web-Server/
Image Notes Image Notes
1. sudo nano /etc/apache2/sites-enabled/000-default 1. Change this one
Image Notes
1. Your web server is running :D
http://www.instructables.com/id/Raspberry-Pi-Web-Server/
Step 8: Install MySQL
Again, either start an SSH session, or continue if you're already in one.
Type in "sudo apt-get install mysql-server mysql-client php5-mysql " and hit Return / Enter.
You will be asked "Do you want to continue?", press the "y " key, then Return / Enter.
This will take a while to download and install, but a screen will appear asking you to set "New password for the MySQL "root" user ", enter a password, then confirm it.
Again, wait a while, then you're done.
Image Notes
1. Complete
Type in "sudo chown -R pi /var/www " <-- IMPORTANT (otherwise you won't be able to upload anything)
Type in "sudo apt-get install vsftpd " and hit Return / Enter
Now type in "sudo nano /etc/vsftpd.conf " and hit Return / Enter
Then hold the Ctrl key and press "x ", then "y ", then the Return / Enter key.
Now restart the FTP server with "sudo servce vsftpd restart "
At the moment you will need to change the directory every time you login by FTP, to solve this:
Type:
"sudo -i "
"passwd root "
Type in any password (this is only temporary)
http://www.instructables.com/id/Raspberry-Pi-Web-Server/
"exit "
"exit "
Start a new SSH session
Username: root
Password (the one you just set)
"nano /etc/passwd "
find the line "pi:x;1000:1000:Raspberry Pi User,,,:home/pi:/bin/bash " and change it to "#pi:x;1000:1000:Raspberry Pi User,,,:home/pi:/bin/bash ".
Then hold the Ctrl key and press "x ", then release Ctrl and press "y " then hit Return / Enter.
"usermod -d /var/www pi "
Now close the SSH session, and start a new one with username: pi and your password, and type the following:
"sudo -i "
"usermod -L root "
"exit "
Now you are able to connect to your Raspberry Pi with an FTP client, using the following information:
Host: (Hostname you set - I used raspberryPi)
Username: pi
Password: (Password you set previously)
Port: 21
http://www.instructables.com/id/Raspberry-Pi-Web-Server/
Image Notes
1. This user here,
Add a # in front of the line
Image Notes
1. Now you can connect to your Raspberry Pi
1. Go to http://www.phpmyadmin.net
2. Download the zip file
3. Extract it to a folder
4. Upload the extracted files to your server (you may need to set permissions)
For the last point, start your FTP client, then connect to your Raspberry Pi, copy the files across and you're done.
Image Notes
1. phpMyAdmin download
Image Notes
1. Extracted files
http://www.instructables.com/id/Raspberry-Pi-Web-Server/
Image Notes
1. Location you copied to
2. Login with root, and the password you set
Image Notes
1. phpMyAdmin dashboard
I hope this serves to help some people, and all criticisms are welcome.
If you have any problems, post them in the comments, or PM me - I'm happy to help.
Daniel.
Related Instructables
Using a
computer
without a hard
drive. by
Introduction to Computothought
Get Started in installing web
PHP by gnoseon Installing a new
Make a Server apps. by virtual host in Linux (Knoppix
Out Of An Old Computothought the Apache Web ) via USB on HP
PC by Seski server by tc4400 Tablet
Tarek_Loubani PC by erckgillis
http://www.instructables.com/id/Raspberry-Pi-Web-Server/
http://www.instructables.com/id/Raspberry-Pi-Web-Server/