using with PHP/nginx + PostgreSQL + Memcached + Cloudinary + Sendgrid
Register Heroku account and Verify your credit info, then Click this button:point_down:
done...finish! 🎉🎉🎉
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
- Heroku Postgres
- PG Backups
- PostgreSQL Studio
- Sendgrid
- Cloudinary
- Memcached Cloud
- Newrelic
- Papertrail
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
- PORTFOLIO WORDPRESS THEME(https://www.gavick.com/wordpress-themes/portfolio,174)
- Bushwick(https://wordpress.org/themes/bushwick/)
- ARCHITEKT(http://dessign.net/architekt-theme/)