文件名称:first_heroku:heroku上的部署学习资料库
文件大小:128KB
文件格式:ZIP
更新时间:2024-06-01 16:50:09
JavaScript
Ruby入门 一个准系统的Rails应用程序,可以轻松地部署到Heroku。 此应用程序支持“ 文-签出。 本地运行 确保已安装Ruby。 另外,安装 。 $ git clone git@github.com:heroku/ruby-getting-started.git $ cd ruby-getting-started $ bundle install $ bundle exec rake db:create db:migrate $ foreman start web 您的应用程序现在应该在上运行。 部署到Heroku $ heroku create $ git push heroku master $ heroku run rake db:migrate $ heroku open 码头工人 可以使用运行和测试该应用程序。 确保已安装插件: heroku plugins:i
【文件预览】:
first_heroku-master
----log()
--------.keep(0B)
----bin()
--------rake(164B)
--------spring(510B)
--------rails(220B)
--------bundle(129B)
----vendor()
--------assets()
----config()
--------locales()
--------database.yml(3KB)
--------initializers()
--------puma.rb(475B)
--------application.rb(1KB)
--------routes.rb(2KB)
--------boot.rb(132B)
--------secrets.yml(964B)
--------environment.rb(150B)
--------environments()
----db()
--------seeds.rb(343B)
--------schema.rb(899B)
----Rakefile(249B)
----test()
--------models()
--------test_helper.rb(312B)
--------controllers()
--------mailers()
--------integration()
--------fixtures()
--------helpers()
----app.json(285B)
----Procfile(40B)
----app()
--------models()
--------assets()
--------controllers()
--------views()
--------mailers()
--------helpers()
----Gemfile(1KB)
----Gemfile.lock(4KB)
----.project(309B)
----.gitignore(279B)
----lib()
--------tasks()
--------assets()
----public()
--------404.html(2KB)
--------assets()
--------robots.txt(202B)
--------index.html(21B)
--------500.html(1KB)
--------422.html(2KB)
--------favicon.ico(0B)
----README.md(2KB)
----config.ru(154B)