Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deployment #154

Open
ArthurSmid opened this issue Dec 16, 2020 · 2 comments
Open

Deployment #154

ArthurSmid opened this issue Dec 16, 2020 · 2 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@ArthurSmid
Copy link
Contributor

Mark set up the Netlify page for development, and in preparing for an MVP, we'll have to figure out how to transition from Netlify: putting the app in a container, picking a web server, writing server side code. We can ask for some support from MVP Studio, but they will only provide hosting and instruction on deploying our container(s). Does anyone on the team have some experience with this kind of thing?

@ArthurSmid ArthurSmid added the help wanted Extra attention is needed label Dec 16, 2020
@ArthurSmid
Copy link
Contributor Author

The little-help-book-web is a website rather than an app. Currently Netlify takes requests and points to the GitHub repository.

To host the site, we need a server. Deepak mentioned Nginx (https://nginx.org/) and has begun writing code to set up a server for Nginx.

@ArthurSmid
Copy link
Contributor Author

Thanks to Deepak (@deepakiam) the files to containerize the site have been added to the repo:

Naive-Dockerfile
nginx.config

It will be used by the CICD to create the container image and upload the image to Docker Hub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants