Produciton is a to-do list for launching your application into production.
Choose from among various pre-filled production checklists, fork them, and tweak them to match your desired workflow. Then use them going forward to make sure you don't forget anything.
For instance, when deploying a Rails app:
- SSL
- Backups
- Test backup restore
- Continuous Integration
- Continuous Deployment
- Error monitoring service
- Application monitoring service
- Uptime monitoring
- CDN
- Security audit solution (Brakeman, Gemnasium, etc)
- ...
To get started with development:
git clone [email protected]:dailydrip/produciton.com
bundle
rake db:setup
rake
rails s
Then visit https://localhost:3000
Produciton.com is MIT Licensed.