「 wordpressを使うためのサーバー環境 」 一覧
-
2014/12/21 -wordpressを使うためのサーバー環境
docker, MacBy: Monica Arellano-Ongpin – CC BY 2.0 figのインストール dockerコンテナはプロセス単位で仮想化するので、1プロセス1コンテナが原則. lam …
-
Ubuntu Server12.04に最新のNginxをインストール
2014/12/02 -nginx, wordpressを使うためのサーバー環境
nginx, wordpressBy: MyLifeStory – CC BY 2.0 NginX wiki.nginx.org/Main インストールの情報 wiki.nginx.org/Install Nginx P …
-
Ubuntu Server12.04にHHVMをインストール
2014/12/02 -wordpressを使うためのサーバー環境
hhvm, nginx, phpBy: William Grootonk – CC BY 2.0 HHVM github.com/facebook/hhvm HHVMはFaceBook製のPHPとHACKを実行する仮想マ …
-
Ubuntu Server12.04にMySQL Server5.6をインストール
2014/12/02 -wordpressを使うためのサーバー環境
mysqlBy: Dave Conner – CC BY 2.0 MySQL 5.6 A Quick Guide to Using the MySQL APT Repository ダウンロード こ …
-
Ubuntu12.04にNginxとphp5-fpmでWordPressをインストール
2014/02/22 -wordpressを使うためのサーバー環境
nginx, nginx + php-fpmでwordpress, ubuntu, wordpressBy: Linux Screenshots – CC BY 2.0 MySQLのインストール
1sudo apt-get install mysql-server途中で設定したrootパスワ …
-
Ubuntu Server 12.04で固定IPにすると再起動のたびにresolve.confが空になる件
2012/08/16 -RubyOnRails を使うための環境・準備, wordpressを使うためのサーバー環境
ubuntuubuntu 系では固定IPにするには/etc/network/interfacesを設定する ここでname serversも指定したら動いた [crayon-5ad9ec2ec789c949842 …
-
2012/08/04 -wordpressを使うためのサーバー環境
CentOS, php環境 CentOS5.8にNginx+php-fpm環境を構築 参考リンク CentOSにPHPアクセラレータのAPCを入れてみた 1 準備 [crayon-5ad9ec2ec7aab01466985 …
-
2012/08/04 -wordpressを使うためのサーバー環境
CentOS, mysql参照 WordPressを100倍速くする! MySQLの調整やnginx proxy cache /etc/my.cnfの[mysqld]に次を追記 [crayon-5ad9ec2ec …
-
2012/08/04 -wordpressを使うためのサーバー環境
CentOS, nginx参照 WordPressを100倍速くする! MySQLの調整やnginx proxy cache 仕組み nginxをport80とport8001で設定し、80で受けた静的なファイルはそのまま返信 …
-
2012/07/29 -wordpressを使うためのサーバー環境
CentOS, nginxBy: Mikael Tigerström – CC BY 2.0 GTmetrixで計測したところサーバー設定でgzipとexpiresを指摘されたので追加 nginx.conf [ …
-
2012/07/27 -wordpressを使うためのサーバー環境
mysql日経Linux2012年7月号を参考
1234[mysqld]skip-name-resolveskip-networkingログの記録やホストの認証で名前解決を行わない nginxとmysqlが同一サーバなのでネットワー …
-
nginx + php-fpm環境にwordpressを導入
2012/07/25 -wordpressを使うためのサーバー環境
CentOS, nginx, wordpress環境 「CentOS5.8にNginx+php-fpm環境を構築」を参照 データベースの準備
1234yum install mysql-server --enablerepo=remiservice mysqld startchkconfig mysqld onmysqladmin -u root -p '適当なパスワード'[crayon-5ad9e …
-
2012/07/25 -wordpressを使うためのサーバー環境
CentOS, nginx1 環境 CentOS5.8(32bit) 参考リンク CentOSにNginx + php-fpmをInstall、設定してWordPressを動かす nginx+php-fpmをyu …