Problems in rbac implementation

I have created rbac hierarchy procedure, based on the type of role given for ex:-owner,member,reader the associated person can access information depending on the type of role assigned. I am struck near creating a view for assigning roles to users and rendering it…

The command which was executed is: (in shell)

>>rbac

This command will create three roles: Owner, Member, and Reader and the

following premissions:

create, read, update and delete user

create, read, update and delete project

create, read, update and delete issue

Would you like to continue? [Yes|No] Yes

Authorization hierarchy successfully generated.

>> exit

what will be the next step and onwards?