From 881c7e62fa653d73491cc2cd90b1b6ea3f884a2b Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sat, 30 Dec 2017 21:31:41 -0800 Subject: [PATCH] Update README.md --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index dd6dfa3..8affbc6 100644 --- a/README.md +++ b/README.md @@ -17,18 +17,14 @@ https://www.youtube.com/watch?v=XDrTmGSDW3s Captain is a modern automated app deployment & web server manager. It's blazingly fast and very robust as it uses Docker, nginx, LetsEncrypt, NetData. - Deploy apps in your own space (Node js, PHP, Python, literally any language!) - - Deploying built-in apps is a matter of seconds! MongoDB, Parse, MySQL, WordPress, Postgres and many more. - - Secure your services over HTTPS for FREE - - Automatic deploy from Github, Bitbucket and etc by using webhooks! + - Deploying one-click apps is a matter of seconds! MongoDB, Parse, MySQL, WordPress, Postgres and many more. + - Ability to secure your services over HTTPS for FREE, ability to automatically redirect HTTP to HTTPS. + - Many ways to deploy: upload your source from dashboard, use command line `captainduckduck deploy`, use github, bitbucket, gitlab and other webhooks to automatically trigger a build upon `git push` - Attach more nodes and create a cluster in seconds! Captain automatically configures nginx to load balance. + - Simple interface for many docker operations: exposing container ports to host, setting up persistent directories, instance count and etc. + - Optionally fully customizable nginx config allowing you to enable HTTP2, specific caching logic, custom SSL certs and etc. - Focus on your apps! Not the bells and whistles just to run your apps! -## Features & Components: -- Many ways to deploy: upload your source from dashboard, use command line `captainduckduck deploy`, use github, bitbucket, gitlab and other webhooks to automatically trigger a build upon `git push` -- Multiple one-click apps: start multiple WordPress, MongoDB, MySQL, Parse and etc in seconds! -- Simple interface for many docker operations: exposing container ports to host, setting up persistent directories, instance count and etc. -- Optionally fully customizable nginx config allowing you to enable HTTP2, specific caching logic, custom SSL certs and etc. - ## Getting Started! For a detailed tutorial, please see