https://github.com/saltstack-formulas/piwik-formula
https://github.com/saltstack-formulas/piwik-formula
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saltstack-formulas/piwik-formula
- Owner: saltstack-formulas
- License: apache-2.0
- Created: 2013-07-27T21:18:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-11-24T21:20:25.000Z (about 9 years ago)
- Last Synced: 2025-05-02T09:48:48.219Z (10 months ago)
- Language: SaltStack
- Homepage: http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
- Size: 8.79 KB
- Stars: 7
- Watchers: 39
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
piwik
=====
Salt formula to install Piwik
This formula will setup piwik and create an empty database and user
it will not set a webserver and do the initialisation of the piwik server.
.. note::
See the full `Salt Formulas installation and usage instructions
`_.
Available States
================
.. contents::
:local:
``piwik``
Metastate to install piwik and database
``piwik.repo``
--------------
Creates the piwik repository (only debian)
``piwik.install``
-----------------
Installs the piwik package from distribution repo
``piwik.mysql``
---------------
Creates the piwik database and database user
``piwik.python-mysqldb``
------------------------
This is a requirement state for salt to create the mysql databases
Formula Depencies
=================
* php
* apache
or
* php.fpm
* nginx