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

Update readme with addon links #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

roborourke
Copy link
Contributor

Don't merge just yet. Just getting ready for the new reduced core plugin and addon library.

@cfoellmann
Copy link
Contributor

cfoellmann commented Nov 4, 2017

When are you completing this transition?
Currently the split codebase is already functioning but getting it all together via composer is a real pain.
Working for now is this composer.json

{
  "name": "private/test-mercator-v2",
  "type": "project",
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/humanmade/Mercator"
    },
    {
      "type": "git",
      "url": "https://github.com/humanmade/Mercator-Redirect"
    },
    {
      "type": "git",
      "url": "https://github.com/humanmade/Mercator-GUI"
    },
    {
      "type": "package",
      "package": {
        "name": "humanmade/mercator-sso",
        "version": "0.1.0",
        "type": "wordpress-muplugin",
        "source": {
          "url": "https://github.com/humanmade/Mercator-SSO",
          "type": "git",
          "reference": "master"
        }
      }
    }
  ],
  "config": {
    "preferred-install": {
      "*": "dist"
    }
  },
  "require": {
    "humanmade/Mercator": "v2.x-dev as 1.1",
    "humanmade/Mercator-Redirect": "dev-master",
    "humanmade/Mercator-SSO": "0.1.0 as dev-master",
    "humanmade/Mercator-GUI": "dev-master"
  },
  "extra": {
    "installer-paths": {
      "mercator-test/{$name}/": [
        "type:wordpress-muplugin"
      ]
    }
  }
}

I will give the different parts some input but I hope you have got the time to look at them.

@roborourke
Copy link
Contributor Author

@cfoellmann that's really useful thanks, I kept getting pulled on to other things, been a busy year for the agency. Let me catch up on the db charset issue and then we'll be good to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants