ruby on rails - How to rake database to Heroku on cloud9 -


i'm noobie heroku, github , ror, week i'm stumbling through it.

i have db on git , i'd clone , push heroku app via cloud9 (i'm working on chromebook)

i can't use commands in c9 terminal:

    heroku run rake db:migrate     heroku restart 

tl;dr: how migrate git db heroku app's database cloud9?

oh, , also: if i'm using wrong terminology, let me know how bad of person , correct me.

whilst cloud9 supports git deployments can't run commands need via console manage application. need use heroku gem locally manage application isn't going possible on chrome book. best option use use vps server somewhere can ssh (assuming that's possible) work via.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -