mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Plus docs, missing information
This commit is contained in:
parent
d0af87ef4e
commit
2300014ebf
1 changed files with 8 additions and 0 deletions
|
|
@ -255,6 +255,14 @@ In order to use the wkhtmltopdf (needed for Invoicing and Refunds) on server pro
|
|||
binary: wkhtmltoimage # for local purpose was '%env(WKHTMLTOIMAGE_PATH)%'
|
||||
options: []
|
||||
|
||||
Sylius Plus is on Private Packagist, so when you want to download it on server, you need add `authentication token` before deployment.
|
||||
You can do it by UI on your project page on platform.sh or if you have platform.sh CLI you can add `authentication_token`:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
platform variable:create --level project --name env:COMPOSER_AUTH \
|
||||
--json true --visible-runtime false --sensitive true --visible-build true
|
||||
--value '{"http-basic": {"sylius.repo.packagist.com": {"username": "token", "password": "YOUR_AUTHENTICATION_TOKEN"}}}'
|
||||
|
||||
All the other steps from the Sylius deployment on Platform.sh remain unchanged.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue