PeterHaban
Posts: 6
Joined: Mon May 28, 2012 2:59 pm

LAMPi – The Raspberry Pi LAMP Server Project

Thu Jun 14, 2012 3:56 pm

I thought some people here might like this :)
I've just started the project, feedback is very welcome!

Details on the project:
http://www.raspberrypioneer.com/2012/06 ... mp-server/

I'm still working on the website/forum but I've got a very basic intro up and there's also a download link for the first Debian Squeeze LAMPi image :)
www.LAMPi.co.uk

Thanks,
Peter

John Coleman
Posts: 8
Joined: Thu Jun 21, 2012 5:07 pm

Re: LAMPi – The Raspberry Pi LAMP Server Project

Thu Jun 21, 2012 5:30 pm

Hi Peter,
thanks, very interesting. I'm pretty much a newbie to RPi, else pretty much an oldbie. I wanted to check if RPi could host LAMP too, so I followed a similar course to yours, but I went with Archlinux because I seemed to be struggling with Debian, although I use that as my regular desktop on my home PC.

You can visit the result at http://dalriada84epa.plus.com/rpi . It seems OK but I haven't added nearly as much useful documentation as on your site, although I suspect that is not RPi hosted.

SD problems aside, RPi seems pretty impressive to me. Although probably hosting LAMP is probably not its metier. I am going to move on to projects which might be more useful to school students than the usual ICT curriculum.

empire
Posts: 42
Joined: Thu Jun 14, 2012 2:00 pm

Re: LAMPi – The Raspberry Pi LAMP Server Project

Thu Jun 21, 2012 6:01 pm

Very nice. Will keep watching :)
http://rpi-blog.com - Raspberry Pi guides, tips, tricks, and resources :-)

User avatar
Jim JKla
Posts: 2218
Joined: Sun Jan 29, 2012 11:15 pm
Location: Newcastle upon Tyne UK

Re: LAMPi – The Raspberry Pi LAMP Server Project

Tue Jun 26, 2012 8:22 pm

2Gig SD

Code: Select all

Image Wheezy
sort raspi-config
login
sudo su
apt-get update
apt-get install apache2
apt-get install php5
apt-get install mysql-client mysql-server
apt-get install postfix
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 2g SD card and I don't think you will get a lot of web 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.

Nearly forgot Win32DiskImage read to create a new image file so you don't need to do it allllllll again
Noob is not derogatory the noob is just the lower end of the noob--geek spectrum being a noob is just your first step towards being an uber-geek ;)

If you find a solution please post it in the wiki the forum dies too quick

John Coleman
Posts: 8
Joined: Thu Jun 21, 2012 5:07 pm

Re: LAMPi – The Raspberry Pi LAMP Server Project

Wed Jul 18, 2012 9:22 am

John Coleman wrote: You can visit the result at http://dalriada84epa.plus.com/rpi .
Oops I lost my static IP address. My ISP withdrew RPi's static IP and I can't afford an upgrade to replace it. So I have switched to Dynamic DNS via http://dalriada.hopto.org/rpi , thanks to no-ip.com and my Draytek router.

henno
Posts: 14
Joined: Fri Jan 04, 2013 5:54 pm

Re: LAMPi – The Raspberry Pi LAMP Server Project

Fri Oct 04, 2013 4:04 pm

Hi, I tried this, but it didn't work and my Pi won't open its desktop anymore... Does anyone have an idea how I could fix this and at the same time delete the things I've downloaded for this project?
Many thanks,
Henno

henno
Posts: 14
Joined: Fri Jan 04, 2013 5:54 pm

Re: LAMPi – The Raspberry Pi LAMP Server Project

Sat Oct 05, 2013 5:20 pm

Infact, don't worry - I've fixed it!

JustinRimmer
Posts: 3
Joined: Sun Oct 20, 2013 4:42 am

Re: LAMPi – The Raspberry Pi LAMP Server Project

Fri Oct 25, 2013 10:20 pm

Don't use FTP. Just use SFTP through the built-in SSH. It's much more secure.

Return to “Other projects”