Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

JunichiIto/campfire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

campfire

Sample app from https://www.youtube.com/watch?v=n0WUjGkDFS0

How to run

Install Redis beforehand.

brew install redis

Clone this repository, and:

bundle install
bundle exec rails db:migrate RAILS_ENV=development
redis-server
rails server
open http://localhost:3000

You should be able to chat like this:

c7ERfXIREG.gif

Deploy to Heroku

NOTE: This project is experimental. It might be risky for production. See also this pull request (in Japanese).

heroku create
heroku addons:create heroku-redis
git push heroku master
heroku run rails db:migrate
heroku open

License

MIT License.