https://github.com/platformsh/platformsh-magento2-configuration
☠ DEPRECATED
https://github.com/platformsh/platformsh-magento2-configuration
Last synced: 6 months ago
JSON representation
☠ DEPRECATED
- Host: GitHub
- URL: https://github.com/platformsh/platformsh-magento2-configuration
- Owner: platformsh
- Created: 2016-02-05T13:50:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T23:56:34.000Z (over 7 years ago)
- Last Synced: 2025-07-27T07:56:00.935Z (11 months ago)
- Language: PHP
- Homepage:
- Size: 95.7 KB
- Stars: 9
- Watchers: 33
- Forks: 33
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# THIS LIBRARY IS DEPRECATED. DO NOT USE IT ON NEW PROJECTS.
## Magento 2 configuration for Platform.sh
Provides configuration to deploy a Magento 2 project on Platform.sh
### Project Variables
This project relies on the following project variables being set prior to initial deploy.
- ADMIN_USERNAME (defaults to “admin”)
- ADMIN_FIRSTNAME (defaults to “John”)
- ADMIN_LASTNAME (defaults to “Doe”)
- ADMIN_EMAIL (defaults to “john@example.com”)
- ADMIN_PASSWORD (defaults to “admin12”)
- ADMIN_URL (defaults to “admin”)
- APPLICATION_MODE (defaults to “production”)_
The latter can be changed at any time adjust the Application Mode on the next deploy.
### Get via Composer
This package is available in [Packagist][1].
You can get it via Composer by adding the following line to your `composer.json`:
```
"require": {
"platformsh/magento2-configuration": "2.2.*"
},
```
[1]: https://packagist.org/packages/platformsh/magento2-configuration