diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-01-18 11:03:11 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-01-18 11:03:11 +0200 |
commit | 0daad1a256a9a4f013968658bf214a46ac49863b (patch) | |
tree | 936dd9603287624785e98e1c2af2343eaa6217f4 | |
parent | 3d377d8efaa3486179879ca85785805bbf5ca4db (diff) | |
download | wekan-0daad1a256a9a4f013968658bf214a46ac49863b.tar.gz wekan-0daad1a256a9a4f013968658bf214a46ac49863b.tar.bz2 wekan-0daad1a256a9a4f013968658bf214a46ac49863b.zip |
Add Docker as supported platform.
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -33,6 +33,8 @@ that by providing one-click installation on various platforms. [VirtualBox][virtualbox] +Docker: [Docs][docker_docs] [Nginx proxy][docker_nginxproxy] [Issue][docker_issue] + [Debian Wheezy 64bit][debian_wheezy] [![Deploy][heroku_button]][heroku_deploy] @@ -43,13 +45,10 @@ that by providing one-click installation on various platforms. ## Upcoming Platforms -[Docker][docker_image] - [Docker on SUSE Linux Enterprise Server 12 SP1][sles] [Autoinstall script][autoinstall] based on [this issue][autoinstall_issue] - [Create Sandstorm .spk file from source][sandstorm_spk] Email to work on already working Heroku: Use 3rd party @@ -98,7 +97,9 @@ with [Meteor](https://www.meteor.com). [sles]: https://github.com/wekan/wekan/wiki/Install-Wekan-Docker-on-SUSE-Linux-Enterprise-Server-12-SP1 [virtualbox]: https://github.com/wekan/wekan/wiki/virtual-appliance [sandstorm_spk]: https://github.com/wefork/wekan/issues/36 -[docker_image]: https://github.com/wefork/wekan/issues/33 +[docker_docs]: https://github.com/wefork/wekan/wiki/Docker +[docker_nginxproxy]: https://github.com/wefork/wekan/wiki/Docker-NginxProxy +[docker_issue]: https://github.com/wefork/wekan/issues/33 [translate_wefork]: https://www.transifex.com/wefork/wefork/ [autoinstall]: https://github.com/wefork/wekan-autoinstall [autoinstall_issue]: https://github.com/anselal/wekan/issues/18 |