Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal for add 'name' Parameter in WordPress Package and Cloud service install #17

Open
mehrshaddarzi opened this issue Jan 22, 2020 · 0 comments

Comments

@mehrshaddarzi
Copy link
Contributor

mehrshaddarzi commented Jan 22, 2020

In the next version of WordPress Package Management, we want to add the name parameter in the wordpress.json file.
this Parameter usage for a cloud package management service and Users can install Your custom package very easily.

What is the Proposal:

  1. We Need a Web Hosting For creating a Micro Service API For Auth Users. Every user has a username that can use in your Package. for example, one user registered with username=daniel.

  2. The daniel user can add name parameter in your WordPress Package management:

{
    "name": "daniel@news",
    "description": "My WordPress Package Manangment for creating News WordPress Site",
    "keywords": ["news", "wordpress", "sport"],
    "core": {
        "version": "latest",
        "locale": "en_US",
        "network": false
    },
    "config": {
      ...
  1. daniel user can Push this Package with wp pack push command.
  2. All Users can Install this Package with wp pack install daniel@news very easily.
  • All security parameter e.g. DB_PASSWORD or admin_password sync with user global parameter, or If no existing ask from the user when installing the new package.
  • Packages are divided into two public and private categories. Private packages can only be used by the person who created them.
@mehrshaddarzi mehrshaddarzi added the features features label Jan 22, 2020
@mehrshaddarzi mehrshaddarzi changed the title Proposal for add 'name' Parameter in WordPress Package name and cloud install Proposal for add 'name' Parameter in WordPress Package and Cloud service install Jan 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant