From 21b903a6ff89cae93706f4ffb5d29a1658d922a4 Mon Sep 17 00:00:00 2001 From: Matthieu FAURE Date: Sat, 26 Sep 2015 18:34:11 +0200 Subject: [PATCH] Updated Install Wekan Docker in production (markdown) --- Install-Wekan-Docker-in-production.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Install-Wekan-Docker-in-production.md b/Install-Wekan-Docker-in-production.md index 11fe86b..63a4ba6 100644 --- a/Install-Wekan-Docker-in-production.md +++ b/Install-Wekan-Docker-in-production.md @@ -78,4 +78,17 @@ Reload Apache `sudo service apache2 reload` [Apache Mod_Proxy documentation](http://httpd.apache.org/docs/current/mod/mod_proxy.html) -## 4. Launch Wekan on boot +## 4. Launch Wekan + +As `wekan` user and from `/home/wekan`, run `docker-compose up -d` + +## 5. Improvements to bring to this doc + +* Verify everything works +* Find the suitable way to launch a docker-compose at boot. Maybe in [Using Compose in production](http://docs.docker.com/compose/production/) + +## 6. Tested on... + +This procedure has been tested on: + +* [VPS-SSD 2016 from OVH](https://www.ovh.com/fr/vps/vps-ssd.xml) with Ubuntu 14.04 \ No newline at end of file