Skip to content

Commit

Permalink
remove minio references
Browse files Browse the repository at this point in the history
  • Loading branch information
eng-gabrielscardoso authored Jul 30, 2024
1 parent d9ba936 commit 3497297
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## Summary

This is a simple personal portfolio to expand and improve my professional portfolio and be a way to demonstrate my skills, my experiences and be in contact with me. Also, in future this project will be refactored to be a white-labelled portfolio solution for any developer, enough cloning and configuring to be setted up and go on production.
This is a simple personal portfolio to expand and improve my professional portfolio and be a way to demonstrate my skills, and experiences and be in contact with me. Also, in future, this project will be refactored to be a white-labelled portfolio solution for any developer, with enough cloning and configuring to be set up and go on production.

## Specification

Expand All @@ -26,7 +26,6 @@ This application uses, in summary:
- DaisyUI
- MySQL
- Mailpit
- MinIO
- AWS
- Cloudflare
- DigitalOcean
Expand All @@ -37,7 +36,7 @@ This application uses, in summary:

Before installation make sure to have the most recent version of Docker and Docker Compose installed in your system.

For a fresh installation you must run the following command to install the dependencies without necessity do installation of any SDK:
For a fresh installation you must run the following command to install the dependencies without the necessity do the installation of any SDK:

```sh
docker run --rm \
Expand All @@ -56,9 +55,7 @@ alias sail="sh $([ -f sail ] && echo sail || echo vendor/bin/sail)"

After this, clone the `.env.example` into `.env` and run `sail up -d` to up your containers.

Then, you could work as like you want, for any help just tip `sail` in your terminal.

To interact with MinIO just access the dashboard (default `http://localhost:9000`), fill with credentials (default `sail` and `password`). Create a new bucket and access keys, and update your `.env` with the access keys.
Then, you could work as you want, for any help tip `sail` in your terminal.

## Copyright

Expand Down

0 comments on commit 3497297

Please sign in to comment.