Skip to content

dailydrip/produciton.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Produciton.com

Build Status

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)
  • ...

Development

To get started with development:

Clone the repo

git clone git@github.com:dailydrip/produciton.com

Install dependencies

bundle

Setup the database

rake db:setup

Run the tests

rake

Run the app

rails s

Then visit http://localhost:3000

License

Produciton.com is MIT Licensed.