authsio / core

And idea that never worked but was fun while it lasted
https://authsio.com
GNU Affero General Public License v3.0
12 stars 6 forks source link

Deployment Pipelines #6

Open hkd987 opened 2 years ago

hkd987 commented 2 years ago

Need multiple deployment codes but to start we will focus on a couple and it might be broken down by project.

Backend

Frontend & Iframe

Self hosted

This issue will need some more refinement when it comes time to work.

IF YOU PLAN TO CONTRIBUTE OR WORK ON THIS ISSUE, LETS CHAT FIRST TO SYNC UP.

mohitsaxenaknoldus commented 2 years ago

Let's start with a Dockerfile?

hkd987 commented 2 years ago

I feel like this is blocked till we at least have an idea of what each component (frontend, backend, i frame) of the application will look like but I’m with you yes, starting with a single docker file should be a good start.

mohitsaxenaknoldus commented 2 years ago

We will need a Dockerfile first no matter what we do on the frontend/backend. Do we have an installation guide?

hkd987 commented 2 years ago

No install guide yet for end users, however I think the best place to start for an understanding is the .devcontainer and then the turborepo docs to understand how the main package.json works.

Happy to answer any more questions as they come up.