Skip to content

Wordpress on Heroku with 8️⃣Addons, 2️⃣5️⃣Plugins, 1️⃣0️⃣Templates

License

Notifications You must be signed in to change notification settings

backuprepos/wp-on-heroku

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Wordpress on Heroku with 8️⃣Addons, 2️⃣5️⃣Plugins, 1️⃣0️⃣Templates

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 67.7%
  • JavaScript 15.8%
  • CSS 14.2%
  • HTML 2.2%
  • XSLT 0.1%
  • Shell 0.0%