User read-only
January 6, 2026 ยท View on GitHub
- read-only demo account deployment
Build
cd js/user-read-only
yarn build
cd js/user-read-only
yarn run read-only-user -b http://<server_@> -u <user> -p <pwd>
-
u - The username from the demo user that you want to create.
-
p - The password from the demo user that you want to create.
Example:
yarn run read-only-user -b http://localhost -u userdemo -p userdemo
The default values from "u" and "p" arguments are both "user".