What is so creative?

BuddyPress Instration

SakuraVPSにWordPressをインストールしプラグインのBuddyPressをインストールしたときメモ

①ダウンロード
# wget http://ja.wordpress.org/wordpress-3.2.1-ja.zip
 
②解凍
# unzip wordpress-3.2.1-ja.zip
 
③移動
# mv wordpress /var/www/html
 
④DB接続ファイル内容編集
# cp -pr /www/var/html/wordpress/wp-config-sample.php /var/www/html/wordpress/wp-config.php
# vi wp-config.php
 
⑤ブラウザからアクセスしインストール
 
⑥プラグイン新規登録からBuddyPressをインストール
※ここでVPSではFTP情報を聞かれる場合がある。下記を追加する。
#vi wp-config.php
---------------------------------------------
define('FS_METHOD', 'direct');
---------------------------------------------
 
⑦ディレクトリの作成と権限変更
# mkdir wp-content/upgrade
# chmod 0707 wp-content/upgrade
# chmod 0707 wp-content/themes
# chmod 0707 wp-content/plugins
 
⑧ブラウザからインストールしたが・・・

Comments

0 comments posted

Post new comment

Type the characters you see in this picture. (verify using audio)
Type the characters you see in the picture above; if you can't read them, submit the form and a new image will be generated. Not case sensitive.