大人気のMastodon。
RailsとPostgresということでherokuとの相性もバツグンで立ち上げてみた方も多いのでは。
手順は
http://qiita.com/sho7650/items/290fd3daff28e962e5e3
に沿ってやれば何ら問題ないのですが、
途中、
git push heroku master
でデプロイすると以下のようなエラーになりました。
remote: BrowserifyRails::BrowserifyError: Unable to run node_modules/.bin/browserify. Ensure you have installed it with npm.
これはNode.jsのみを使う指定のコマンド実行漏れによるものでした。
heroku buildpacks:set heroku/nodejs