Comments on: Setting up LAMP on your Ubuntu desktop http://www.fslog.com/2006/12/01/setting-up-lamp-on-your-ubuntu-desktop/ Free Software Blog Fri, 12 Mar 2010 02:20:52 +0000 http://wordpress.org/?v=2.6.1 By: Aximilation http://www.fslog.com/2006/12/01/setting-up-lamp-on-your-ubuntu-desktop/#comment-2663 Aximilation Thu, 25 Feb 2010 23:02:33 +0000 http://www.fslog.com/?p=301#comment-2663 @Daniel sudo /etc/init.d/apache2 restart You need to restart the apache server to render php, I just ran into the same thing myself. @Daniel
sudo /etc/init.d/apache2 restart
You need to restart the apache server to render php, I just ran into the same thing myself.

]]>
By: victor villalobos http://www.fslog.com/2006/12/01/setting-up-lamp-on-your-ubuntu-desktop/#comment-2637 victor villalobos Thu, 01 Oct 2009 03:13:02 +0000 http://www.fslog.com/?p=301#comment-2637 Thanxs a lot!! Now i have my own web development enviorement for testing and production!!! Thanxs a lot!! Now i have my own web development enviorement for testing and production!!!

]]>
By: Daniel http://www.fslog.com/2006/12/01/setting-up-lamp-on-your-ubuntu-desktop/#comment-2630 Daniel Tue, 01 Sep 2009 11:34:32 +0000 http://www.fslog.com/?p=301#comment-2630 I have followed all of the instructions on this page and can even view the http://localhost/phpmyadmin login page. But how do I view other php files? I still get the open/save dialog box. Or do I have to login? Because I have no idea what my username is. I didn't get a choice of what to use. I know the password as it asked, but even using my login username does not work. Any help would be great. Thanks. I have followed all of the instructions on this page and can even view the http://localhost/phpmyadmin login page. But how do I view other php files? I still get the open/save dialog box. Or do I have to login? Because I have no idea what my username is. I didn’t get a choice of what to use. I know the password as it asked, but even using my login username does not work.

Any help would be great.

Thanks.

]]>
By: Yamin http://www.fslog.com/2006/12/01/setting-up-lamp-on-your-ubuntu-desktop/#comment-2608 Yamin Fri, 01 May 2009 17:55:42 +0000 http://www.fslog.com/?p=301#comment-2608 After installing the phpmyadmin, you didnt mention how to configure it, in order to run it from browser. I figured it somehow, but thought it might help others... after: sudo apt-get install phpmyadmin do this: gksudo gedit /etc/apache2/apache2.conf and add this line: Include /etc/phpmyadmin/apache.conf then save the file. now do the other steps as mentioned in this article. After doing all this, phpmyadmin should be accessible via browser. i.e http://your-domain/phpmyadmin (your-domain = localhost) Thanks Yamin After installing the phpmyadmin, you didnt mention how to configure it, in order to run it from browser. I figured it somehow, but thought it might help others…

after: sudo apt-get install phpmyadmin
do this: gksudo gedit /etc/apache2/apache2.conf
and add this line: Include /etc/phpmyadmin/apache.conf
then save the file.
now do the other steps as mentioned in this article.

After doing all this, phpmyadmin should be accessible via browser. i.e
http://your-domain/phpmyadmin (your-domain = localhost)

Thanks
Yamin

]]>
By: Ram http://www.fslog.com/2006/12/01/setting-up-lamp-on-your-ubuntu-desktop/#comment-2597 Ram Sat, 21 Mar 2009 01:33:17 +0000 http://www.fslog.com/?p=301#comment-2597 Excellent instructions - some of the best I have seen. Short, crisp, clear, and it works. Excellent instructions - some of the best I have seen. Short, crisp, clear, and it works.

]]>
By: Roger Heathcote http://www.fslog.com/2006/12/01/setting-up-lamp-on-your-ubuntu-desktop/#comment-2555 Roger Heathcote Thu, 11 Sep 2008 10:50:13 +0000 http://www.fslog.com/?p=301#comment-2555 Jeez Erik don't give up so easily. I just googled 'install phpmyadmin' and found several easy step by step guides - try this one http://www.howtoforge.com/ubuntu_debian_lamp_server I guess no-one's made anything like WAMP for linux coz there doesn't sem like there's much more to it than typing: sudo apt-get install php5 mysql-server apache2 phpmyadmin - and then tweaking a few config files. It's publicly accessible servers where you need to get all hardcore about. You should be able to get to PHPmyadmin by browsing to http://localhost/phpmyadmin just like you do on Windows. If you dont get that you either haven't installed or configured it correctly Likewise for web pages to be served up as such you have to put them in your htdocs folder, just like you do with Wamp in Windows. If you don't know where that is search for your apache config file 'httpd.conf' and look in there. If you go to http://localhost you should get a listing of your htdocs folder rather than a 'Failed To Connect' Error. Anyway I'm just about to try this myself and as I suspect you're not the only one who's stumped as to the next step I'll make some notes as I do and write a detailed lead-you-by-the-hand guide on my blog soon at: http://movingtoubuntu.technicalbloke.com Keep your chin up and don't look back, it'll start to seem easier soon :-) Roger. Jeez Erik don’t give up so easily. I just googled ‘install phpmyadmin’ and found several easy step by step guides - try this one http://www.howtoforge.com/ubuntu_debian_lamp_server

I guess no-one’s made anything like WAMP for linux coz there doesn’t sem like there’s much more to it than typing: sudo apt-get install php5 mysql-server apache2 phpmyadmin - and then tweaking a few config files. It’s publicly accessible servers where you need to get all hardcore about.

You should be able to get to PHPmyadmin by browsing to http://localhost/phpmyadmin just like you do on Windows. If you dont get that you either haven’t installed or configured it correctly

Likewise for web pages to be served up as such you have to put them in your htdocs folder, just like you do with Wamp in Windows. If you don’t know where that is search for your apache config file ‘httpd.conf’ and look in there. If you go to http://localhost you should get a listing of your htdocs folder rather than a ‘Failed To Connect’ Error.

Anyway I’m just about to try this myself and as I suspect you’re not the only one who’s stumped as to the next step I’ll make some notes as I do and write a detailed lead-you-by-the-hand guide on my blog soon at: http://movingtoubuntu.technicalbloke.com

Keep your chin up and don’t look back, it’ll start to seem easier soon :-)
Roger.

]]>
By: Erik http://www.fslog.com/2006/12/01/setting-up-lamp-on-your-ubuntu-desktop/#comment-2540 Erik Mon, 28 Jul 2008 15:36:21 +0000 http://www.fslog.com/?p=301#comment-2540 Hi, Thanks for this explanation. New as I am, however,to Linux (Ubuntu), I am used to WAMP on Windows. That is a matter of installation and you are up and running. Now that I have done the above, how do I get to php myadmin to administer my databases or get webpages in a folder I have no access to, though I have administrative rights. In other words, I havent a clue how to move on and find it highly frustrating. Is everything on Linux this complicated, because then I will move back to Windows? Hi,
Thanks for this explanation. New as I am, however,to Linux (Ubuntu), I am used to WAMP on Windows. That is a matter of installation and you are up and running. Now that I have done the above, how do I get to php myadmin to administer my databases or get webpages in a folder I have no access to, though I have administrative rights. In other words, I havent a clue how to move on and find it highly frustrating. Is everything on Linux this complicated, because then I will move back to Windows?

]]>
By: Michael Richards http://www.fslog.com/2006/12/01/setting-up-lamp-on-your-ubuntu-desktop/#comment-2528 Michael Richards Fri, 20 Jun 2008 09:40:55 +0000 http://www.fslog.com/?p=301#comment-2528 thanx mann im new to ubuntu and linux all together and i dont think im ready for a server release but wanted a linux invirament for testing my websites. thanx mann im new to ubuntu and linux all together and i dont think im ready for a server release but wanted a linux invirament for testing my websites.

]]>
By: Sandeep http://www.fslog.com/2006/12/01/setting-up-lamp-on-your-ubuntu-desktop/#comment-315 Sandeep Fri, 23 May 2008 10:38:14 +0000 http://www.fslog.com/?p=301#comment-315 Excellent and helpful information . Thank you Regards Sandeep Excellent and helpful information .

Thank you

Regards

Sandeep

]]>
By: Django in Ubuntu « Code Ghar http://www.fslog.com/2006/12/01/setting-up-lamp-on-your-ubuntu-desktop/#comment-75 Django in Ubuntu « Code Ghar Mon, 03 Mar 2008 20:18:14 +0000 http://www.fslog.com/?p=301#comment-75 [...] Install mod-python: sudo apt-get install libapache2-mod-python [...] [...] Install mod-python: sudo apt-get install libapache2-mod-python [...]

]]>