7vs / produciton.com

Checklists for going into production 🛳

Home Page:https://www.produciton.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Checklists for going into production 🛳

https://www.produciton.com

License:MIT License


Languages

Language:Ruby 84.9%Language:HTML 8.0%Language:Shell 3.8%Language:CSS 2.1%Language:JavaScript 1.2%Language:CoffeeScript 0.0%