前提・実現したいこと
AWSのCloud9を使い、Ruby on Railsで作ったアプリをGitHub経由で公開しようとしています。
発生している問題・エラーメッセージ
下記のエラーが出ます。
$ heroku run rails db:migrate Running rails db:migrate on ⬢ アプリ名... up, run.1884 (Free) bash: rails: command not found
$heroku openしても
Heroku | Welcome to your new app!
Refer to the documentation if you need help deploying.
としか表示されません。
試したこと
$ git remote -v $ sudo apt install rbenv $ rvm install $ wget -qO- https://cli-assets.heroku.com/install-ubuntu.sh | sh $ rake assets:precompile RAILS_ENV=production
など色々試しましたがうまくいきません。
補足情報(FW/ツールのバージョンなど)
Rails 5.0.7.2
rbenv 1.0.0
回答2件
あなたの回答
tips
プレビュー