sign-language-translation-tools / sltt

Mono repo for Sign Language Translation Tool server and client
2 stars 2 forks source link

Decide on server deployment method #20

Open Nathan22Miles opened 5 years ago

Nathan22Miles commented 5 years ago

Currently we just have some lightly documented manual steps to deploy the server side software. The actual deployment use PM2 to run the Express app and loads the Nginx reverse proxy directly.

Is this what we want?

Should we containerize this with Docker? I think that would be relatively easy but I am not clear whether it makes things simpler or harder.