yochiyochirb / meetups

81 stars 25 forks source link

第131回 アダルトチーム ゆかお ぱん わかすぎ たかくら みなみや #1419

Closed yuki3738 closed 6 years ago

yuki3738 commented 6 years ago

:adult:

5t111111 commented 6 years ago

🥇

nappan23 commented 6 years ago

ぱん@nappan23 です よろしくおねがいします ✨

huideyeren commented 6 years ago

Iosifことたかくら( @huideyeren )です。よろしくお願いします。

5t111111 commented 6 years ago

1.4.4. はみんな読んでる感じなので飛ばして1.5から

yuki3738 commented 6 years ago

Phusion Passenger 🛳

yuki3738 commented 6 years ago

deployの方法の話をしている

nappan23 commented 6 years ago

FileZillaにセキュリティバグが有ったの知らなかった

yucao24hours commented 6 years ago

https://railsmachine.com/ これ Rails で作るんだったらいいんじゃない?中身ちゃんと見てないけど←

5t111111 commented 6 years ago

本文に全然関係ないけどFilezillaのマルウェアのやつ http://shinjirogoto.com/?p=259

yucao24hours commented 6 years ago

tzinfo-data の

gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

は、Win で動かす人がいないとわかりきってるなら消してもかまわないよ

nappan23 commented 6 years ago

rails tutorialは今はプライベートリポジトリで管理されてる

yuki3738 commented 6 years ago

リスト 1.14 のコマンドはひとつなのに

リスト 1.14のコマンドを1つずつ実行することで

と書いてあってなんなん?????

nappan23 commented 6 years ago

< はなんて読むのか

nappan23 commented 6 years ago

> はリダイレクトと読む

yuki3738 commented 6 years ago

このコマンドを読み解いている

source <(curl -sL https://cdn.learnenough.com/heroku_install)
yuki3738 commented 6 years ago

中身はこれだった

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
nappan23 commented 6 years ago

中身を最初は1行ごと入力させる手順だった? だからそれに翻訳が追いついていない?と想像

nappan23 commented 6 years ago

sourceはパイプを受け取れない

yuki3738 commented 6 years ago

shrouded-inlet-97162

huideyeren commented 6 years ago

protected-mesa-84215

yucao24hours commented 6 years ago

gentle-hamlet-26013

5t111111 commented 6 years ago

fast-spire-42276

yucao24hours commented 6 years ago
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
nappan23 commented 6 years ago

heroku app作るところまではできたけど、これまでの手順で足りてないところがあるからHello worldページ見れるところまでいけてない

5t111111 commented 6 years ago

おなじく…

yuki3738 commented 6 years ago

1.5.3 Herokuにデプロイする (2) まで終わりました! ブラウザにgoodbye, world!出たぞ!!

huideyeren commented 6 years ago

なんだかうまく動かない

nappan23 commented 6 years ago

ブランチの粒度って普通に働いてからも迷うことある

nappan23 commented 6 years ago

「10分ぐらいで終わる作業なら作らない」なるほど

nappan23 commented 6 years ago

いい師匠、見つけられるだけとても幸せだと思います!!!

nappan23 commented 6 years ago

https://www.amazon.co.jp/%E3%82%A2%E3%83%97%E3%83%AC%E3%83%B3%E3%83%86%E3%82%A3%E3%82%B9%E3%82%B7%E3%83%83%E3%83%97%E3%83%BB%E3%83%91%E3%82%BF%E3%83%BC%E3%83%B3-%E2%80%95%E5%BE%92%E5%BC%9F%E5%88%B6%E5%BA%A6%E3%81%AB%E5%AD%A6%E3%81%B6%E7%86%9F%E7%B7%B4%E6%8A%80%E8%A1%93%E8%80%85%E3%81%AE%E6%8A%80%E3%81%A8%E5%BF%83%E5%BE%97-THEORY-PRACTICE-Dave-Hoover/dp/4873114608 知らなかった〜!!!

nappan23 commented 6 years ago

公式じゃないドキュメントにはどんな間違いがあるかわからない!!!

nappan23 commented 6 years ago

リモートリポジトリをorigin以外で登録することってあるのかな? →実務ではほとんどしなさそう。 GitHubとGitLabとか複数のリポジトリがあったらorigin2とかにすることはあるかも