Difference between revisions of "RPi A Simple Wheezy LAMP install"

From eLinux.org
Jump to: navigation, search
(I would say "Caveat Emptor" but then it's free so is supect it's just "Caveat")
m
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
==Preamble==
 
==Preamble==
'''Over on the forum there's some that say this is an option far too advanced for a noob, if your feeling adventurous what do you have to loose.'''   
+
'''Over on the forum there's some that say this is an option far too advanced for a noob... If you're feeling adventurous what do you have to loose?''   
 
    
 
    
  
 
LAMP is an acronym that stands for '''L'''inux'''A'''pache'''M'''ySQL'''P'''HP these are the components required to run a Dynamic HTML webpage and these are the first steps to build a LAMP webserver on a RaspberryPi.
 
LAMP is an acronym that stands for '''L'''inux'''A'''pache'''M'''ySQL'''P'''HP these are the components required to run a Dynamic HTML webpage and these are the first steps to build a LAMP webserver on a RaspberryPi.
  
If all you want to run is a basic webpage then the update and apache2 is all you need to install all the other stuff is extras If however at some later date you want to explore the dynamic stuff your going to need PHP and at some point MySQL.   
+
If all you want to run is a basic webpage then the update and apache2 is all you need to install. All the other stuff is extras. If however, at some later date, you want to explore the dynamic stuff you're going to need PHP and, at some point, MySQL.   
  
If you want to explore the option of having forms on your web pages posting you e-mails of the filled in data your going to need postfix (and the faf of setting this up).   
+
If you want to explore the option of having forms on your web pages posting you e-mails of the filled in data you're going to need postfix (and the faf of setting this up).   
  
 
If you want to try incorporating Java (and I have not tried this) you need tomcat.   
 
If you want to try incorporating Java (and I have not tried this) you need tomcat.   
  
If your interested in trying out an FTP server your going to need vsftpd or somthing like it.(there's a faf setting this up too)   
+
If you're interested in trying out an FTP server you're going to need vsftpd or somthing like it. (there's a faf setting this up too)   
  
Please do not be complacent most of this stuff will need quite a bit of setting up but these installs will put the software in place and the default setting files ready to edit.
+
Please do not be complacent - most of this stuff will need quite a bit of setting up but these installs will put the software in place and the default setting files ready to edit.
  
There's voices on the forum say I am opening up a "world of pain" for the noobs I will be interested in the noob viewpoint.
+
There's voices on the forum say I am opening up a "world of pain" for the noobs; I will be interested in the noob viewpoint.
  
 
==I would say "Caveat Emptor" but then it's free so is supect it's just "Caveat"==   
 
==I would say "Caveat Emptor" but then it's free so is supect it's just "Caveat"==   
Line 41: Line 41:
 
LAMP achieved
 
LAMP achieved
  
Ok there's a load of editing to get the FTP working (but it does) and there's the stuff to get postfix sorted but it fit's on a 2g SD card and I don't think you will get a lot of web space stick it on a 4g give yourself some room.  
+
Ok there's a load of editing to get the FTP working (but it does) and there's the stuff to get postfix sorted but it fit's on a 2GB SD card and I don't think you will get a lot of web space stick it on a 4GB give yourself some room.  
  
 
In addition i've got fixed IP sorted so I can port forward with confidence and there should be room to get a No-ip patch running but thats borderline on space.
 
In addition i've got fixed IP sorted so I can port forward with confidence and there should be room to get a No-ip patch running but thats borderline on space.
Line 50: Line 50:
 
Image Wheezy  
 
Image Wheezy  
  
I hope you know that this is about preparing your SD card for the comming events 2g will do 4g better
+
I hope you know that this is about preparing your SD card for the coming events 2GB will do, 4GB better
  
 
sort raspi-config  
 
sort raspi-config  
Line 82: Line 82:
  
 
At this point you have a LAMP install '''L'''inux'''A'''pache'''M'''ySQL'''P'''HP but to be fair you need some other stuff to help
 
At this point you have a LAMP install '''L'''inux'''A'''pache'''M'''ySQL'''P'''HP but to be fair you need some other stuff to help
 
apt-get install postfix
 
 
This is the mail server stuff
 
  
 
  apt-get install tomcat6
 
  apt-get install tomcat6
Line 97: Line 93:
 
  cd /var/www
 
  cd /var/www
  
Change Directory to /var/www note the slash direction and the leading slash and the space after cd
+
Change Directory to /var/www Note the slash direction, the leading slash and the space after cd
  
 
  pico index.html
 
  pico index.html
Line 103: Line 99:
 
Start the text editor pico (Alternatives vi and nano my personal pref is nano but instructions follow for pico)
 
Start the text editor pico (Alternatives vi and nano my personal pref is nano but instructions follow for pico)
  
do a bit of editing to personalise the file index.html in the www dirctory is the automatically added test page for Apache2 if you type some new stuff in here when you do hit the page from a browser you will know you have the right page and it's worked because you will see the text you added.   
+
do a bit of editing to personalise the file index.html in the www directory by default this is the automatically added test page for Apache2.  If you type some new stuff in here then when you load the page from a browser you will know you have the right page and it's worked because you will see the text you added.   
  
 
  [Ctrl][x]
 
  [Ctrl][x]
Line 111: Line 107:
 
  [y]
 
  [y]
  
conformation
+
confirmation
  
 
  [Enter]
 
  [Enter]
Line 119: Line 115:
 
==What to do next==
 
==What to do next==
  
Now you need to figure out the IP of the RPi assigned by DHCP if you have a HDMI or Composite monitor it's on one of the last lines as you boot if you have come to this page because you completed the blind login you will know the IP it's the address you typed ito Putty.   
+
Now you need to figure out the IP of the RPi assigned by DHCP. If you have a HDMI or Composite monitor it's on one of the last lines as you boot; if you have come to this page because you completed the blind login you will know the IP as it's the address you typed into Putty.   
  
Type that IP address into your browser (It must be one on a computer attached digitaly or physically to the same router as your RaspberryPi this is intranet not internet that slight change in spelling iplies you are inside the router barrier.   
+
Type that IP address into your browser. Note, it must be on a computer attached digitally or physically to the same router as your RaspberryPi as this is your intranet, not the internet - that slight change in spelling implies you are inside the router barrier.   
  
LAMP achieved
+
LAMP achieved!
  
Ok there's a load of editing to get the FTP working (but it does I got it working with FileZilla) and there's the stuff to get postfix sorted but it fit's on a 2g SD card and I don't think you will get a lot of web space stick it on a 4g give yourself some room.  
+
Ok there's a load of editing to get the FTP working (but it does I got it working with FileZilla) and there's the stuff to get postfix sorted but it fit's on a 2GB SD card and I don't think you will get a lot of web space stick it on a 4GB give yourself some room.  
  
 
In addition I have got fixed IP sorted so I can port forward with confidence and there should be room to get a No-ip patch running but thats borderline on space.   
 
In addition I have got fixed IP sorted so I can port forward with confidence and there should be room to get a No-ip patch running but thats borderline on space.   
  
My No-IP runs on my big (Lauughs 80g) Ubuntu server.  
+
My No-IP runs on my big (Lauughs 80GB) Ubuntu server.  
  
 
Port forwarding is something very Router/Hub specific but if you do manage it then your LAMP will shine on the Internet  
 
Port forwarding is something very Router/Hub specific but if you do manage it then your LAMP will shine on the Internet  
Line 136: Line 132:
  
 
Nearly forgot shut down take out your SD card and use Win32DiskImage read to create a new image file''' REMEMBER GIVE IT A NEW NAME''' so you don't need to do it all again
 
Nearly forgot shut down take out your SD card and use Win32DiskImage read to create a new image file''' REMEMBER GIVE IT A NEW NAME''' so you don't need to do it all again
 +
 +
[[Category:RaspberryPi]]

Revision as of 22:00, 24 July 2012

Preamble

'Over on the forum there's some that say this is an option far too advanced for a noob... If you're feeling adventurous what do you have to loose?


LAMP is an acronym that stands for LinuxApacheMySQLPHP these are the components required to run a Dynamic HTML webpage and these are the first steps to build a LAMP webserver on a RaspberryPi.

If all you want to run is a basic webpage then the update and apache2 is all you need to install. All the other stuff is extras. If however, at some later date, you want to explore the dynamic stuff you're going to need PHP and, at some point, MySQL.

If you want to explore the option of having forms on your web pages posting you e-mails of the filled in data you're going to need postfix (and the faf of setting this up).

If you want to try incorporating Java (and I have not tried this) you need tomcat.

If you're interested in trying out an FTP server you're going to need vsftpd or somthing like it. (there's a faf setting this up too)

Please do not be complacent - most of this stuff will need quite a bit of setting up but these installs will put the software in place and the default setting files ready to edit.

There's voices on the forum say I am opening up a "world of pain" for the noobs; I will be interested in the noob viewpoint.

I would say "Caveat Emptor" but then it's free so is supect it's just "Caveat"

Image Wheezy then run and sort raspi-config as per your prefrences

login:pi
password:raspberry #unless you have changed it
sudo su
apt-get update
apt-get install apache2
apt-get install php5
apt-get install mysql-client mysql-server
apt-get install tomcat6
apt-get install vsftpd
cd /var/www
pico index.html
do a bit of editing to personalise the file
[Ctrl][x]
[y]
[Enter]

figure out the IP of theRPi assigned by DHCP put that IP address into your browser LAMP achieved

Ok there's a load of editing to get the FTP working (but it does) and there's the stuff to get postfix sorted but it fit's on a 2GB SD card and I don't think you will get a lot of web space stick it on a 4GB give yourself some room.

In addition i've got fixed IP sorted so I can port forward with confidence and there should be room to get a No-ip patch running but thats borderline on space.

Nearly forgot Win32DiskImage read to create a new image file so you don't need to do it all again.

Here is an explination for our Noob readers.

Image Wheezy

I hope you know that this is about preparing your SD card for the coming events 2GB will do, 4GB better

sort raspi-config

This is primarily about making all of the SD card available (resizing thing) there's a wiki page of its own on this step.

login:pi password:raspberry #unless you have changed it

Yes if you changed the password when you were in raspi-config you will need to use that new password

sudo su

Make yourself root the super user for the duration of this session.

apt-get update

Get the updates for the install program some of the later installs won't happen if you do not do this.

apt-get install apache2

Install the web host software Apache current version is 2

apt-get install php5

Install a version of PHP current version is 5

apt-get install mysql-client mysql-server

Install the MySQL stuff

At this point you have a LAMP install LinuxApacheMySQLPHP but to be fair you need some other stuff to help

apt-get install tomcat6

This is server side Java

apt-get install vsftpd

This is a FTP Host

cd /var/www

Change Directory to /var/www Note the slash direction, the leading slash and the space after cd

pico index.html

Start the text editor pico (Alternatives vi and nano my personal pref is nano but instructions follow for pico)

do a bit of editing to personalise the file index.html in the www directory by default this is the automatically added test page for Apache2. If you type some new stuff in here then when you load the page from a browser you will know you have the right page and it's worked because you will see the text you added.

[Ctrl][x]

Command to exit pico

[y]

confirmation

[Enter]

execute command as Picard would say "Make it so"

What to do next

Now you need to figure out the IP of the RPi assigned by DHCP. If you have a HDMI or Composite monitor it's on one of the last lines as you boot; if you have come to this page because you completed the blind login you will know the IP as it's the address you typed into Putty.

Type that IP address into your browser. Note, it must be on a computer attached digitally or physically to the same router as your RaspberryPi as this is your intranet, not the internet - that slight change in spelling implies you are inside the router barrier.

LAMP achieved!

Ok there's a load of editing to get the FTP working (but it does I got it working with FileZilla) and there's the stuff to get postfix sorted but it fit's on a 2GB SD card and I don't think you will get a lot of web space stick it on a 4GB give yourself some room.

In addition I have got fixed IP sorted so I can port forward with confidence and there should be room to get a No-ip patch running but thats borderline on space.

My No-IP runs on my big (Lauughs 80GB) Ubuntu server.

Port forwarding is something very Router/Hub specific but if you do manage it then your LAMP will shine on the Internet

It is unlikely to be bright at this time but shine it will.

Nearly forgot shut down take out your SD card and use Win32DiskImage read to create a new image file REMEMBER GIVE IT A NEW NAME so you don't need to do it all again