Skip to content

Instantly share code, notes, and snippets.

@darkslategrey
Forked from vmlinz/rails_dev_deploy_setup.md
Created January 14, 2017 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darkslategrey/9f79a7cf4457ce5c1b1b40499179c8e4 to your computer and use it in GitHub Desktop.
Save darkslategrey/9f79a7cf4457ce5c1b1b40499179c8e4 to your computer and use it in GitHub Desktop.
Rails ansible/docker deploy setup

Information of rails development and deployment setup

A list of rails development and deployment setup

Notes

  • Learn the IFTTT dash development env
  • Setup the services like db, nginx and others using docker with vagrant or docker-machine then develop rails/nodejs localy to gain development effeciency to avoid docker build every time

List of resourses

Dokku

Ansible

Vagrant

Docker

  • https://github.com/neckhair/rails-on-docker
  • https://github.com/TalkingQuickly/docker_rails_dev_env
  • https://github.com/vmlinz/rails-heroku-starter/
  • http://blog.carbonfive.com/2015/03/17/docker-rails-docker-compose-together-in-your-development-workflow/
  • https://robots.thoughtbot.com/rails-on-docker
  • https://devcenter.heroku.com/articles/docker
  • https://docs.docker.com/compose/rails/
  • https://github.com/vovimayhem/docker-compose-rails-dev-example
  • https://www.codeschool.com/blog/2015/01/16/production-deployment-docker/
  • http://bradgessler.com/articles/docker-bundler/
  • https://github.com/IFTTT/dash
  • https://hharnisc.github.io/2015/09/16/developing-inside-docker-containers-with-osx.html
  • discourse in docker
  • docker-osx-dev
  • boot2docker-vagrant
  • docker dev for web app

Resources

  • https://leanpub.com/deploying_rails_applications
  • https://github.com/TalkingQuickly/rails-server-template
  • https://github.com/openshift/origin

Rails learning articles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment