美文网首页
Heroku 的使用

Heroku 的使用

作者: 痞老板丶 | 来源:发表于2016-12-27 16:53 被阅读0次
    1. 安装git
    2. 安装登陆heroku
    3. 创建应用
    4. git init
    5. git add
    6. git commit
    7. heroku create
    8. git push heroku master
    9. heroku open
    10. heroku run rails db:migrate //运行数据库迁移
    11. heroku run console --sandbox

    相关文章

      网友评论

          本文标题:Heroku 的使用

          本文链接:https://www.haomeiwen.com/subject/splevttx.html