Skip to content

Adding a minio startup script#652

Merged
rfelber merged 2 commits into
mainfrom
feature/add-minio-start-script
Oct 1, 2021
Merged

Adding a minio startup script#652
rfelber merged 2 commits into
mainfrom
feature/add-minio-start-script

Conversation

@SebieF

@SebieF SebieF commented Sep 19, 2021

Copy link
Copy Markdown
Contributor

Description

The new script makes it easy to run the local minio instance without copy&pasting the instructions from the installation tutorial. It also prints the access and secret key necessary to access the minio instance.

Closes #634.

Checklist

  • Test your changes as thoroughly as possible before you commit them. Preferably, automate your test by unit/integration tests.
  • Make codeclimate checks happy

The script makes it easy to run the local minio instance without copy&pasting the instructions from the installation tutorial. It also prints the access and secret key necessary to access the minio instance.

Signed-off-by: Sebastian <[email protected]>
@SebieF SebieF added the enhancement New feature or request label Sep 19, 2021
@SebieF SebieF self-assigned this Sep 19, 2021

@Ilyesbdlala Ilyesbdlala left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Nice work 👏 It would be nice if one could choose which port the minio instance would run on. I think these changes would do the trick.

Comment thread bin/minio-port-forward.sh
Comment thread bin/minio-port-forward.sh Outdated
@SebieF SebieF requested a review from Ilyesbdlala September 28, 2021 11:03
@rfelber rfelber added this to the v3.2.0 milestone Oct 1, 2021
@rfelber rfelber merged commit f11adff into main Oct 1, 2021
@rfelber rfelber deleted the feature/add-minio-start-script branch October 1, 2021 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a script to start local minio instance

3 participants