Dz.kH4
16/03/2012, 12:48
# author : khaled ham
السلام عليكم كيفكم شباب اليوم انشاء الله رح نشوف طريقة تنصيب السيرفر الشخصي على نظام الاوبنتو 10.11
-1) فتح التيرمينال وتنفيد هده الاوامر :
#===> to install ssh :
apt-get install ssh
#===> to install apach2 :
apt-get install apache
#===> to install php5 :
apt-get install php5 libapache2-mod-php5
#===> to install MySQL server :
apt-get install mysql-server
#===> to install phpmyadmin :
apt-get install phpmyadmin
#===> to enable phpmyadmin :
/etc/apache2/apache2.conf
and past this term
# Enable PHPMyAdmin
Include /etc/phpmyadmin/apach.conf
#===> to restart you apache server
/etc/init.d/apache2 restart
السلام عليكم كيفكم شباب اليوم انشاء الله رح نشوف طريقة تنصيب السيرفر الشخصي على نظام الاوبنتو 10.11
-1) فتح التيرمينال وتنفيد هده الاوامر :
#===> to install ssh :
apt-get install ssh
#===> to install apach2 :
apt-get install apache
#===> to install php5 :
apt-get install php5 libapache2-mod-php5
#===> to install MySQL server :
apt-get install mysql-server
#===> to install phpmyadmin :
apt-get install phpmyadmin
#===> to enable phpmyadmin :
/etc/apache2/apache2.conf
and past this term
# Enable PHPMyAdmin
Include /etc/phpmyadmin/apach.conf
#===> to restart you apache server
/etc/init.d/apache2 restart