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

Build in cli Installer #11184

Closed
pc-magas opened this issue Jan 12, 2017 · 1 comment
Closed

Build in cli Installer #11184

pc-magas opened this issue Jan 12, 2017 · 1 comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.

Comments

@pc-magas
Copy link

Sometimes an automated process for installation eg. for a hosting service provider or even people who run the piwik via docker container.

So to be able to run a command such as:

php console install

By default the install option would look for a config.ini.php and will:

  • Generate the database
  • Install basic Modules (the ones that not installed). If no plugin is defined it will auto setups the basic plugins needed except a --no-plugin option is provided.

Also I suggest this frature to have theese options too:

  • Database only Setup:
php console install:database
  • Plugin Only Setup:
php console install:plugin

Also I suggest to have options in order to specifying database connection crendentials and plugins.

@mattab
Copy link
Member

mattab commented Feb 18, 2017

Hi @pc-magas

Thanks for the suggestion. This is covered in: #10257

Please note we have this automation available but it's one of the rare things we haven't published as Open source. If you want to access this please contact InnoCraft here: https://www.innocraft.com/#contact

@mattab mattab closed this as completed Feb 18, 2017
@mattab mattab added the duplicate For issues that already existed in our issue tracker and were reported previously. label Feb 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously.
Projects
None yet
Development

No branches or pull requests

2 participants