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

Let Piwik admins run the core:archive through the browser #5924

Closed
mattab opened this issue Aug 4, 2014 · 5 comments
Closed

Let Piwik admins run the core:archive through the browser #5924

mattab opened this issue Aug 4, 2014 · 5 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Aug 4, 2014

Goal:

  • Create a new plugin on the Marketplace
  • Let admin run the core:archive console command and specify parameters, via the browser

this is useful when there is no CLI access to a Piwik instance and we cannot run console commands.

@mattab mattab added this to the Piwik 2.6.0 milestone Aug 4, 2014
@mattab mattab modified the milestones: Piwik 2.6.0, Piwik 2.7.0 Aug 25, 2014
@mattab
Copy link
Member Author

mattab commented Aug 25, 2014

Maybe this is now possible via the PiwikDebugger plugin? https://github.com/piwik/plugin-PiwikDebugger

@tsteur
Copy link
Member

tsteur commented Aug 25, 2014

There is already a Terminal included so you can execute anything there. Benaka also is adding possibility to execute all commands I think.

It still depends whether this plugin is only meant for debugging purposes or also for end users

@mattab
Copy link
Member Author

mattab commented Aug 25, 2014

This issue was specifically meant for debugging purposes, so the Terminal should provide acceptable solution to this! cc @mgazdzik when you test PiwikDebugger please report any feedback or suggestion in the issue tracker there: https://github.com/piwik/plugin-PiwikDebugger/issues/

@mattab mattab closed this as completed Aug 25, 2014
@diosmosis
Copy link
Member

FYI, all commands can be run if shell_exec is available. If not, Piwik Console commands can be run. Only problem is core:archive doesn't use Symfony OutputInterface so we can't stream output to a file. If shell_exec is available, everything's fine though.

@mattab
Copy link
Member Author

mattab commented Sep 5, 2014

see #6055

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

3 participants