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

balsa installation #1

Open
interlan opened this issue Sep 23, 2015 · 4 comments
Open

balsa installation #1

interlan opened this issue Sep 23, 2015 · 4 comments
Assignees

Comments

@interlan
Copy link

composer selfupdate
composer update
in the end something wrong with tgm
1
During theme customization

@interlan
Copy link
Author

During theme customization
2
(it's actually line 6)
Thanks

@interlan interlan reopened this Sep 23, 2015
@vpratfr vpratfr self-assigned this Sep 23, 2015
@vpratfr
Copy link
Contributor

vpratfr commented Sep 23, 2015

Note for later:

[12:17:11] Thomas Lartaud: "repositories": [
    {
      "type": "composer",
      "url": "http://wpackagist.org"
    },
    {
      "type": "package",
      "package": {
        "name": "thomasgriffin/TGM-Plugin-Activation",
        "version": "dev-master",
        "source": {
          "url": "https://github.com/thomasgriffin/TGM-Plugin-Activation",
          "type": "git",
          "reference": "origin/master"
        }
      }
    }
  ],
[12:17:31 | Modifié (12:17:48)] Thomas Lartaud: et pour le require tu peux mettre

"require": {
    "php": ">=5.6",
    "composer/installers": "v1.0.21",
    .....
    "thomasgriffin/TGM-Plugin-Activation": "dev-master"  },

@tlartaud
Copy link

and additionally, if the script need to be stored outside of the vendor dir

"scripts": {
    "post-update-cmd": [
      "php -r \"copy('vendor/thomasgriffin/TGM-Plugin-Activation/class-tgm-plugin-activation.php', 'app/helpers/class-tgm-plugin-activation.php');\""
    ],
    "post-install-cmd": [
      "php -r \"copy('vendor/thomasgriffin/TGM-Plugin-Activation/class-tgm-plugin-activation.php', 'app/helpers/class-tgm-plugin-activation.php');\""
    ]
  }

@tlartaud
Copy link

@interlan You can for now manually edit the Balsa's composer.json with thoses additions and see if it fix the problem, as we do not have the time to update this for now.

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

No branches or pull requests

3 participants