You must have redis installed and running on the default port:6379 (or configure it in config/redis/cable.yml).
brew install redis
ou must have mailcatcher installed and running on the default ports
gem install mailcatcher
- Run
./bin/setup
- Run
./bin/cable
- Open up a separate terminal and run:
./bin/rails server
- One more terminal to run redis server:
redis-server
- Visit
http://localhost:3000/team/chats
- Visit
http://localhost:3000/chats/new