Rail-random-chat is random matching chat with Rails 5 Actioncable.
First, install gems and migrate db.
$ bundle install
$ rake db:migrate
Second, install figaro for setting enviroment variables. This gem helps SMTP Setting.
$ bundle exec figaro install
and set application.yml as below.
# config/application.yml
SMTP_ADDRESS: ""
SMTP_DOMAIN: ""
SMTP_USERNAME: ""
SMTP_PASSWORD: ""
- Mailer set in Production