Mention Heroku one-click-install on the release notes

This commit is contained in:
Maxime Quandalle 2015-09-10 19:19:01 +02:00
parent cad7741b54
commit 40c73cfc0a
2 changed files with 5 additions and 6 deletions

View file

@ -18,11 +18,10 @@ security. It also features the following improvements:
* The possibility to restore archived boards, lists, and cards. * The possibility to restore archived boards, lists, and cards.
Starting from this release we will also distribute official docker images on Starting from this release we will also distribute official docker images on
both the both the [GitHub release page](https://github.com/wekan/wekan/releases) and on
[GitHub release page](https://github.com/wekan/wekan/releases) the [DockerHub](https://hub.docker.com/r/mquandalle/wekan). We also configured
and on the Heroku one-click install and improved Sandstorm integration with the integration
[DockerHub](https://hub.docker.com/r/mquandalle/wekan). We also improved of its build-in sharing model.
Sandstorm integration with the support of its build-in sharing model.
New languages supported: Chinese, Finnish, Spanish, Korean, and Russian. New languages supported: Chinese, Finnish, Spanish, Korean, and Russian.

View file

@ -8,7 +8,7 @@
"env": { "env": {
"BUILDPACK_URL": "https://github.com/AdmitHub/meteor-buildpack-horse.git", "BUILDPACK_URL": "https://github.com/AdmitHub/meteor-buildpack-horse.git",
"ROOT_URL": { "ROOT_URL": {
"description": "IMPORTANT! Please replace <App Name> with the value provided on the top. This will be the full URL of your Rocket.Chat app.", "description": "IMPORTANT! Please replace <App Name> with the value provided on the top. This will be the full URL of your Wekan app.",
"value": "https://<App Name>.herokuapp.com" "value": "https://<App Name>.herokuapp.com"
} }
}, },