diff --git a/README.md b/README.md index b16cd3f7..a21bf302 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ MRSK deploys web apps anywhere from bare metal to cloud VMs using Docker with zero downtime. It uses the dynamic reverse-proxy Traefik to hold requests while the new application container is started and the old one is stopped. It works seamlessly across multiple hosts, using SSHKit to execute commands. It was built for Rails applications, but works with any type of web app that can be containerized with Docker. +Watch the screencast: https://www.youtube.com/watch?v=LL1cV2FXZ5I + ## Installation Install MRSK globally with `gem install mrsk`. Then, inside your app directory, run `mrsk init` (or `mrsk init --bundle` within Rails apps where you want a bin/mrsk binstub). Now edit the new file `config/deploy.yml`. It could look as simple as this: