User Tools

Site Tools


onboarding:global-admin-tool:development_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

onboarding:global-admin-tool:development_notes [2019/03/25 11:58] – created mmcconboarding:global-admin-tool:development_notes [2021/06/25 10:09] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Development Notes ======
  
 +--- //[[avinash.dsilva@errigal.com|Avi D'Silva]] 11-Oct-2018 08:00 PM //
 +
 +
 +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://bitbucket.org/errigal/database-setup)
 +
 +2. Double check if the customer and the env are the same. You might end corrupting QA data. (For easy switching use: [[toolsandtechnologies:dbdb|DBDB]] )
 +
 +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.