Firefox 16, a treat for developers http://t.co/cnd27CzT
How to install Lamp in Opensuse 11.x
LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform that uses Linux as operating system, Apache as the Web server, MySQL as the relational database management system and PHP as the object-oriented scripting language.
In this Simple tutorial we will explain you how to install LAMP server on your Install Lamp in opensuse 11.0 and 11.1 Desktop
The installation will be done in 3 steps:
Apache, PHP and MySQL, after that we will install phpmyadmin the administration software tool for MySql.
1- Apache2 installation
lets use zypper to install apache
#zypper install apache2
check if httpd is running
# rcapache2 status
edit the index page of apache, choose a message for example “welcome to my server“:
# cd /srv/www/htdocs
#vi index.html
Write for example :
welcome to my server
then save and exit
Start Apache2 Webserver
# rcapache2 start
2- PHP5 and dependencies installation:
#zypper install php5 php5-mysql apache2-mod_php5
This should install PHP5, PHP5-MySQL module and the Apache2 PHP5 module.
Restart apache
# rcapache2 restart
3- MySql Installation :
To install mysql use the command
# zypper install mysql mysql-tools
check of now mysqld is running with
# rcmysql status
Checking for service MySQL: unused
-Now start mysql:
# rcmysql start
Starting service MySQL done
-Now set Root Password for mysql
# mysqladmin -u root -p rootpassword
in the rootpassword type any complicated password
Install phpmyadmin:
Phpmyadmin the administration software tool for MySql. To install it use the command :
#zypper install phpMyAdmin
then
# cd /srv/www/htdocs/phpMyAdmin
# cp config.sample.inc.php config.inc.php
edit this file and change this line to :
$cfg['blowfish_secret'] = ‘mysqladmin’
Now restart your apache and check the phpMyadmin page :
http://localhost/phpMyAdmin
See the result of this installion (how have to see that apache is working , phpamydmin) in this video.
Download YouTube Video | YouTube Converter
Like us on Facebook
This week Top Posts 
Top Things to do After Installing Ubuntu 13.04 ‘Raring Ringtail’ : Ubuntu 13.04 Raring Ringtail final is almost out. The final release it scheduled for release on Apri...0 comment(s) |
Install lamp with 1 command in Ubuntu 12.10, 13.04 Raring Ringtail & LinuxMint13 : Updated: 10/09/2012 :LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform ...1 comment(s) |
Howto: Upgrade to Ubuntu 13.04 Raring Ringtail from 12.04, 12,10 | Desktop & Server : Updated 05-04-2013: Ubuntu 13.04 Raring Ringtail will be released Soon, If you have ubuntu 12,10, 12...0 comment(s) |
Howto- Resolve nosound problem on Ubuntu 13.04 Raring Ringtail,12.10 and Older : Updated 05/04/2013 : One of the common issues facing Ubuntu users after installing or upgrading Ubun...0 comment(s) |
Configure conky-Lua in Ubuntu (12.10 & 13.04 Raring Ringtail), Fedora, debian and LinuxMint | Howto Conky : Updated 05-04-2013: Conky is a free, light-weight system monitor for X, that displays any informatio...0 comment(s) |
Connect Your Android Galaxy Tablet to Ubuntu via USB : "I am having problems in connecting the Galaxy Tab to Ubuntu via USB cable."; This is a common quest...0 comment(s) |
Recent Posts
- Unix/Linux File Recognition. Did You Know?
- Migrate from MySQL to MariaDB in FreeBSD
- Connect Your Android Galaxy Tablet to Ubuntu via USB
- ElementaryOS Beta 1 and 2 Comparison and Review
- Introduction to the Linux Command Line
- A Secure Password
- Linux Kernel 3.10. It’s BIG!
- Monitoring Users Activity Using psacct or acct Tools in Linux
- Run Your Own Social Network Using elgg on RHEL / CentOS and Scientific Linux
- Getting Debian 7.0 ‘Wheezy’ Up and Running
Recent Comments



















SK
| #
Yes i will. Keep visiting. Subscribe us to get daily updates. Thanks for the comment
Rakesh Vijayan
| #
Hi SK
I am Rakesh vijayan thanks for your great work ,by your work I start to learn what is ldap , my request is will you make tutorial for ldap and samba pdc for us on ubuntu 12.04
Guest
| #
It was a typo. Now its corrected. Thanks for pointing out.
Michael T
| #
You shouldn’t be so stupid, in the first time.
PrestaShop
| #
Hi! Thank you for this nice article. We’ve 130,000+ active stores, you forgot the “1″ ;-)