Written by Manabu Bannai

さくらVPSにwordpressをインストールする『1番簡単な方法』~bitnami利用~

PROGRAMMING

さくらVPSを契約したので、とりあえずwordpressをインストールしてみました。

手動インストールだとつらたんな気がしたので、bitnamiというインストーラを利用しました。人によっては『手動インストールを覚えるべきだ』と言うかもしれませんが、現状ぼくにはその知識が必要ないと感じているのでインストーラを利用しています。

必要性を感じたら手動インストールを試そうと思っています。
前置きはここまでです。

さくらVPSにwordpressをインストールする方法まとめ

とてもかんたんな3ステップです。

1.wordpressを保存する

# wget https://bitnami.com/redirect/to/34104/bitnami-wordpress-3.8.2-0-linux-x64-installer.run

2.実行権限を755に変更する

# chmod 755 bitnami-wordpress-3.8.2-0-linux-x64-installer.run 

3.インストーラを実行する

# ./bitnami-wordpress-3.8.2-0-linux-x64-installer.run 

以上で、おわり!!以下のURLにアクセスすればwordpressがインストールされています。

http://[あなたのIPアドレス]:●●/wordpress/
※:●●はあなたが設定したポート番号です。

以下に、インストール時のログを残しておきます。

Language Selection

Please select the installation language
[1] English - English
[2] Spanish - Español
[3] Brazilian Portuguese - Português Brasileiro
[4] Simplified Chinese - 简体中文
[5] Korean - 한국어
[6] Hebrew - עברית
[7] German - Deutsch
[8] Romanian - Română
[9] Russian - Русский
Please choose an option [1] : 1
----------------------------------------------------------------------------
Welcome to the Bitnami WordPress Stack Setup Wizard.

----------------------------------------------------------------------------
Select the components you want to install; clear the components you do not want 
to install. Click Next when you are ready to continue.

Varnish [Y/n] :y

WordPress : Y (Cannot be edited)

PhpMyAdmin [Y/n] :y

Is the selection above correct? [Y/n]: y

----------------------------------------------------------------------------
Installation folder

Please, choose a folder to install Bitnami WordPress Stack

Select a folder [/opt/wordpress-3.8.2-0]: 

----------------------------------------------------------------------------
Create Admin account

Bitnami WordPress Stack admin user creation

Your real name [User Name]: manabu bannaiai

Email Address [[email protected]]: [email protected]

Login [user]: manabu  

Password :
Please confirm your password :
----------------------------------------------------------------------------
Web Server Port

Please enter the port that the bundled Apache Server will listen to by default.

Apache Web Server Port [80]: 89

----------------------------------------------------------------------------
Web Server Port

Please enter the port that the bundled Apache Server will use for SSL access.

SSL Port [443]: 455

----------------------------------------------------------------------------
MySQL Information

Please enter your MySQL database information:

MySQL Server port [3306]: 3309

----------------------------------------------------------------------------
WordPress

Please configure WordPress installation

Blog name [manabu's Blog!]: test

Do you want to configure mail support? [y/N]: N

----------------------------------------------------------------------------
Installation type

Please select the use of this Stack

[1] Development Settings: Enables changes to file permissions and configuration settings that make it easy to install plugins, themes and updates for certain applications, but that are not optimal from a security standpoint. Recommended if you are using this stack for development purposes or within your company.
[2] Production settings: File permissions and configuration settings will be set with security and performance in mind. Installing certain plugins, themes and updates may require manual changes or installing additional services like FTP.  Recommended if this stack will be deployed on a public server.
Please choose an option [2] : 1

----------------------------------------------------------------------------
Setup is now ready to begin installing Bitnami WordPress Stack on your computer.

Do you want to continue? [Y/n]: y

----------------------------------------------------------------------------
Please wait while Setup installs Bitnami WordPress Stack on your computer.

 Installing
 0% ______________ 50% ______________ 100%
 #########################################

Setup has finished installing Bitnami WordPress Stack on your computer.

Launch Bitnami WordPress Stack [Y/n]: Y

※参考:自動インストール(bitnamiを利用)
» さくらVPSで0ベースからWordPress環境速攻構築 – モノワスレ