From 319f01114235123512da7e9bb11f2b98307b12dc Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 3 Oct 2018 20:37:55 +0300 Subject: [PATCH] Updated Platforms (markdown) --- Platforms.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Platforms.md b/Platforms.md index 8ef602c..f2ec01f 100644 --- a/Platforms.md +++ b/Platforms.md @@ -15,7 +15,9 @@ Downloading and installing Wekan on various platforms. *** -## Production: Sandstorm platform, many apps and Wekan, security audited, recommended for security critical use on public internet or internal network. Use SaaS or install to your own server. Automatic updates, tested before release. Sandstorm Wekan has different features than Standalone. +## Production: Sandstorm platform, many apps and Wekan, security audited, recommended for security critical use on public internet or internal network. + +Use SaaS or install to your own server. Automatic updates, tested before release. Sandstorm Wekan has different features than Standalone. Sandstorm is [completely Open Source](https://sandstorm.io/news/2017-02-06-sandstorm-returning-to-community-roots), including [Blackrock Clustering](https://github.com/sandstorm-io/blackrock). @@ -31,7 +33,10 @@ Import [does not work](https://github.com/wekan/wekan/issues/1430), needs workar Import from Trello, and Import/Export Wekan works. Copying/Moving card to another board works. Password auth. Upcoming: LDAP, OAuth2, etc. Usually for production you just install Ubuntu 18.04 or Debian 9 VM (or without VM) and install Snap. Minimum 2 GB RAM required, preferably 4 GB or more. Requires KVM/XEN/HyperV VM or Bare Metal, where Linux kernel 3.x or 4.x or newer works, and also Snap works without problems. Requires working websockets. -## Production: Docker. No automatic upgrades, use if you have time to test new release first, and it's critical nothing gets broken. Only Standalone Wekan. If security is critical, keep behind firewall, without any ports open to Internet. +## Production: Docker. No automatic upgrades, use if you have time to test new release first, and it's critical nothing gets broken. + +Only Standalone Wekan. If security is critical, keep behind firewall, without any ports open to Internet. + * USE * Use quay.io image release tags like "1.x" stable. * DO NOT USE