You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current infrastructure for a development environment for this system is only half-baked.
I would like:
A more robust start / stop script, along with an ability to tear-down everything and start fresh
node_module installation inside of the container only (not image, or host)
Improved use of docker compose to create one or more backup clients represented as simple containers
More automation on ssh key creation and authorization (during container creation / start script)
Both IntelliJ and VS.code project files defined as a part of the repo
I believe all of these things are relatively easily achievable and will make working on the project a much easier thing -- especially cross-platform. We should be able to much more easily support Windows devs as a result.
The text was updated successfully, but these errors were encountered:
The current infrastructure for a development environment for this system is only half-baked.
I would like:
node_module
installation inside of the container only (not image, or host)docker compose
to create one or more backup clients represented as simple containersI believe all of these things are relatively easily achievable and will make working on the project a much easier thing -- especially cross-platform. We should be able to much more easily support Windows devs as a result.
The text was updated successfully, but these errors were encountered: