User Tools
onboarding:global-admin-tool:development_notes
Differences
This shows you the differences between two versions of the page.
| onboarding:global-admin-tool:development_notes [2019/03/25 11:58] – created mmcc | onboarding:global-admin-tool:development_notes [2021/06/25 10:09] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Development Notes ====== | ||
| + | --- // | ||
| + | |||
| + | |||
| + | These are less documentation & more of development notes on the Global Admin tools that I am taking as I set up and work on it. Feel free to add to it. | ||
| + | |||
| + | |||
| + | At the time of writing, To make the Global Admin Tool work on your local machine, you need the following Apps to be running: | ||
| + | - nocPortal | ||
| + | - reportingManager | ||
| + | - snmpManager | ||
| + | - ticketer | ||
| + | - fiber | ||
| + | |||
| + | Your machine will likely crawl once all these Apps are up and running, a hack/easy way out is to point your local instance of the SnmpManager to a QA instance. | ||
| + | |||
| + | 1. Ensure you have the local DB dump of the SNMP Manager QA instance. (use: https:// | ||
| + | |||
| + | 2. Double check if the customer and the env are the same. You might end corrupting QA data. (For easy switching use: [[toolsandtechnologies: | ||
| + | |||
| + | 3. Edit the user_api_config table and point all URLs to the desired env. (use HTTPS if available) | ||
| + | |||
| + | That should make the global admin tool work locally. | ||