Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Google App Engine で WordPress を運用してみた
Search
hirofumi2012
May 14, 2017
Technology
1
1.7k
Google App Engine で WordPress を運用してみた
WordBench Nagano Vol.8 の発表資料です。
hirofumi2012
May 14, 2017
Tweet
Share
More Decks by hirofumi2012
See All by hirofumi2012
WordCamp Osaka 2018 参加レポート
hirofumi2012
1
410
安心して WordPress を利用するためのライセンスの話
hirofumi2012
1
1.9k
WordPress を使うなら押さえておきたい SEO の基礎の基礎の基礎
hirofumi2012
1
520
WordCamp Kyoto 2017 参加レポート
hirofumi2012
0
2.4k
Other Decks in Technology
See All in Technology
CIでのgolangci-lintの実行を約90%削減した話
kazukihayase
0
340
Uniadex__公開版_20250617-AIxIoTビジネス共創ラボ_ツナガルチカラ_.pdf
iotcomjpadmin
0
150
AIにどこまで任せる?実務で使える(かもしれない)AIエージェント設計の考え方
har1101
3
1.2k
Claude Code どこまでも/ Claude Code Everywhere
nwiizo
53
32k
CSS、JSをHTMLテンプレートにまとめるフロントエンド戦略
d120145
0
210
Workflows から Agents へ ~ 生成 AI アプリの成長過程とアプローチ~
belongadmin
3
170
PHP開発者のためのSOLID原則再入門 #phpcon / PHP Conference Japan 2025
shogogg
0
160
知識を整理して未来を作る 〜SKDとAI協業への助走〜
yosh1995
0
140
AWS CDK 実践的アプローチ N選 / aws-cdk-practical-approaches
gotok365
4
480
Definition of Done
kawaguti
PRO
6
460
初めてのAzure FunctionsをClaude Codeで作ってみた / My first Azure Functions using Claude Code
hideakiaoyagi
1
180
エンジニア向け技術スタック情報
kauche
0
110
Featured
See All Featured
Side Projects
sachag
455
42k
For a Future-Friendly Web
brad_frost
179
9.8k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
4
200
Reflections from 52 weeks, 52 projects
jeffersonlam
351
20k
Making the Leap to Tech Lead
cromwellryan
134
9.3k
Code Reviewing Like a Champion
maltzj
524
40k
Facilitating Awesome Meetings
lara
54
6.4k
Making Projects Easy
brettharned
116
6.2k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
137
34k
We Have a Design System, Now What?
morganepeng
52
7.6k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.3k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Transcript
Google App Engine で WordPress を運用してみた 2017.05.13 WordBench Nagano Vol.8
黒岩 浩史 • プログラマ歴3年 • WordPress は1年目
今日お話しすること • WordPress の運用方法 • Google App Engine を選択した理由 •
インストール方法 • 実際に運用してみて
WordPress の運用方法 WordPress を運用するにはサーバが必要
WordPress.com • インストール不要 • 無料プランがある • Jetpack が使える • カスタマイズに制限がある
レンタルサーバ • ワンクリックインストール機能 • 一定の料金で利用できる
クラウドサーバ • 使用したリソースの分だけ課金 • 急激にアクセスが増えても柔軟に対応できる
独自サーバ • 技術力が必要
Google App Engine を選択した理由 • Googleだから • 無料利用枠がある • 運用担当者不要
• ブラウザ上でも開発できる
インストール方法 公式のスターターキットが GitHub で公開されている
None
日本語版に 差し替える
Cloud SQL 第 2 世代の場合 DBの接続名に インスタンスの 場所も含める
無料運用するための設定 アプリケーションを どの程度スケーリング するかを設定する
実際に運用してみて • MySQL は無料では使えない • アップグレードは手動 • 東京リージョン開設
もう一つの選択肢 Google App Engine • PaaS • 手順を追ってインストール • 無料利用枠あり
• 推定費用: $8.46/月 Google Compute Engine • IaaS • ランチャーでインストール • 無料利用枠なし • 推定費用: $24.67/月