Project

General

Profile

Task #2713

Figure out deployment strategy

Added by Luke Murphey about 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
05/04/2020
Due date:
% Done:

100%

History

#1 Updated by Luke Murphey about 4 years ago

Qs: *

Obs:
  • I would need to figure out how to deploy the SPA
Solns:
  • Bundle directly into app
    • This is easy but requires pushing an update to the backend every time I want frontend updates
  • Keep separate, use backend only for REST endpoints
    • Could deploy frontend easily by just copying out the frontend code to the web-server
    • Would need to map APIs in the web-server
    • Backend would not need to be upgraded for a new UI
      • Perhaps I could get rid of the static directory population script for the SPA code

#2 Updated by Luke Murphey almost 4 years ago

  • Status changed from New to In Progress

#3 Updated by Luke Murphey almost 4 years ago

  • Status changed from In Progress to Closed
  • % Done changed from 0 to 100

Also available in: Atom PDF