mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Add citation for website interaction section.
This commit is contained in:
parent
748f9ec110
commit
37e750417d
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
# The sections of code interacting with the Matomo website are modified from code found at https://git.coop/webarch/matomo/. This code is distributed under
|
||||||
|
# Version 3 of the GNU General Public License. We modified this code and applied it here in April 2022. The derived sections correspond to the tasks running
|
||||||
|
# from "HTTP Get Welcome" through "Finish Matomo Setup", lines 29 through 126.
|
||||||
|
|
||||||
- name: Start MariaDB
|
- name: Start MariaDB
|
||||||
action: service name=mysql state=started
|
action: service name=mysql state=started
|
||||||
- name: Create MariaDB Database for Matomo
|
- name: Create MariaDB Database for Matomo
|
||||||
|
|
Loading…
Reference in a new issue