From 93832e2d2a44d37a23182a1e7802152750110235 Mon Sep 17 00:00:00 2001 From: varac Date: Fri, 15 Jan 2016 12:54:42 +0100 Subject: invite codes need webapp develop branch --- pages/docs/platform/services/webapp.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'pages/docs/platform/services') 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: -- cgit v1.2.3