To create a new Tenant:
on running system:
you are going to need to SSH into the server, and have our password manager open. from PW manager: get the Admin Tenant credentials.
Needed information
key: bobsburgers
full name: Bobs Burgers
pw manager credentials: ~
port: while SSHed in rundocker service ls
and look for the XXX_web service. It’ll be the source under PORTS: ex <this number> -> <not this number>
cli creating steps:
-
ssh into the server then run:
$ appbuilder tenant add --authType=login
-
key: unique “key” for the new Tenant. This is what would be in the url: [key].cars.org bobsburgers
-
name: Actual long text for the Tenant name. Bobs Burgers
-
Tenant Admin Username: the new Tenant’s admin username (usually admin)
-
Tenant Admin Password: the new Tenant’s admin password
-
Tenant Admin Email: the new Tenant’s admin email
-
port: the port our current stack is listening on
To find this value: run docker service ls
and look for the XXX_web service. It’ll be the source under PORTS: ex <this number> -> <not this number>
// this is the super admin, that works for the client to add new users etc. (this)
-
LoginTenant key: The key for our Admin Tenant (usually admin)
-
LoginUserEmail: The email of our Admin Tenant email
-
LoginPassword: The password of our Admin Tenant
Steps to add
- Answer the cli questions about the new tenant admin and the existing Tenant Admin login info.
- open browser & log out of the existing AB portal
- Refresh browser
- login as the new tenant (be sure to choose the new tenant key in the droplist)
- Add System Admin to Role(Builders)
- To add an application:
- Open ABDesigner and Upload the app_CARS.json definitions.
– For Officially tested version: get the definitions from https://github.com/digi-serve/cars_app/blob/master/test_import/module.json
add users
As normal, under site administration