mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-01-23 02:35:23 +00:00
composer fixes #1222
- clarify installation - ensure composer files get released in exported archive - fix lock checksum
This commit is contained in:
parent
eb59f3a4f3
commit
6dddf808c6
3 changed files with 14 additions and 6 deletions
|
|
@ -228,7 +228,12 @@ If you want to deploy PrivateBin in a serverless manner in the Google Cloud, you
|
|||
can choose the `GoogleCloudStorage` as backend.
|
||||
|
||||
To use this backend, you first have to install the SDK from the installation
|
||||
directory of PrivateBin: `composer require google/cloud-storage`
|
||||
directory of PrivateBin:
|
||||
|
||||
```console
|
||||
composer require --no-update google/cloud-storage
|
||||
composer update --no-dev --optimize-autoloader
|
||||
```
|
||||
|
||||
You have to create a GCS bucket and specify the name as the model option `bucket`.
|
||||
Alternatively, you can set the name through the environment variable `PRIVATEBIN_GCS_BUCKET`.
|
||||
|
|
@ -246,7 +251,12 @@ the AWS SDK for PHP, but can also talk to a Rados gateway as part of a Ceph
|
|||
cluster.
|
||||
|
||||
To use this backend, you first have to install the SDK from the installation
|
||||
directory of PrivateBin: `composer require aws/aws-sdk-php`
|
||||
directory of PrivateBin:
|
||||
|
||||
```console
|
||||
composer require --no-update aws/aws-sdk-php
|
||||
composer update --no-dev --optimize-autoloader
|
||||
```
|
||||
|
||||
You have to create an S3 bucket on the Ceph cluster before using the S3 backend.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue