Automation Analytics provides data analytics for Ansible Tower that provides visualization and insight into how automation is used in your organization.
Have Node 18+ installed, have a custom 127.0.2.1 stage.foo.redhat.com
line in your /etc/hosts
.
npm install
- install dependenciesnpm run start
- start local frontend while proxying all the requests to the stage environment- open https://stage.foo.redhat.com:1337/ansible/automation-analytics/
You need valid credentials for the crc stage environment you are running against to be able to log in.
npm run lint
- runs eslintnpm run lint:fix
- runs eslint fixnpm run prettier
- runs prettier fix