Implement web app packaging and hosting scheme #114

Open
opened 2023-01-11 20:06:18 +00:00 by dboreham · 2 comments
Owner

Currently we have some web apps (e.g. cerc-io/laconic-console) but no way to run them except in dev mode (using webpack-dev-server). Task is to come up with a scheme for building such apps to some sort of package (perhaps a tar of the contents of ./dist/production) and also a way to deploy that artifact into a container to serve it (using either node or nginx). Also there's probably a need to do some basic config too since web/js people did not think of that. All of the above basically boils down to implementing the basic core of netlify.

Currently we have some web apps (e.g. cerc-io/laconic-console) but no way to run them except in dev mode (using webpack-dev-server). Task is to come up with a scheme for building such apps to some sort of package (perhaps a tar of the contents of ./dist/production) and also a way to deploy that artifact into a container to serve it (using either `node` or `nginx`). Also there's probably a need to do some basic config too since web/js people did not think of that. All of the above basically boils down to implementing the basic core of [netlify](https://www.netlify.com/).
Author
Owner

btw this is implemented and merged now, but undocumented and needs testing with other web apps.

btw this is implemented and merged now, but undocumented and needs testing with other web apps.
Member

assigning myself for documenting this

assigning myself for documenting this
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#114
No description provided.