summaryrefslogtreecommitdiff
path: root/doc/heroku.markdown
diff options
context:
space:
mode:
authorGerardo Zamudio <gerardozamudio@users.noreply.github.com>2016-02-24 23:48:50 -0600
committerGerardo Zamudio <gerardozamudio@users.noreply.github.com>2016-02-24 23:48:50 -0600
commite4de6b3898b64b26d29aff31f21df5fda8055686 (patch)
tree575f8a65440f291d70a070d168eafca8c82a6459 /doc/heroku.markdown
parentd9ffbea174ea6524d0a22f8375ca8b3aa04a3c96 (diff)
parenta6540bc604c837d92c9368540c145606723e97f7 (diff)
Merge pull request #1 from fguillot/master
Update from upstream
Diffstat (limited to 'doc/heroku.markdown')
-rw-r--r--doc/heroku.markdown5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/heroku.markdown b/doc/heroku.markdown
index ea3c19f9..f145f70e 100644
--- a/doc/heroku.markdown
+++ b/doc/heroku.markdown
@@ -10,7 +10,7 @@ Requirements
------------
- Heroku account, you can use a free account
-- Heroku command line tool installed
+- Heroku command line tools installed
Manual instructions
-------------------
@@ -35,4 +35,5 @@ heroku open
Limitations
-----------
-The storage on Heroku is ephemeral, that means uploaded files through Kanboard are not persistent after a reboot.
+- The storage of Heroku is ephemeral, that means uploaded files through Kanboard are not persistent after a reboot. You may want to install a plugin to store your files in a cloud storage provider like [Amazon S3](https://github.com/kanboard/plugin-s3).
+- Some features of Kanboard require that you run [a daily background job](cronjob.markdown).