.. O
.. /I_
.. /
[][][][][] ... >-/-O....... [][][][]
[][][][][] ................ [][][][]
[][][][][] ................ [][][][]
- a private network (UT Austin)
- tagging & following tags
- simply coordinating the transfer of goods
- extremely fast item posting
- knowledge of top tags being followed so users can post those items
MailCatcher
gem install mailcatcher
once to install on your system- before running project in development, run
mailcatcher
in your terminal window to launch the development mail server - Check
http://localhost:1080/
for mail sent by the app
Sidekiq & Redis
- Before installing Sidekiq, be sure to install Redis.
brew install redis
- Sidekiq needs to be on for Sidekiq to work. In it's own window, launch
redis-server
- Launch Sidekiq in its own terminal window with
bundle exec sidekiq