LoginSignup
3
3

More than 5 years have passed since last update.

Rails5でチャット機能(Action Cable) 試してみるメモまとめ

Last updated at Posted at 2018-02-12

チャットアプリを作ってみるにあたって、環境構築に特に苦労したのでメモ

作業環境

  • AWS EC2 Red Hat Enterprise Linux 7.4(HVM)
  • Ruby 2.3.1
  • Rails 5.0
  • MySQL 5.7

 参考URL

MariaDBではなくMySQL
MySQL関連ではハマりまくったので上記メモに助けられた

ffiのインストールで失敗した時

ライブラリがないようなので
- sudo yum install libffi-devel

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3