summaryrefslogtreecommitdiff
path: root/pages/docs/platform/services
diff options
context:
space:
mode:
Diffstat (limited to 'pages/docs/platform/services')
-rw-r--r--pages/docs/platform/services/webapp.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/pages/docs/platform/services/webapp.md b/pages/docs/platform/services/webapp.md
index 18ee9a9..0fd48c0 100644
--- a/pages/docs/platform/services/webapp.md
+++ b/pages/docs/platform/services/webapp.md
@@ -61,6 +61,17 @@ Set the `invite_code` option to `true` in `services/webapp.json`:
}
}
+At the moment, you need to use the develop branch of the webapp to use this feature. Add this to your webapp node config file:
+
+ "sources": {
+ "webapp": {
+ "type": "git",
+ "source": "https://leap.se/git/leap_web",
+ "revision": "origin/develop"
+ }
+ }
+
+
Run `leap deploy` to enable the option.
You can then generate invite codes by running the following rake task from the webapp directory: