Skip to content

Local dev workflow #74

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

Merged
merged 4 commits into from
Jun 11, 2025
Merged

Local dev workflow #74

merged 4 commits into from
Jun 11, 2025

Conversation

PeterBaker0
Copy link
Collaborator

Implements a minio s3 layer which is opt-in from the environment.

This allows a totally local stack in conjunction with in-progress PR for reefguide (in which we host the s3 bucket on localhost:9000 using minio, and the API on localhost:5000).

Signed-off-by: Peter Baker <peter.baker122@csiro.au>
Copy link
Collaborator

@ConnectedSystems ConnectedSystems left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, two minor comments then can be merged.

README.md Outdated
Setup env file:

```
cp .env.dist .env
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it worthwhile making the filename explicit?

Suggested change
cp .env.dist .env
cp .env.dist .env.local

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.env being the 'active' environment is convention, but maybe .env.dist could be .env.local instead. I'll play that.

PeterBaker0 and others added 3 commits June 11, 2025 17:14
Co-authored-by: Takuya Iwanaga <takuyai@gmail.com>
Signed-off-by: Peter Baker <peter.baker122@csiro.au>
@PeterBaker0 PeterBaker0 merged commit a37e64e into main Jun 11, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants