Skip to content

bdiesel/rails-fargate-example

Repository files navigation

Produciton.com

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@github.com:bdiesel/rails-fargate-example.git

Install dependencies

bundle

Setup the database

rake db:setup

Run the tests

rake

Run the app

docker-compose run web rake db:create
docker-compose run web rake db:migrate
docker-compose run web rake db:seed
docker-compose up

Then visit http://localhost:3000

License

Produciton.com is MIT Licensed.

About

A demo rails app to test a deploy to AWS Fargate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published