summaryrefslogtreecommitdiff
path: root/pages/docs/platform/services/webapp.md
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-02-16 23:37:02 -0800
committerelijah <elijah@riseup.net>2016-02-16 23:37:02 -0800
commitbf9cffc4b56c0ef7d1e8e347071ebe5a85567c9a (patch)
treec07b85467c18ddc5c4b9b477cd73078693998b58 /pages/docs/platform/services/webapp.md
parent84046652ccb6a45ecd952e0e4f0b2eeb7dd15ae5 (diff)
clean up migrating couchdb instructions
Diffstat (limited to 'pages/docs/platform/services/webapp.md')
-rw-r--r--pages/docs/platform/services/webapp.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/pages/docs/platform/services/webapp.md b/pages/docs/platform/services/webapp.md
index a132c15..556a5d1 100644
--- a/pages/docs/platform/services/webapp.md
+++ b/pages/docs/platform/services/webapp.md
@@ -281,8 +281,10 @@ See https://github.com/leapcode/leap_web/blob/develop/doc/DEVELOP.md for notes o
Maintenance mode
------------------
-You can put the webapp into maintenance mode by simply dropping a html file to `/srv/leap/webapp/public/system/maintenance.html`.
+You can put the webapp into maintenance mode by simply dropping a html file to `/srv/leap/webapp/public/system/maintenance.html`. For example:
+ workstation$ leap ssh webappnode
+ server# echo "Temporarily down for maintenance. We will be back soon." > /srv/leap/webapp/public/system/maintenance.html
Known problems
---------------------------