Skip to content
Snippets Groups Projects
Verified Commit f7e7f6f0 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Remove docs about MinIO

parent 3f29be14
No related branches found
No related tags found
1 merge request!534Resolve "Support S3 storage for media"
......@@ -36,23 +36,3 @@ endpoint in your configuration file (`/etc/aleksis/aleksis.toml`)::
gzip = true
signature_version = None
file_overwrite = false
MinIO
=====
MinIO can be deployed in a Kubernetes cluster or on bare metal servers. For
more information see https://min.io/.
After you installed your MinIO server you have to create buckets for your
AlekSIS instance. In this example we use the MinIO client so you have to install
mc for your operating system (https://docs.min.io/minio/baremetal/reference/minio-cli/minio-mc.html)::
# Create alias
mc alias set aleksis http://my-minio-server:9000 ACCESS_KEY SECRET_KEY
# Create buckets
mc mb aleksis/aleksis-media
# Make bucket available
mc policy set public aleksis/aleksis-media
For more information please see https://pypi.org/project/django-s3-storage/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment