\ngit clone https:\/\/github.com\/andypalmer\/easy-wordpress.git my-new-wordpress
\ncd my-new-wordpress
\nheroku apps:create my-new-wordpress
\nheroku addons:add cleardb:ignite
\nheroku config:add DATABASE_URL=`heroku config:get CLEARDB_DATABASE_URL`
\ngit push heroku master
\nheroku open
\n<\/code><\/p>\nThere are a couple of other tweaks required to allow uploading assets, but that’s essentially it.<\/p>\n
Happy blogging<\/p>\n","protected":false},"excerpt":{"rendered":"
I’ve created a project on GitHub to make it easy to install WordPress onto Heroku. Plugins and themes can be specified and installed via the composer.json file. The seven steps are: git clone https:\/\/github.com\/andypalmer\/easy-wordpress.git my-new-wordpress cd my-new-wordpress heroku apps:create my-new-wordpress heroku addons:add cleardb:ignite heroku config:add DATABASE_URL=`heroku config:get CLEARDB_DATABASE_URL` git push heroku master heroku open There […]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/andypalmer.com\/wp-json\/wp\/v2\/posts\/314"}],"collection":[{"href":"https:\/\/andypalmer.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/andypalmer.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/andypalmer.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/andypalmer.com\/wp-json\/wp\/v2\/comments?post=314"}],"version-history":[{"count":2,"href":"https:\/\/andypalmer.com\/wp-json\/wp\/v2\/posts\/314\/revisions"}],"predecessor-version":[{"id":316,"href":"https:\/\/andypalmer.com\/wp-json\/wp\/v2\/posts\/314\/revisions\/316"}],"wp:attachment":[{"href":"https:\/\/andypalmer.com\/wp-json\/wp\/v2\/media?parent=314"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/andypalmer.com\/wp-json\/wp\/v2\/categories?post=314"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/andypalmer.com\/wp-json\/wp\/v2\/tags?post=314"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}