New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

magestore-aup

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magestore-aup

Fix get nearly newest version

  • 2.2.2
  • PyPI
  • Socket score

Maintainers
1

Original

This repo has been moved from auto_upload_site_package

Prepare

Config visudo (run sudo without password) on local machine

sudo visudo
# add this line to end of file
# username is your current username
username  ALL=(ALL) NOPASSWD: ALL

How to use

This package provided function name deploy, it will update Magestore pwa pos package to any remote server.
The deploy function has required params:

  • repo_info: (type:dict)
    • repo_owner: (type:str)
    • repo_name: (type:str)
    • tag_name: (type:str)
    • access_token: (type:str) github personal access token that have permission to acces 6 Magestore product lines
  • instance_info: (type:dict)
    • ip: (type:str) server ip address
    • user: (type:str) server username
    • password: (type:str) server username's password
    • key_path: (type:str) path to the private key file on local machine (required when no password provided)
    • source_folder: (type:str)absolute path to magento source
    • web_container_id: (type:str) web container id (installed by [magento-apache](https://gitlab.com/general-oil/infrastructure/tree/master/Environment/Magento/DemoPortalApache) docker)

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