diff options
author | varac <varacanero@zeromail.org> | 2016-01-15 12:54:42 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-01-15 12:54:42 +0100 |
commit | 93832e2d2a44d37a23182a1e7802152750110235 (patch) | |
tree | 61f947b995e13940afd532bd04f3072322283d09 | |
parent | fa8e31042f2bd533ff908e8d4464a6ab630f4d08 (diff) |
invite codes need webapp develop branch
-rw-r--r-- | pages/docs/platform/services/webapp.md | 11 |
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: |