İyinet'e Hoşgeldiniz!

Türkiye'nin En Eski Webmaster Forum'una Hemen Kayıt Olun!

Kayıt Ol!

Vps otomatik wordpress kurma

Tekpart

0
İyinet Üyesi
Katılım
31 Ocak 2012
Mesajlar
52
Reaction score
0
Bu shell dosyası ile otomatik wordpress kurulumu yapabilirsiniz.

Shell kaynak kod
PHP:
#!/bin/bash
yum install figlet
clear
figlet Wordpress Kurulum Paneli
echo -e "     1)Web Araclari Kurulumu (php,mysql,apache)"
echo -e "     2)Wordpress Kurulumu"
echo -e "     0)Cikis"

read secenek
case $secenek in

1)
figlet Kurulum basliyor
yum -y install httpd php mysql mysql-server php-mysql 
figlet Ayarlar Yapiliyor
/sbin/chkconfig httpd on
/sbin/chkconfig mysqld on 
figlet Servisler baslatiliyor
/sbin/service httpd start
/sbin/service mysqld start 
mysqladmin -u root password '654abc'

echo -e "Kurulum bitti :)"
;;


2)
figlet Wordpress Kurulumu Başlıyor
cd /var/www/html/
wget http://tr.wordpress.org/wordpress-3.6-tr_TR.zip
unzip wordpress-3.6-tr_TR.zip
mv /var/www/html/wordpress/xmlrpc.php /var/www/html/
mv /var/www/html/wordpress/wp-trackback.php /var/www/html/
mv /var/www/html/wordpress/wp-signup.php /var/www/html/
mv /var/www/html/wordpress/wp-settings.php /var/www/html/
mv /var/www/html/wordpress/wp-mail.php /var/www/html/
mv /var/www/html/wordpress/wp-login.php /var/www/html/
mv /var/www/html/wordpress/wp-load.php /var/www/html/
mv /var/www/html/wordpress/wp-links-opml.php /var/www/html/
mv /var/www/html/wordpress/wp-cron.php /var/www/html/
mv /var/www/html/wordpress/wp-config-sample.php /var/www/html/
mv /var/www/html/wordpress/wp-comments-post.php /var/www/html/
mv /var/www/html/wordpress/wp-blog-header.php /var/www/html/
mv /var/www/html/wordpress/wp-activate.php /var/www/html/
mv /var/www/html/wordpress/readme.html /var/www/html/
mv /var/www/html/wordpress/license.txt /var/www/html/
mv /var/www/html/wordpress/index.php /var/www/html/
mv /var/www/html/wordpress/wp-includes /var/www/html/
mv /var/www/html/wordpress/wp-content /var/www/html/
mv /var/www/html/wordpress/wp-admin /var/www/html/
rm -rf /var/www/html/wordpress/wp-admin
cd /var/www/html/
wget http://dos5.net/ayar.zip
unzip ayar.zip

echo -e "Kurulum bitti şimdi sitenize girin :) "
;;






*)
echo -e "\033[32m Hatalı bir seçenek seçtiniz. Lütfen tekrar deneyiniz."
./panel.sh
esac

Video : Kaynak sitede

İndir : http://www.dosya.tc/server15/ZfvS4L/otomatikwordpress.zip.html
Kaynak site : http://shell-scriptler.blogspot.com/2013/08/shell-otomatik-wordpress-kurulumu.html


Uyarı : bu işlem bittikten sonra mysql ve wp-config.php deki şifrenizi degiştiriniz.Aksi taktirde sorumluluk kabul etmiyorum.
 

Türkiye’nin ilk webmaster forum sitesi iyinet.com'da forum üyeleri tarafından yapılan tüm paylaşımlardan; Türk Ceza Kanunu’nun 20. Maddesinin, 5651 Sayılı Kanununun 4. maddesinin 2. fıkrasına göre, paylaşım yapan üyeler sorumludur.

Backlink ve Tanıtım Yazısı için iletişime geçmek için Skype Adresimiz: .cid.1580508955483fe5

Üst