Skip to main content

Fix error : can't file data files

Project description

## How to use
This package provided function *install_magento* for install magento using [magento-apache](https://gitlab.com/general-oil/infrastructure/tree/master/Environment/Magento/DemoPortalApache) running on docker engine.
The function has required params:
+ **env_params**: (type:dict), must contains all below keys:
+ *magento_version*: (type:str) 'x.x.x'
e.g: 2.2.5
+ *sample_data*: (type:bool) True or False
+ *performance_test*: (type:bool) True or False (this key only has effective and required when sample_data is False)
+ *peformance_test_profile*: (type:str) (this key only has effective and required when sample_data is False and performance_test is True)
valid values : 'small', 'medium', 'medium_msite', 'large', 'extra_large'
+ *php_version*: (type:str) 'x.x.x'
e.g: 7.1.20
+ **server_params**: (type:dict) must contains all below keys:
+ *host*: (type:str) remove server ip address
+ *user*: (type:str) remote server username
+ *password*: (type:str) remote server password (if 'KEY_PATH' has value, this key is optional)
+ *key_path*: (type:str) local private key file path to conect to remote server
+ **git_credential**: (type:str) git credential url that provided permission to access to [infrastructure](https://gitlab.com/general-oil/infrastructure) repo
format like this: *https://{github username}:{github password or access token}@github.com*
1. Install package *magestore-aup*
2. Import function to other file
```python
from magestore_aup import install_magento
```
3. Execute it and wait for result


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

magestore_aim-1.4.4.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

magestore_aim-1.4.4-py3-none-any.whl (8.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page