Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

magestore-aim

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magestore-aim

New magento version : 2.2.9 & 2.3.2

  • 1.6.7
  • PyPI
  • Socket score

Maintainers
1

Original

This repo has been moved from auto_install_magento_package

How to use

This package provided function install_magento for install magento using magento-apache running on docker engine.
The function has required params:

  • env_params: (type:dict)
    • magento_version: (type:str) x.x.x
      e.g: 2.2.5
    • magento_type (optional): (type:str) ce (Comunity Edition) or ee (Enterprise Edition), default ce
    • sample_data (optional): (type:bool) True or False, default False
    • performance_test: (type:bool) True or False (this key only has effective and required when sample_data is False)
    • peformance_test_profile (optional): (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 (optional): (type:str) x.x.x, default 7.1.25
  • server_params: (type:dict)
    • ip: (type:str) remove server ip address
    • user: (type:str) remote server username
    • key_path: (type:str) local private key file path to conect to remote server
    • password: (type:str) remote server password (if key_path has value, this key is optional)
  • gitlab_access_token: (type:str) gitlab_access_token that have permission to access to infrastructure repo
    How to get gitlab access token
  1. Install package magestore-aim
  2. Import function to other file
from magestore_aim import install_magento
  1. Execute it and wait for result

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc