Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 519 Bytes

cesitli.wordpress.md

File metadata and controls

18 lines (14 loc) · 519 Bytes

WORDPRESS Kurulumu

cd ~
wget --no-check-certificate https://wordpress.org/latest.tar.gz
tar xzvf latest.tar.gz
mv wordpress /var/www/html/
cd /var/www/html/wordpress
sudo chmod -R 777 ../wordpress
cp wp-config-sample.php wp-config.php
atom wp-config.php

Atom editör içinde DB_NAME, DB_USER, DB_PASSWORD, DB_HOST Sabitleri tanımlanır.

http://localhost/wordpress adresinden wordpress sitesine girilebilir.

http://localhost/wordpress/wp-admin adresinden wordpress YÖNETİM sayfalarına girilebilir.