This README will document whatever steps are necessary to get smoke-signals up and running.
git clone <repo-url>
bundle install
rails s
rackup faye.ru -s thin -E production
redis-server
- Visit
http://localhost:3000
in your browser
Things this will eventually cover:
- Ruby version
- System dependencies
- Configuration
- Database creation
- Database initialization
- How to run the test suite
- Services (job queues, cache servers, search engines, etc.)
- Deployment instructions