User Tools

Site Tools


onboarding:nova:start

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
onboarding:nova:start [2022/10/11 12:21] 10.91.110.100onboarding:nova:start [2023/03/03 16:40] (current) – [EMS NOVA Development Details] 10.91.129.4
Line 1: Line 1:
 ====== EMS NOVA  Development Details ====== ====== EMS NOVA  Development Details ======
-Updated by Anna Dowling 04/10/2022+Updated by Dylan Fennelly 02/03/2023
  
 ===== Overview ===== ===== Overview =====
Line 48: Line 48:
  
 ===== Development Configuration ===== ===== Development Configuration =====
-Project can be pointed at local or server deployed version of all api endpoints.  +To run a local instance of EMS Nova, 
-See src/config/config.json for environment configuration for local dev.+  - Clone the EMS Nova repository from BitBucket using Git: https://bitbucket.org/errigal/ems-nova/src/master/ (Note: Permissions may need to be granted to your BitBucket account to access the repository) 
 +  - Open the project in an IDE. In the terminal, run the ''npm install'' command to install Node dependencies. 
 +  - In ''src/config/config.json'', certain API endpoints must be changed: 
 +  * Under ''authConfig'', the "redirectUri" field must be set to ''"http://localhost:4230/callback"''
 +  * If a local version of IDMS Proxy is being run, the "proxyApiUrl" field of ''proxyConfig'' must be changed to ''"http://localhost:8080"'' 
 +  * If a specific environment's applications are required, the URLs of all non-local applications must additionally be changedThe general format for these URLs is ''"https://environment.errigal.com/application/path"''
  
-For further information on application configuration for local development see [[https://bitbucket.org/errigal/ems-nova/src/master/README.md|README.MD]]+To run the development server, execute the ''ng serve'' command in the terminal. After the command executes, an instance of the EMS Nova application will be opened on http://localhost:4230/ 
 +---- 
 + 
 +For further information on application configuration for local developmentsee [[https://bitbucket.org/errigal/ems-nova/src/master/README.md|README.MD]]
  
 ===== Deployment ===== ===== Deployment =====
Line 157: Line 165:
   * VIEW_DEVICE_IN_LEGACY_EMS - VIEW   * VIEW_DEVICE_IN_LEGACY_EMS - VIEW
  
-===== UI Configuration via MDC Translator =====+===== MDC Translator Parameter Ui Configuration ===== 
 +* MDC Translator Ui Configuration - [[onboarding:nova:mdctranslatoruiconfig|MDC Translator Ui Configuration]] (used to specify technology specific parameters for display on the device overview page)
  
 ===== Build / Deploy ===== ===== Build / Deploy =====
onboarding/nova/start.1665487270.txt.gz · Last modified: 2022/10/11 12:21 by 10.91.110.100