Rbac without shell script

In the Yii book, there’s instructions to create Rbac using a shell script, which we then run using the Yii Interactive tool on the command line.

As Gii replaced the need for command line with respect to CRUD and model generation, is there a way to create Rbac without using the command line?

Use an extension, like Rights or UserGroup - both are excellent tools which makes you able to do Rbac in your browser. :)

Also, take a look at these:

srbac

rbac-manager