Closed yuki3738 closed 6 years ago
🥇
ぱん@nappan23 です よろしくおねがいします ✨
Iosifことたかくら( @huideyeren )です。よろしくお願いします。
1.4.4. はみんな読んでる感じなので飛ばして1.5から
Phusion Passenger 🛳
deployの方法の話をしている
FileZillaにセキュリティバグが有ったの知らなかった
https://railsmachine.com/ これ Rails で作るんだったらいいんじゃない?中身ちゃんと見てないけど←
本文に全然関係ないけどFilezillaのマルウェアのやつ http://shinjirogoto.com/?p=259
tzinfo-data の
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
は、Win で動かす人がいないとわかりきってるなら消してもかまわないよ
rails tutorialは今はプライベートリポジトリで管理されてる
リスト 1.14 のコマンドはひとつなのに
リスト 1.14のコマンドを1つずつ実行することで
と書いてあってなんなん?????
<
はなんて読むのか
>
はリダイレクトと読む
このコマンドを読み解いている
source <(curl -sL https://cdn.learnenough.com/heroku_install)
中身はこれだった
curl -OL https://cli-assets.heroku.com/heroku-linux-x64.tar.gz
tar zxf heroku-linux-x64.tar.gz && rm -f heroku-linux-x64.tar.gz
sudo mv heroku /usr/local
echo 'PATH=/usr/local/heroku/bin:$PATH' >> $HOME/.bash_profile
source $HOME/.bash_profile > /dev/null
中身を最初は1行ごと入力させる手順だった? だからそれに翻訳が追いついていない?と想像
sourceはパイプを受け取れない
shrouded-inlet-97162
protected-mesa-84215
gentle-hamlet-26013
fast-spire-42276
remote: ###### WARNING:
remote:
remote: You have not declared a Ruby version in your Gemfile.
remote: To set your Ruby version add this line to your Gemfile:
remote: ruby '2.4.4'
remote: # See https://devcenter.heroku.com/articles/ruby-versions for more information.
remote:
remote: ###### WARNING:
remote:
remote: Detecting rails configuration failed
remote: set HEROKU_DEBUG_RAILS_RUNNER=1 to debug
remote:
remote: ###### WARNING:
remote:
remote: No Procfile detected, using the default web server.
remote: We recommend explicitly declaring how to boot your server process via a Procfile.
remote: https://devcenter.heroku.com/articles/ruby-default-web-server
remote:
remote:
remote: -----> Discovering process types
remote: Procfile declares types -> (none)
remote: Default types for buildpack -> console, rake, web, worker
remote:
remote: -----> Compressing...
remote: Done: 32.9M
remote: -----> Launching...
remote: Released v5
remote: https://gentle-hamlet-26013.herokuapp.com/ deployed to Heroku
heroku app作るところまではできたけど、これまでの手順で足りてないところがあるからHello worldページ見れるところまでいけてない
おなじく…
1.5.3 Herokuにデプロイする (2) まで終わりました! ブラウザにgoodbye, world!出たぞ!!
なんだかうまく動かない
ブランチの粒度って普通に働いてからも迷うことある
「10分ぐらいで終わる作業なら作らない」なるほど
いい師匠、見つけられるだけとても幸せだと思います!!!
公式じゃないドキュメントにはどんな間違いがあるかわからない!!!
リモートリポジトリをorigin以外で登録することってあるのかな? →実務ではほとんどしなさそう。 GitHubとGitLabとか複数のリポジトリがあったらorigin2とかにすることはあるかも
:adult: