Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For convenience, a simple Joget app is provided to automate the account request approval and provisioning process.

  1. Import the Cloud Admin app located in (joget.home)/lib/APP_cloud-xxxx.zip, into Joget.
  2. Go to Properties & Export and set the “domain” to the appropriate value for the main domain (e.g., example.com).
  3. Publish the app.
  4. Access the app at http://localhost:8080/jw/web/userview/cloud/admin/.
  5. Login to view the Account List.
  6. Select New Account from the drop-down menu to request for a new account.
  7. When a request is submitted, it needs to be approved. Approve the request; a BeanShell tool will be executed to provision the account.
  8. Verify that the account is created at the requested domain (e.g., demo.example.com).
  9. Modify the app where necessary:

...