Skip to content

Latest commit

 

History

History
154 lines (106 loc) · 4.11 KB

README.md

File metadata and controls

154 lines (106 loc) · 4.11 KB

Wordpress on Heroku

using with PHP/nginx + PostgreSQL + Memcached + Cloudinary + Sendgrid

Deploy

One Click Installation *Basically Free

Register Heroku account and Verify your credit info, then Click this button:point_down:

Deploy

done...finish! 🎉🎉🎉

Installation for Developers

Clone this repository, and Create your Heroku App

$ git clone git://github.com/ya-s-u/wp-on-heroku.git

Checkout branch

$ git checkout production

Delete force.php file

$ rm wp-content/mu-plugins/force.php

Set configure to Heroku, use generator

$ heroku config:set AUTH_KEY='xxxxx' \
  SECURE_AUTH_KEY='xxxxx' \
  LOGGED_IN_KEY='xxxxx' \
  NONCE_KEY='xxxxx' \
  AUTH_SALT='xxxxx' \
  SECURE_AUTH_SALT='xxxxx' \
  LOGGED_IN_SALT='xxxxx' \
  NONCE_SALT='xxxxx' \
  WP_CACHE='True'

Add Heroku addons

$ heroku addons:add heroku-postgresql
$ heroku addons:add pgbackups:auto-week
$ heroku addons:add pgstudio
$ heroku addons:add memcachedcloud
$ heroku addons:add cloudinary
$ heroku addons:add sendgrid
$ heroku addons:add newrelic
$ heroku addons:add papertrail

Deploy to Heroku

$ git push heroku production:master

Contains

8-Addons

  • Heroku Postgres
  • PG Backups
  • PostgreSQL Studio
  • Sendgrid
  • Cloudinary
  • Memcached Cloud
  • Newrelic
  • Papertrail

25-Plugins

Default:Enable

  • Batcache Manager
  • Cloudinary
  • Disable WordPress Core Updates
  • Disable WordPress Plugin Updates
  • Gigaom New Relic
  • Google Analytics Dashboard for WP
  • JP Markdown
  • Memcached Cloud
  • Resize images before upload
  • SendGrid
  • WordPress Gzip Compression
  • WordPress HTTPS
  • WordPress Importer

Default:Disable

  • Acunetix Secure WordPress
  • Akismet
  • All In One SEO Pack
  • Category Order and Taxonomy Terms Order
  • Contact Form 7
  • Google XML Sitemaps
  • PuSHPress
  • SyntaxHighlighter Evolved
  • Ultimate TinyMCE
  • WordPress Popular Posts
  • WP-Optimize
  • WP Social Bookmarking Light

10-Themes