From 7bbd58f233853e08b7cedc86ab013c680535f1c3 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 25 Jun 2018 00:32:20 +0300 Subject: [PATCH] Created Heroku (markdown) --- Heroku.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Heroku.md diff --git a/Heroku.md b/Heroku.md new file mode 100644 index 0000000..4424866 --- /dev/null +++ b/Heroku.md @@ -0,0 +1,10 @@ +[![Deploy][heroku_button]][heroku_deploy] + +[Heroku deployment quide needed](https://github.com/wekan/wekan/issues/693), [Deploy error](https://github.com/wekan/wekan/issues/638), [Problem with Heroku](https://github.com/wekan/wekan/issues/532) + +Email to work on already working Heroku: Use 3rd party email like SendGrid, update process.env.MAIL_URL , +change from email at Accounts.emailTeamplates.from , new file in server folder called smtp.js on code +`Meteor.startup(function () });` . TODO: Test and find a way to use API keys instead. + +[heroku_button]: https://www.herokucdn.com/deploy/button.png +[heroku_deploy]: https://heroku.com/deploy?template=https://github.com/wekan/wekan/tree/master \ No newline at end of file