install-succeeded.ejs 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. <%- include('commons/head'); %>
  2. <body>
  3. <div class="container">
  4. <div class="row">
  5. <div class="col text-center">
  6. <h1 class="my-5">Congratulations!</h1>
  7. <h2 class="my-5">GROWI Bot installation has succeeded!</h2>
  8. </div>
  9. </div>
  10. <div class="row justify-content-md-center">
  11. <div class="col col-xl-6 col-md-8">
  12. <h4>The steps required to configure GROWI Slack app.</h4>
  13. <ol>
  14. <li>First, <code>/growi register</code> in any slack channel.</li>
  15. <img class="w-100" src="https://docs.growi.org/assets/images/slack-bot-growi-register.png" alt="growi-register"/>
  16. <li>Looking for additional help? Try <code>/growi help</code></li>
  17. </ol>
  18. <h4 class="mt-5">Need more infomation?</h4>
  19. <p>Please refer to the document below.</p>
  20. <p class="text-center">
  21. <a class="btn btn-success my-4" href="https://docs.growi.org/en/admin-guide/management-cookbook/slack-integration/official-bot-settings.html">Getting started</a>
  22. </p>
  23. <hr>
  24. <p class="text-center">
  25. <a href=<%- appPageUrl %>>Slack App detail page.</a>
  26. </p>
  27. </div>
  28. </div>
  29. </div>
  30. </body>